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 Aven
Section titled “Open Aven”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.
Explore the demo
Section titled “Explore the demo”aven demoEvery demo run starts from the same sample data, and changes are discarded on exit.
First session
Section titled “First session”- Press
ato add a task. - Fill in the title. Add a description, project, status, or priority when useful, and attach a screenshot or diagram when visual context helps.
- Press
Enteron a task to open its detail view, including image previews in supported terminals. - Use
sto change status,dto mark done, anduto undo a TUI change. - Press
?for help or:for the command palette.
Agent setup
Section titled “Agent setup”Install the aven skill so coding agents can learn the task workflow on demand:
aven skill installFor repositories where agents should start with live task context, configure automatic priming so the agent session receives aven prime output at startup.
See Work with agents for automatic priming, Claude Code hook setup, chat integrations, example prompts, and handoff notes.
Next steps
Section titled “Next steps”- Read Concepts to learn the task model.
- Read Using the TUI for navigation, views, filters, and shortcuts.
- Read Organizing tasks to choose among projects, labels, epics, dependencies, and workspaces.
- Read Scheduling tasks to defer work or set deadlines.
- Read Recurring tasks to set up work that returns on a schedule.
- Read Work with agents for coding agents and chat integrations.
- Read Sync across devices and Back up and restore when using Aven on several devices.
- Read Configuration for workspace routes, project path mappings, sync defaults, or a specific database path.