Amazon Q Developer
AWS-powered AI coding assistant with deep cloud integration and security scanning.
Open-source AI CLI pair-programmer that generates context-aware code, commit messages, code reviews, and unit tests from the terminal. Supports OpenAI, Claude, Gemini, and Ollama local models. Free to use; optional Cloving Cloud from $15/month.
Cloving is an open-source CLI coding agent developed by Cloving AI. It runs entirely in the terminal and generates context-aware code, commit messages, code reviews, and unit tests using any LLM the developer configures — including OpenAI, Anthropic Claude, Google Gemini, and Ollama local models. As a Claude Code alternative, it is best suited for developers who want full control over their AI stack without being locked into a single model or cloud provider.
Cloving is installed via npm (npm install -g cloving) and works in any terminal environment. There is no IDE plugin required: it operates on the command line and integrates into existing shell workflows. The optional Cloving Cloud service adds a private API endpoint for teams, with tiered pricing based on the number of users.
| Cloving | Claude Code | |
|---|---|---|
| Type | CLI Agent (open source) | CLI Agent |
| IDEs | Any terminal / CLI; editor-agnostic | Any editor via CLI / terminal |
| Pricing | Free (open source); Cloud: from $15/mo (Essential, up to 3 users) | Usage-based via Anthropic API; ~$3–15/MTok |
| Models | OpenAI, Anthropic Claude, Google Gemini, Ollama, and others (user-configurable) | Claude 3.5 / Claude 3 Opus |
| Privacy / hosting | Local or cloud depending on configured LLM; open-source codebase | Cloud (Anthropic API) |
| Open source | Yes (MIT) | No |
| Offline / local models | Yes (via Ollama or any local LLM endpoint) | No |
Cloving is best suited for developers and small teams who prefer working in the terminal, value model independence, or need local-only AI processing. It is a strong fit for backend engineers, DevOps teams, and open-source contributors who want a scriptable AI coding assistant without committing to a single cloud provider's API. Teams with data-residency requirements or cost-sensitive budgets will find the Ollama integration and open-source nature particularly appealing.
npm install -g cloving; bring your own API keys for any supported LLM.Prices are subject to change. Check the official site for current details.
Cloving is a compelling Claude Code alternative for terminal-centric developers who prioritize model flexibility and open-source transparency. Its support for local LLMs via Ollama makes it uniquely suited to teams with data privacy constraints or tight API budgets. Developers who want an IDE-integrated experience with inline completions should evaluate Cloving alongside a complementary editor extension.
Yes. The Cloving CLI is open source and free to install via npm. You supply your own API keys for any supported LLM (OpenAI, Claude, Gemini, etc.). An optional paid Cloving Cloud tier adds a private API endpoint starting at $15/month for up to 3 users.
Cloving does not have a native VS Code extension. It runs in the terminal and integrates with your editor indirectly — you can run Cloving commands from the integrated terminal in VS Code, but there are no inline completions or sidebar panels. Developers who need in-editor suggestions should pair Cloving with a separate extension.
Both are CLI agents that assist with coding tasks from the terminal. The key difference is model flexibility: Claude Code is locked to Anthropic's Claude models, while Cloving supports OpenAI, Claude, Gemini, and local models via Ollama. Cloving is also fully open source, whereas Claude Code is proprietary. Claude Code benefits from tighter integration with Anthropic's latest models and a larger existing user base.
Yes. Cloving integrates with Ollama, which allows running open-weight language models entirely on your local machine. Once Ollama is configured, Cloving operates without any external API calls, making it suitable for air-gapped environments and teams with strict data-residency requirements.
Cloving is language-agnostic. It passes your codebase context to the configured LLM, which handles code generation and review for any programming language that the underlying model supports. It works well with Python, JavaScript, TypeScript, Go, Rust, Ruby, and other mainstream languages.
AWS-powered AI coding assistant with deep cloud integration and security scanning.
An agentic coding tool engineered to maximize what's possible with today's frontier models—autonomous reasoning, comprehensive code editing, and complex task execution.
Open-source AI coding agent designed for large-scale development tasks spanning multiple files.