codev-install
v1.0.2
Published
Terminal GUI installer for Claude Code & OpenCode with NetMind Gateway
Downloads
89
Maintainers
Readme
CoDev Installer
⚡ Terminal GUI installer for Claude Code & OpenCode with NetMind Gateway
A beautiful terminal-based wizard that automates the setup of AI coding agents on your internal network.
Features
- 🎨 Beautiful Terminal UI — Built with React + Ink for a premium CLI experience
- 🔑 Automatic API Key Generation — Connects to NetMind Gateway to provision credentials
- 🤖 Multi-tool Support — Install Claude Code, OpenCode, or both
- 💻 Cross-platform — Works on Windows and Linux
- ⚙️ Auto-configuration — Writes all config files to the correct OS-specific paths
Installation
npm install -g codev-installUsage
codev-installThe wizard will guide you through:
- Enter your username — Used to generate your API key
- API Key Generation — Automatically provisions credentials via NetMind Gateway
- Select tools — Choose Claude Code, OpenCode, or both
- Installation — Installs packages and writes config files automatically
What Gets Installed
Claude Code
- Package:
@anthropic-ai/claude-code - Config:
~/.claude.json(onboarding bypass) - Settings:
~/.claude/settings.json(API endpoint + model config) - Run with:
claude
OpenCode
- Package:
opencode-ai - Config:
~/.config/opencode/opencode.json(provider + model config) - Run with:
opencode
Available Models
Qwen/Qwen3.5-122B-A10B-FP8MiniMax/MiniMax-M2.5
Development
# Install dependencies
npm install
# Run in development mode
npx tsx src/cli.tsx
# Build for production
npm run buildRequirements
- Node.js >= 18
- npm access to install global packages
- Network access to NetMind Gateway
License
MIT
