Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (hanzo-node) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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