@opencoven/coven-code
v0.0.28
Published
Open-source, multi-provider agentic coding TUI for the terminal — OpenCoven fork of Claurst
Downloads
4,715
Maintainers
Readme
@opencoven/coven-code
Coven Code — open-source, multi-provider agentic coding TUI built in Rust.
OpenCoven fork of Claurst by Kuber Mehta (GPL-3.0).
Install
npm install -g @opencoven/coven-code
# or
bun install -g @opencoven/coven-codeOn install, the correct pre-built native binary for your platform is automatically downloaded from GitHub Releases. No compilation required.
Usage
coven-code # interactive TUI
coven-code -p "fix this bug" # headless one-shotProviders
Supports Anthropic (Claude), OpenAI, Google Gemini, Groq, Ollama, LM Studio, OpenRouter, Bedrock, Vertex, and any OpenAI-compatible endpoint.
coven-code --provider openai "refactor this"
coven-code --provider ollama --model llama3.2 "explain this"Configuration
Settings: ~/.coven-code/settings.json
Env prefix: COVEN_CODE_*
