🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

coven-code

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coven-code

Open-source, multi-provider agentic coding TUI for the terminal — OpenCoven fork of Claurst

latest
Source
npmnpm
Version
0.0.22
Version published
Maintainers
1
Created
Source

coven-code

Version License

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 coven-code
# or
bun install -g coven-code

On 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-shot

Providers

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_*

Keywords

ai

FAQs

Package last updated on 09 Jun 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts