Hanzo Dev CLI - AI-powered development assistant for Node.js projects
npm install hanzo-nodeHanzo Dev CLI - AI-powered development assistant for Node.js projects.
``bashGlobal installation
npm install -g hanzo-node
Usage
`bash
Start the interactive CLI
hanzoOr use the full command name
hanzo-devRun with a specific prompt
hanzo "explain this codebase"
`Features
- AI-powered code generation and explanation
- Context-aware assistance that understands your project
- Multi-provider support (OpenAI, Anthropic, etc.)
- Terminal-based UI with streaming responses
- MCP (Model Context Protocol) integration
Platform Support
- macOS (Apple Silicon and Intel)
- Linux (x64 and ARM64)
- Windows (x64)
Configuration
Configuration is stored in
~/.hanzo/config.toml:`toml
[default]
model = "claude-sonnet-4-20250514"
provider = "anthropic"
`Environment Variables
-
ANTHROPIC_API_KEY - Anthropic API key
- OPENAI_API_KEY - OpenAI API key
- HANZO_MODEL - Override default model
- HANZO_PROVIDER - Override default providerRelated Packages
-
@hanzo/dev - Same CLI with different package name
- @just-every/code` - Upstream fork compatibilityApache-2.0