--- title: Super Productivity created: 2026-06-08 updated: 2026-06-08 type: app tags: [catalogue, tasks, time-tracking, app-marathon-batch-rattrapage-3] confidence: high contested: false sources: [https://selfh.st/apps/?tag=Tasks+and+To-Do+Lists, https://super-productivity.com] --- # ✅ Super Productivity > **To-do list et time-tracking open source** : planning de journée, Pomodoro, intégration Jira/GitHub/GitLab, et synchronisation chiffrée. Le Todoist/Killer auto-hébergeable. ## 📋 Informations Générales | Champ | Valeur | | :--- | :--- | | **Site web** | [super-productivity.com](https://super-productivity.com) | | **GitHub** | [johannesjo/super-productivity](https://github.com/johannesjo/super-productivity) | | **License** | MIT | | **Langage** | TypeScript (Angular + Electron) | | **Étoiles GitHub** | 13k ⭐ | | **Catégorie** | [[cat-tasks|Tasks and To-Do Lists]] | ## 📝 Description **Super Productivity** est une app **multi-plateforme** (web, Electron desktop, Android) qui combine **todo-list**, **time-tracking**, **Pomodoro timer**, et **intégrations avec Jira/GitHub/GitLab/OpenProject/Git**. Pensée pour les **devs freelances** : timer par tâche, sous-tâches, notes, plugins, et **sync chiffrée** (optionnelle) entre devices. **Différence avec Tasks.md** : Tasks.md est un **fichier Markdown** par projet (vim-friendly, git-friendly) ; Super Productivity est une app **graphique riche** avec time-tracking et intégrations dev. **Différence avec Nextcloud Tasks** : Nextcloud Tasks est un **module** de la suite Nextcloud (calDAV), léger ; Super Productivity est un **app standalone** spécialisée productivité dev. **Pour qui** : développeurs, freelances, et toute personne qui veut **suivre le temps passé** sur chaque tâche avec un seul outil. ## 🚀 Installation ### Docker (variant web) ```yaml version: '3.8' services: super-productivity: image: guillaumebriday/super-productivity:latest container_name: super-productivity restart: unless-stopped ports: - "8080:80" labels: - "traefik.enable=true" - "traefik.http.routers.superprod.rule=Host(`tasks.example.com`)" - "traefik.http.routers.superprod.entrypoints=websecure" - "traefik.http.routers.superprod.tls.certresolver=letsencrypt" - "traefik.http.routers.superprod.middlewares=authelia@docker" ``` > 💡 Vous pouvez aussi utiliser le **build Electron** (Linux/Windows/macOS) pour une app native locale, ou installer via **Flatpak/Snap**. ### Sync chiffrée (optionnel) Super Productivity supporte la **sync via WebDAV** (Nextcloud par ex.) avec **chiffrement bout-à-bout** : configurez l'URL WebDAV dans Settings → Sync. ## 🔄 Alternatives ### Open Source - [[app-tasks-md]] — Fichier Markdown + vim - [[app-nextcloud-tasks]] — Module CalDAV - [[app-donetick]] — Household / famille - [[app-tasktrove]] — Kanban personnel ### Propriétaires - **Todoist** (4 USD/mois) — Standard SaaS - **TickTick** — Time-tracking intégré - **Things 3** — Mac/iOS premium ## 🔐 Sécurité - **Stockage local-first** : par défaut, tout reste en IndexedDB du navigateur, rien sur serveur. - **Sync E2E** : si activée, données chiffrées AES-256 avec passphrase avant WebDAV. - **Build vérifiable** : app Electron open source, build reproductible. - **Pas de télémétrie** : pas de tracking, pas d'analytics par défaut. ## 📚 Ressources - [Documentation](https://super-productivity.com/docs/) - [GitHub](https://github.com/johannesjo/super-productivity) - [Plugins](https://github.com/johannesjo/super-productivity/tree/master/plugins) ## Pages Liées - [[cat-tasks]] — Catégorie Tasks - [[app-tasks-md]] — Concurrent Markdown - [[app-nextcloud-tasks]] — Concurrent CalDAV - [[recettes-docker-compose]] — Templates Docker