No description
Find a file
Johannes Millan f37110bbb5 fix(e2e): improve test stability for parallel execution
SuperSync page object improvements:
- Add networkidle wait before interacting with sync dialog
- Add explicit mat-dialog-container wait before form interaction
- Add toBeAttached() assertions for element stability
- Use toPass() with progressive backoff for dropdown interactions
- Dismiss existing dropdown overlays before retrying
- Add blur() calls in password change dialog for Angular validation
- Add try-catch for fresh client dialog race condition

Task detail tests:
- Add blur() after time input fill to ensure Angular registers
  the change before clicking Save

These changes fix intermittent failures when running E2E tests
with multiple workers in parallel.
2026-01-04 17:35:47 +01:00
.claude build: update settings.json 2025-10-13 12:16:42 +02:00
.devcontainer chore: add git and testing tools out of the box in devcontainers 2025-05-12 11:13:06 +02:00
.github Merge pull request #5854 from johannesjo/dependabot/github_actions/actions/cache-5 2026-01-02 12:15:30 +01:00
.husky build: upgrade husky 2025-11-03 10:48:37 +01:00
.vscode chore: add git and testing tools out of the box in devcontainers 2025-05-12 11:13:06 +02:00
android 16.8.1 2026-01-02 20:12:41 +01:00
build build: fix mas build 2 remove entitlements not needed anymore 2025-11-15 10:29:57 +01:00
docs refactor(sync): address code review findings for operation log 2026-01-02 13:48:22 +01:00
e2e fix(e2e): improve test stability for parallel execution 2026-01-04 17:35:47 +01:00
electron Merge branch 'master' into feat/operation-logs 2026-01-02 19:56:30 +01:00
eslint-local-rules fix(lint): change hydration guard and entity registry rules from warn to error 2025-12-29 22:35:40 +01:00
fastlane/metadata/android Create ru/full_description.txt 2025-11-08 18:10:38 +03:00
nginx fix: crash when env var WEBDAV_BACKEND is not set 2024-11-18 09:51:34 +01:00
packages Merge branch 'master' into feat/operation-logs 2026-01-03 18:51:51 +01:00
scripts test(e2e): try to fix e2e tests 2025-12-10 21:26:48 +01:00
snap/hooks fix: idle detection errors and system freezes after hibernation 2025-06-21 08:43:24 +02:00
src Merge branch 'master' into feat/operation-logs 2026-01-03 18:51:51 +01:00
tools fix(security): address CodeQL security alerts 2025-12-23 13:42:57 +01:00
.browserslistrc build: update browser support list 2025-08-13 19:47:44 +02:00
.dockerignore fix(docker): simplify env handling for Docker builds 2025-08-09 12:16:31 +02:00
.editorconfig chore: update gradle/java indent_size to 4 2024-09-29 09:40:49 +08:00
.env.example docs: change template of the .env file to include the mandatory unsplash key 2025-08-12 18:10:59 +02:00
.eslintignore 16.2.1 2025-11-01 13:22:58 +01:00
.eslintrc.json fix(lint): change hydration guard and entity registry rules from warn to error 2025-12-29 22:35:40 +01:00
.gitignore Merge branch 'master' into feat/operation-logs 2025-12-29 21:54:15 +01:00
.gitmodules chore: Update android submodule to use feat/platform-android-offline branch (for capacitor) 2024-09-12 09:49:41 +08:00
.gitpod.yml refactor: make prettier work for angular 2025-02-21 14:31:22 +01:00
.nvmrc feat: add .nvmrc file with Node.js v22.18.0 2025-08-13 19:47:44 +02:00
.prettierignore chore: ignore simplewebauthn-browser.min.js from prettier 2026-01-03 12:33:42 +01:00
.prettierrc.json refactor: make prettier work for angular 2025-02-21 14:31:22 +01:00
.stylelintrc.mjs build(stylelint): fix font-family-no-missing-generic-family-keyword 2025-01-04 13:49:50 +01:00
.swp Refactored plannedAt implementation as per feedback 2025-01-11 14:30:36 +01:00
AGENTS.md build: add AGENTS.md 2025-09-03 15:16:35 +02:00
angular.json test: fix 2025-12-05 17:10:37 +01:00
capacitor.config.ts feat(android): adjust android notification icon 2025-04-21 16:53:12 +02:00
CHANGELOG.md 16.8.1 2026-01-02 20:12:41 +01:00
CLAUDE.md fix(sync): fix simple counter sync and quota exceeded handling 2025-12-29 17:09:46 +01:00
CONTRIBUTING.md fix typo 2023-11-15 16:25:41 +01:00
debug-headers.spec.ts feat(sync): split up webdav model stuff into different files 2025-07-18 14:09:22 +02:00
docker-compose.e2e.yaml fix(e2e): use !override to replace ports instead of merge 2025-12-18 13:02:52 +01:00
docker-compose.yaml fix: load .env file for supersync container 2026-01-02 20:35:42 +01:00
docker-entrypoint.sh fix: start nginx via its built-in entrypoint script 2025-06-17 18:29:02 +02:00
Dockerfile fix(docker): use Debian-based nginx for ARM64 QEMU compatibility 2025-12-14 13:15:03 +01:00
e2e-test-results.txt test(e2e): simplify 2025-08-02 15:58:12 +02:00
electron-builder.yaml fix(build): remove deprecated win32metadata from electron-builder config 2025-12-22 19:30:34 +01:00
Gemfile 10.1.1 2024-11-06 19:44:38 +01:00
Gemfile.lock chore(deps): bump aws-sdk-s3 in the bundler group across 1 directory 2025-12-18 19:23:29 +00:00
LICENSE fix: typo in license 2019-01-29 18:21:51 +00:00
ngsw-config.json build: update caching 2025-06-18 19:08:56 +02:00
package-lock.json Merge branch 'master' into feat/operation-logs 2026-01-03 18:51:51 +01:00
package.json Merge branch 'master' into feat/operation-logs 2026-01-03 18:51:51 +01:00
README.md fix(docs): remove broken CalDAV documentation link (#5577) 2025-12-09 13:56:32 +01:00
SECURITY.md docs: update security stuff 2025-01-10 10:08:05 +01:00
timezone-test-failures-summary.md test: add missing return type annotations for timezone helper functions 2025-08-03 16:00:03 +02:00
tsconfig.base.json feat(sync): add shared schema versioning package for frontend/backend 2025-12-12 20:47:44 +01:00
tsconfig.json build: try to get rid of inline compilation to js 2025-04-25 12:58:16 +02:00
webdav-analysis-report.md feat(sync): improve webdav provider 2025-07-18 18:44:24 +02:00
webdav-code-issues.md test(sync): add unit tests for WebDAV XML parser and HTTP adapter 2025-07-18 17:01:23 +02:00
webdav-conditional-headers-guide.md fix(sync): improve WebDAV conditional headers validation and error handling 2025-07-18 19:07:28 +02:00
webdav.yaml build: simplify docker setup and fix e2e 2025-07-18 20:00:10 +02:00

Banner

An advanced todo list app with timeboxing & time tracking capabilities that supports importing tasks from your calendar, Jira, GitHub and others

🌐 Open Web App or 💻 Download


animated


analytics



Stand With Ukraine

MIT license GitHub All Releases Chocolatey package On product hunt Reddit Community Super Productivity on Mastodon Tweet

Get it on Flathub Get it from the Snap Store English badge App Store Badge Play Store Badge F-Droid Badge Obtanium Badge


✔️ Features

  • Keep organized and focused! Plan and categorize your tasks using sub-tasks, projects and tags and color code them as needed.
  • Use timeboxing and track your time. Create time sheets and work summaries in a breeze to easily export them to your company's time tracking system.
  • Helps you to establish healthy & productive habits:
    • A break reminder reminds you when it's time to step away.
    • The anti-procrastination feature helps you gain perspective when you really need to.
    • Need some extra focus? A Pomodoro timer is also always at hand.
    • Collect personal metrics to see, which of your work routines need adjustments.
  • Integrate with Jira, Trello, GitHub, GitLab, Gitea and OpenProject. Auto import tasks assigned to you, plan the details locally, automatically create work logs, and get notified immediately, when something changes.
  • Basic CalDAV integration.
  • Back up and synchronize your data across multiple devices with Dropbox and WebDAV support
  • Attach context information to tasks and projects. Create notes, attach files or create project-level bookmarks for links, files, and even commands.
  • Super Productivity respects your privacy and does NOT collect any data and there are no user accounts or registration. You decide where you store your data!
  • It's free and open source and always will be.

And much more!

Work View with global links

How to use it

If you need some help, this article on dev.to is the best place to start.

If you prefer, there is also a (long) YouTube video available.

There is another older the app looks and feels much better now ;) article on how I personally might use the app - and still another one on how I implement the 'eat the frog' prioritizing scheme in the app.

