hanzo-node
v0.6.52
Published
Hanzo Dev CLI - AI-powered development assistant for Node.js projects
Maintainers
Readme
hanzo-node
Hanzo Dev CLI - AI-powered development assistant for Node.js projects.
Installation
# Global installation
npm install -g hanzo-node
# Or run directly with npx
npx hanzo-nodeUsage
# Start the interactive CLI
hanzo
# Or use the full command name
hanzo-dev
# Run 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:
[default]
model = "claude-sonnet-4-20250514"
provider = "anthropic"Environment Variables
ANTHROPIC_API_KEY- Anthropic API keyOPENAI_API_KEY- OpenAI API keyHANZO_MODEL- Override default modelHANZO_PROVIDER- Override default provider
Related Packages
@hanzo/dev- Same CLI with different package name@just-every/code- Upstream fork compatibility
License
Apache-2.0
