novacode
v0.10.0
Published
Open-source multi-provider coding agent.
Downloads
2,100
Maintainers
Readme
NovaCode
Open-source, multi-provider coding agent.
Currently in early development (v0.x). Breaking changes may occur.
Install
Requires Node.js >= 24.
npm install -g novacodeThen use it anywhere:
novaQuick Start
1. Launch nova
nova2. First-run setup
On first launch, nova walks you through a quick setup:
- Pick a provider
- Enter your API key
- Pick a default model
That's it. You're ready to go.
3. Start chatting
Just run nova to start chatting. You'll get a prompt where you can ask questions, give coding tasks, and use /help for available commands.
4. CLI Flags
Run nova --help to see all available flags and commands.
Supported Providers
Anthropic, DeepSeek, Gemini (Google), GLM (Z.AI), OpenAI
Development
npm install # install dependencies
npm run dev # dev with watch
npm test # run tests
npm run lint # biome lint check
npm run lint:fix # biome lint + auto-fix
npm run format # biome format
npm run typecheck # tsc --noEmit
npm run check # typecheck + lint + test (run this before committing)