If you have further questions, please refer to the discussions page.

⌨ Keyboard shortcuts and short-syntax

Keyboard shortcuts (most important)

  • Shift+P: Open create project dialog
  • Shift+A: Open add task bar
  • Enter: Edit currently focussed task title
  • Arrow keys: Navigate around task list
  • D: Mark currently focused task as done
  • A: Add subtask to currently focused task
  • Y: Toggle tracking time to currently focused task
  • S: Open schedule dialog for currently focused task
  • Backspace: Delete currently focused task
  • ArrowRight: Open additional info panel for currently focused task
  • Ctrl+Shift+ArrowUp: Move currently focused task up in list
  • Ctrl+Shift+ArrowDown: Move currently focused task down in list

Short-Syntax

Can be used when adding a task. (Each of these can be disabled in settings->short syntax)

  • # <tag-name>: add a tag to the task
    ("task-description #tag1")
  • <number>m or <number>h: set time-estimate for the task
    ("task-description 10m" or "task-description 5h")
  • @<time>: add due time to the task ("task-description @fri 10pm")
  • + <project-name>: add the task to an existing project
    ("task-description +Important Project")
  • Ctr + 2: toggle between moving the new task to the bottom and top of the list

🌐 Web Version

Check out the web version even though it is a bit limited: Time tracking only works if the app is open and for idle time tracking to work, the chrome extension must be installed.

