A desktop task manager for humans and AI agents. No bullshit, no bloat. Just tasks, projects, and a CLI that talks to the same database as the app.
git clone https://github.com/pimatis/tack.git
cd tack
bun installbun run tauri devbun run tauri buildOutput goes to src-tauri/target/release/.
The CLI binary (tack) is built alongside the app and installed automatically.
To build it standalone:
cd src-tauri
cargo build --bin tack
./target/debug/tack --helpApache-2.0, see LICENSE
