Hey everybody! I am building self-hosted fast task manager, and today I am happy announce that I made desktop app and it supports macos, windows and linux! For mobile it is still PWA. All platforms support fast sync and works offline even when your homelab is down.
Also, one of the top feature that I really wanted is global quick add shortcut. You can trigger it with cmd+shift+a on macos, ctrl+shift+a on windows/linux.
- More info: https://will-be-done.app/
- Demo: https://demo.will-be-done.app/
- GitHub: https://github.com/will-be-done/will-be-done
- Download: https://github.com/will-be-done/will-be-done/releases
Installation
Single Docker command with SQLite as db:
docker run -d \
-p 3000:3000 \
-v will_be_done_storage:/var/lib/will-be-done \
--restart unless-stopped \
ghcr.io/will-be-done/will-be-done:latest


Pretty nice work but it’s not an alternative to those. It’s very lightweight which is enough for a lot of people, but this is maybe 25% feature parity with either of those
Thanks for the feedback! You’re right that it’s not a 1:1 replacement for TickTick/Todoist yet. That is why I used the word ‘alternative’ rather than ‘replacement’ in the title.
The core functionality is already there, and I’m working toward 70–80% feature parity over the next year or two.
I am also glad to know what particular features you miss so they will be more in my focus
Why even bother with the comparsion. Just call it a to do list then? Be realistic.