If you want the Jira integration and idle time tracking to work, you also have to download and install the Super Productivity Chrome Extension.

💻 Downloads & Install

All Platforms

Install from the releases page.

Windows

Due to certification issues it's recommended to download the app from the Microsoft Store:

English badge

You can also install the app using Chocolatey:

choco install super-productivity

Linux

Snap - Most distributions

Install via command-line:

# stable
sudo snap install superproductivity

# edge channel releases
sudo snap install --channel=edge superproductivity

# it is also recommended to disable updates to the app while it is running:
sudo snap set core experimental.refresh-app-awareness=true
Get it from the Snap Store

Flatpak - Most distributions

Must install Flatpak first. See setup instructions for all distributions.

Install via command-line:

# install
flatpak install flathub com.super_productivity.SuperProductivity

# run
flatpak run com.super_productivity.SuperProductivity
Get it on Flathub

Aur - Arch Linux

git clone https://aur.archlinux.org/superproductivity-bin.git
cd superproductivity-bin
makepkg -si

AppImage

If you encounter problems, please have a look here: https://github.com/johannesjo/super-productivity/issues/3193#issuecomment-2131315513

MacOS

Install via homebrew cask:

brew install --cask superproductivity
App Store Badge

Android

A new version of the Android app is now available with Connectivity-Free Mode, allowing you to use the app without an internet connection.

This update offers more flexibility, supporting both fully offline usage and integration with services like WebDAV and Dropbox for syncing. Enjoy a smoother, more reliable experience whether you're online or offline.

Stay tuned for even more exciting updates!

You can find the Android app here:

App Store Badge F-Droid Badge

The sources can be found here.

Community

The development of Super Productivity is driven by a wonderful community of users and contributors. Thank you all so much for your support!

♥️ Contributing

If you want to get involved, please check out the CONTRIBUTING.md

