Quickstart
Install Nova globally, complete the setup flow, then start it from the repository you want to work in.Before you begin
You need Node.js22.12.0 or later, npm, and a directory you can access. Nova also needs a supported authentication method or model provider configured during setup.
1. Install Nova
compass as an alias for nova.
2. Configure access
Run the interactive setup flow:3. Start in a project
4. Run one request without an interactive session
Use print mode when you want a single result for a script or CI-style workflow:nova start --help to confirm flags in your installed version.
