New
dots v0.6.1
What's New
Major rewrite: SQLite replaced with plain markdown files.
- 107x smaller binary (25MB → 233KB)
- 41x less code (115k → 2.8k LOC)
- Zero dependencies - no database, no runtime requirements
- Portable storage - copy
.dots/folder anywhere
Installation
Homebrew (macOS ARM64, Linux x86_64)
brew install joelreymont/tap/dots
Manual download
# Linux x86_64
curl -L -o dot https://github.com/joelreymont/dots/releases/download/v0.6.1/dot-linux-x86_64
chmod +x dot
sudo mv dot /usr/local/bin/
# macOS ARM64
curl -L -o dot https://github.com/joelreymont/dots/releases/download/v0.6.1/dot-macos-arm64
chmod +x dot
sudo mv dot /usr/local/bin/
Migrating from beads
If you have existing tasks in .beads/beads.db:
./migrate-dots.sh
Verify
dot --version