There are several ways to help.

  1. Spread the word: More users mean more people testing and contributing to the app which in turn means better stability and possibly more and better features. You can vote for Super Productivity on Slant, Product Hunt, Softpedia or on AlternativeTo, you can tweet about it, share it on LinkedIn, reddit or any of your favorite social media platforms. Every little bit helps!

  2. Provide a Pull Request: Here is a list of the most popular community requests and here some info on how to run the development build. Please make sure that you're following the angular commit guidelines and to also include the issue number in your commit message, if you're fixing a particular issue (e.g.: feat: add nice feature with the number #31).

  3. Answer questions: You know the answer to another user's problem? Share your knowledge!

  4. Provide your opinion: Some community suggestions are controversial. Your input might be helpful and if it is just an up- or down-vote.

  5. Provide a more refined UI spec for existing feature requests

  6. Report bugs

  7. Make a feature or improvement request: Something can be done better? Something essential missing? Let us know!

  8. Translations, Icons, etc.: You don't have to be a programmer to help. Some of the icons really need improvement and many of the translations could use some love.

  1. Sponsor the project

  2. Create custom plugins: Extend Super Productivity with your own features and integrations by developing custom plugins.

Special Thanks to our Sponsors!!!

Recently support for Super Productivity has been growing! A big thank you to all our sponsors, especially the ones below!

Browser testing via

(If you are, intend to or have been a sponsor and want to be shown here, please let me know!)

Running the development server

If you don't want or cannot use Codespaces for any reason, here are the instructions for local development.

To run the development server you need to have Node installed (version 20 or higher required). Go to https://nodejs.org for installation instructions.

Clone repo

git clone https://github.com/johannesjo/super-productivity.git

Install dependencies

cd super-productivity
npm i -g @angular/cli
npm i
# prepare the env file once
npm run env

Run the dev server

ng serve

Afterwards you can open http://localhost:4200 in your browser. For most adjustments this should be enough and also enables you to use the redux dev tools.

If you want to run the app standalone do the following:

ng serve

# in a new console tab
npm start

🚀 Try with GitHub Codespaces

You can develop and run Super Productivity instantly in your browser using GitHub Codespaces: no need to install Node.js or any dependencies locally. On the top of the repository page, click on "Code", "Codespaces", and then on the plus button, "Create Codespace".

Your VS Code settings can sync as usual, so your environment feels just like home. The development server starts automatically, and the dev container auto-forwards the port. Open the "Ports" tab and Ctrl+Click the available link to preview your running Super Productivity app.

Further customizations to the Codespaces dev container can be performed by editing the .devcontainers/devcontainers.json file according to the Codespaces documentation and the devcontainers full specification.

Packaging the app

Packaging the app is done via electron-builder. To start packaging run npm run dist. If you want to add new platforms and experiment with the build options the easiest way to do so is manipulating the build property in the package.json, but you can also use the command line interface of electron builder.

Building for Android

This feature was added on October 7, 2024. See Pull Request #57.

To build the Android version of Super Productivity, please refer to the Android Build Documentation, which includes instructions on configuring Connectivity-Free Mode and Online-Only Mode (Compatibility Mode).

Ensure you follow the setup steps properly to configure the environment for building the app.

Run as Docker Container

docker run -d -p 80:80 johannesjo/super-productivity:latest

Note

The command will automatically pull the container that matches the host's platform. Use --platform to specify a different one.

Currently supported architectures: linux/amd64, linux/arm64, linux/arm/v7.

Now you can access the web app from your browser at http://localhost.

This container only serves the web app, and the user data is stored in the browser. Therefore, it does not have any persistent storage.

Integrate with WebDAV backend server

You can integrate the container with a WebDAV server container to provide WebDAV service with base url http://localhost/webdav.

Download pre-configured files

Download the pre-configured docker-compose.yaml and webdav.yaml from this repository to a local directory, say sp/.

# Alternatively, you can get them by cloning this repository
git clone https://github.com/johannesjo/super-productivity.git
mkdir -p sp
cp super-productivity/docker-compose.yaml sp/
cp super-productivity/webdav.yaml sp/
cd sp

Setup user accounts

Edit webdav.yaml to configure username and password. Remember to create and assign different directories to different users (within /data) to avoid mixing up user data.

Start the services

docker compose pull
docker compose up -d

Additionally to accessing the web app from your browser at http://localhost, you can set up WebDAV synchronization with base url http://localhost/webdav/.

Other configuration of docker container

You can provide the default values for WebDAV settings in the "Sync" section of the "Settings" page, via setting some environment variables of the docker container. This could be used for single user instances. Check out docker-compose.yaml in this repository for available environment variables.

Custom themes (desktop only)

In addition to color coding your projects and tags and to the dark and light theme you can also load completely custom CSS to restyle everything. To load a custom theme you simply need to put them into a new file named styles.css directly in the user data folder.

There is a great set of themes available for download in this repository as well as some info on how to create your own custom themes.

Custom WebDAV Syncing

If using the integrated WebDAV Syncing is not working out for you, you can also try to sync all app files, which are located in the user data folder.

Automatic Backups

For the desktop version automatic backups are stored by default in the backup subfolder of the user data folder. Once you locate a backup, you can restore it on the settings page under Sync & Export/Import/Export/Import from file.

User Data Folder

Where user data is stored differs from OS to OS. The most common locations are:

OS Location
Mac OS ~/Library/Application Support/superProductivity/
Windows C:\Users\<YOUR_USER_NAME>\AppData\Roaming\superProductivity/ or %APPDATA%\superProductivity
Linux ~/.config/superProductivity/

The path should be shown when you go to the "Automatic Backups" section on the configuration page (minus the "backup" subfolder). You can also see it printed out when you start the app from the command line.

For web browsers, data is simply stored for the current user inside the browser storage.

Using a custom folder to save user data

You can specify a custom folder for saving your data by starting the application with the --user-data-dir parameter like so:

superproductivity --user-data-dir=/path/to/my/data

Linux/Wayland Compatibility

If you're experiencing issues running Super Productivity on Wayland (such as rendering problems, VSync errors, or GLib-GObject warnings), you can force the application to use X11 mode by starting it with the --force-x11 parameter:

superproductivity --force-x11

This will automatically apply compatibility fixes including:

  • Forcing the Ozone platform to use X11 instead of Wayland
  • Disabling GPU VSync to prevent GetVSyncParametersIfAvailable() errors
  • Setting the appropriate environment variables for X11 compatibility

The application will automatically detect Wayland sessions and apply these fixes, but you can use this flag if automatic detection doesn't work properly.