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.

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
  • comrademiao@piefed.social
    link
    fedilink
    English
    arrow-up
    3
    ·
    2 hours ago

    What does this mean in your readme? How has technology for such a simple seeming project been behind and caught up?

    This is my third attempt; the first two failed because the technology for fast, offline-first apps wasn’t ready.