Getting started
Install
Section titled “Install”Use the install script:
curl -fsSL https://raw.githubusercontent.com/raine/aven/main/scripts/install | bashOr install with Homebrew:
brew install raine/aven/avenOpen the TUI
Section titled “Open the TUI”aven tuiTasks live in a local SQLite database.
The TUI is the human interface for aven. It opens to the queue, which highlights tasks that need attention.
Use Configuration later when you want a specific database path, sync server, workspace routes, or project path mappings. Use aven doctor when config or database routing is unclear.
First session
Section titled “First session”- Press
ato add a task. - Fill in the title. Add description, project, status, or priority when useful.
- Press
Enteron a task to open its detail view. - Use
sto change status,dto mark done, anduto undo a TUI change. - Press
?for help or:for the command palette.
Next steps
Section titled “Next steps”- Read Concepts to learn the task model.
- Read Configuration when you want workspace routes, project path mappings, sync defaults, or a specific database path.
- Read TUI for navigation, views, filters, and shortcuts.
- Read Agents for CLI and coding-agent workflows.