HomeToolsPlan StackBest ForCompare
RightAIChoice
CompareBlog
Submit a ToolSign inSign upPlan Your Stack
RightAIChoice

The decision-making engine for discovering AI tools.

One AI tool every Friday

A 60-second editorial pick. No filler, no funnel — unsubscribe anytime.

Product

  • Browse tools
  • Categories
  • Search
  • Plan my stack
  • Find my AI tool
  • AI chat
  • Compare
  • Submit your tool

Resources

  • Best AI guides
  • Stacks
  • Blog
  • Methodology
  • Viability scoring

Company

  • About
  • Team
  • Press & brand kit
  • Contact

Your account

  • Dashboard
  • Saved tools
  • Settings
  • Sign in
  • Create account

Legal

  • Privacy
  • Terms
  • Affiliate disclosure
  • Unsubscribe

© 2026 RightAIChoice. All rights reserved.

Built for the AI community.

RightAIChoice
CompareBlog
Submit a ToolSign inSign upPlan Your Stack
Tools💻 Code & DevelopmentCodeWhale
CodeWhale

CodeWhale

Free

Open-source terminal coding agent for any model, open models first.

By Tanmay Verma, Founder · Last verified 06 Jul 2026

0 views
Added 7d ago
69/100Monitor
Visit Website

In short

CodeWhale — Open-source terminal coding agent for any model, open models first. Best for Developers wanting a local, model-agnostic coding agent for terminal workflows, Open model enthusiasts who prefer self-hosted AI, Power users comfortable with TUI/CLI and advanced configuration. Free to use.

Compared withvs Locus Roboticsvs Truleovs Presto Voice

Is CodeWhale actually worth it?

Live

See what real users actually say. We scan live discussions, reviews and complaints across the web and hand you an honest verdict — in under a minute.

3 free scans · no card needed · downloadable report

Run a free scan

Editorial Verdict

Best for
Developers wanting a local, model-agnostic coding agent for terminal workflowsOpen model enthusiasts who prefer self-hosted AIPower users comfortable with TUI/CLI and advanced configurationTeams needing sandboxed, compliant code execution agents
Not ideal for
Non-technical users seeking a GUI-based AI assistantUsers who want a fully managed cloud service with no local setupBeginners uncomfortable with command-line toolsTeams requiring a graphical code review interface

CodeWhale is a genuinely agentic, open-source terminal coding agent that gives you full control over your AI provider and data. Its support for 27 providers, sub-agent parallelism, and sandboxed execution make it a standout choice for developers comfortable with CLI tools. However, its terminal-only interface and lack of a graphical UI limit accessibility for less technical users. If you prefer local, open models and don't mind command-line work, CodeWhale is a strong alternative to tools like GitHub Copilot or Cursor.

Skip CodeWhale if Skip CodeWhale if you need a graphical user interface, a fully managed cloud service, or a tool that works out of the box without terminal familiarity.

Compare with: CodeWhale vs Zhipu GLM, CodeWhale vs Poolside AI, CodeWhale vs MetaGPT

Last verified: July 2026

What's new in CodeWhale

Checked 4 days ago

Across the latest 2 updates: 2 changelog entries.

ChangelogChangelog·5 days agoNewest

v0.8.66 released

Added per-sub-agent provider routing (PR #3969), environment-level tool sandboxing for sub-agents, and fixed UTF-8 cursor panic in Codex edit_file.

ChangelogChangelog·15 days ago

Docs update

Updated documentation index with 40+ Markdown docs covering architecture, providers, MCP, skills, and fleet management.

Viability Score

69/100
Monitor

How likely is CodeWhale to still be operational in 12 months? Based on 4 signals — momentum (how recently it shipped), wrapper dependency, revenue model, and web presence.

momentum
55
funding runway
40
website health
90
wrapper dependency
100

Last calculated: July 2026

How we score →

Key Features

  • Multi-model support (DeepSeek V4, GLM 5.2, OpenAI Codex, Anthropic, etc.)
  • Sub-agent parallel execution with per-sub-agent provider routing
  • MCP consumption and exposure via stdio and HTTP/SSE
  • Constitution-based agent identity and authority hierarchy
  • Plan, Agent, and YOLO modes with orthogonal approval policies
  • Sandboxed execution: macOS seatbelt, Linux landlock
  • Lifecycle hooks for pre/post tool execution and mode changes
  • Public HTTP Runtime API for integrations and automation
  • Context input budget reuse across routes
  • Model Lab for testing and comparing models
  • Fleet/WhaleFlow for durable task execution and fleet management
  • Community activity feed on homepage
  • One-line npm install (no Rust toolchain required)

About CodeWhale

FreeAdvancedAPI availableCLI · Desktop

CodeWhale is an open-source, terminal-based coding agent you run locally via TUI and CLI. It works with any AI model—open models like DeepSeek V4 and GLM 5.2 are first-class—and can also connect to commercial endpoints. Install with a single npm command, add a model key (or use a local runtime like vLLM or Ollama), and CodeWhale autonomously reads your codebase, makes edits, runs commands, plans multi-step tasks, and self-corrects on failure. It supports sub-agent parallel execution with per-sub-agent provider routing, MCP integration for tool consumption, sandboxed execution (macOS seatbelt, Linux landlock), and configurable modes (Plan, Agent, YOLO). The project is MIT-licensed, has over 39,000 GitHub stars, and is maintained by a small team in Texas. CodeWhale is for developers who want a powerful, local-first, model-agnostic coding assistant that respects privacy and works offline.

Behind the Verdict

CodeWhale delivers on its promise: a local, agentic coding assistant that puts open models first. The terminal experience is polished—modes like Plan (read-only), Agent (autonomous), and YOLO (unsafe) give you graduated control, and the constitution system enforces agent behavior via nested laws. Sub-agent execution with per-provider routing (PR #3969) is a unique capability, letting you mix models for different tasks in one session. The MCP integration (PR #3866) allows the LLM to start MCP servers from chat context, enabling dynamic tool access. Sandboxing via macOS seatbelt and Linux landlock adds security, and the public HTTP Runtime API supports automation. On the downside, onboarding currently forces a DeepSeek API key step without an easy skip, which can be frustrating. Kimi OAuth is temporarily broken. The tool is CLI-only, so non-technical users or teams wanting a visual code review interface should look elsewhere. For developers who live in the terminal and value control over convenience, CodeWhale is a compelling choice.

Researching CodeWhale? Get your full AI stack in 60 seconds.

Free, no signup — tell us your goal and get tools matched to your budget & existing stack.

Real-world workflow fit

Concrete scenarios for the personas CodeWhale actually fits — and what changes day-one when you adopt it.

Solo developer refactoring a legacy codebase

You install CodeWhale in your project directory, set up a local Ollama instance with DeepSeek V4, and run `codewhale` in Plan mode to review the code. You switch to Agent mode to autonomously refactor a module. CodeWhale reads the code, proposes changes, runs tests, and iterates until passing.

Outcome: The module is refactored with consistent style and passing tests, saving hours of manual work.

Open-source maintainer reviewing pull requests

You point CodeWhale at a PR branch and use the constitution to enforce coding standards. The agent runs as a sub-agent with a specific model, checking each file for violations and suggesting fixes.

Outcome: PR reviews are faster and more consistent, with automated enforcement of project standards.

Use Cases

  • Automate refactoring and bug fixing across large codebases via multi-step planning
  • Run code reviews and enforce coding standards with constitution-based agent guidance
  • Execute complex CI/CD pipeline tasks using Fleet/WhaleFlow for durable orchestration
  • Develop and test API integrations with MCP tools exposed over stdio or HTTP
  • Build custom skill libraries for domain-specific coding assistance

Models Under the Hood

DeepSeek V4GLM 5.2OpenAI CodexAnthropic (Claude)DeepSeek V4-Flash

as of 2026-07-06

Limitations

  • CodeWhale is a terminal-first tool with no web UI, limiting accessibility for non-CLI users.
  • While it supports many models, some cloud integrations (like Kimi OAuth) are temporarily broken.
  • The onboarding process currently forces a DeepSeek API key step without an easy skip or alternative, which may frustrate new users.
  • Advanced features like sub-agents and sandboxing require configuration and understanding of the architecture.

as of 2026-07-06

Integrations

DeepSeekGLMOpenAI CodexAnthropicOpenRoutervLLMOllamaSGLangLM StudioCNB mirrorTsinghua Tuna mirrorsnpmmirrorHomebrewCargoDocker

Hidden costs & gotchas

What the public pricing page doesn't put in bold. Captured from pricing-page footnotes, contract terms, and recurring complaints.

  • Cloud API usage (e.g., DeepSeek, OpenAI) incurs its own costs outside of CodeWhale; you pay per token for each provider.
  • Running local models via vLLM or Ollama requires your own hardware (GPU) and electricity, which may be significant for large models.

Where the pricing makes sense

The company stage and team size where CodeWhale's pricing actually pencils out — and where peers do it cheaper.

CodeWhale is free and open-source (MIT). There are no paid tiers. Your only costs are the API keys you bring (if using cloud models) or the hardware for local models. This makes it the cheapest option for developers who already have a model provider or local setup. Competitors like GitHub Copilot cost $10-39/user/month, and Cursor charges $20-40/month for cloud credits.

Setup time & first value

How long it actually takes to get something useful out of CodeWhale — broken out by persona, not the marketing-page minute.

For a developer familiar with npm, setup takes 5 minutes: install with `npm install -g codewhale`, add a model key with `codewhale auth set --provider deepseek`, and run `codewhale` in a project. For local models (vLLM/Ollama), add 10-30 minutes to set up the runtime.

Switching to or from CodeWhale

How to bring data in from common predecessors and how to get it back out — written for the switcher, not the buyer.

Migrating in
  • →From GitHub Copilot: Install CodeWhale and reconfigure your workflows; you'll need to move from IDE integration to terminal-based development.
  • →From Cursor: CodeWhale doesn't use a graphical editor, so you'll adapt to a CLI/TUI workflow and bring your own model provider.
Migrating out
  • ↗To any cloud-based coding agent: Export skills and MCP configurations from CodeWhale's config.toml and port to the new tool's format.
  • ↗To another local agent (e.g., Aider): CodeWhale's skill definitions and configuration can be adapted for Aider's YAML format.

Resources & Guides

  • Documentationcodewhale.net

    Docs · CodeWhale

    Full product docs from codewhale.net

  • Quickstartcodewhale.net

    Install · CodeWhale

    Get up and running fast from codewhale.net

  • Documentationcodewhale.net

    User Guide · CodeWhale

    Full product docs from codewhale.net

  • Documentationcodewhale.net

    Configuration · CodeWhale

    Full product docs from codewhale.net

  • Documentationcodewhale.net

    Providers Models · CodeWhale

    Full product docs from codewhale.net

  • Documentationcodewhale.net

    Constitution · CodeWhale

    Full product docs from codewhale.net

  • Documentationcodewhale.net

    Modes · CodeWhale

    Full product docs from codewhale.net

  • Documentationcodewhale.net

    Tools · CodeWhale

    Full product docs from codewhale.net

  • Documentationcodewhale.net

    Mcp · CodeWhale

    Full product docs from codewhale.net

  • Documentationcodewhale.net

    Fleet Whaleflow · CodeWhale

    Full product docs from codewhale.net

Frequently Asked Questions

Tools that pair well with CodeWhale

Common stack mates teams adopt alongside CodeWhale, with the specific reason each pairing earns its keep.

Zhipu GLM

Zhipu GLM

Chinese LLM platform for enterprise agents, MaaS, and open-source models

Poolside AI

Poolside AI

Enterprise open-weight foundation models and agents for high-consequence software engineering.

MetaGPT

MetaGPT

Open-source multi-agent framework for structured AI software development

Featured Head-to-Head Comparisons

Codewhale vs Locus Robotics

Codewhale vs Truleo

Codewhale vs Presto Voice

Alternatives to CodeWhale

View all
Zhipu GLM

Zhipu GLM

Chinese LLM platform for enterprise agents, MaaS, and open-source models

FreemiumTry
Poolside AI

Poolside AI

Enterprise open-weight foundation models and agents for high-consequence software engineering.

Contact SalesTry
MetaGPT

MetaGPT

Open-source multi-agent framework for structured AI software development

FreeTry

Used CodeWhale? Help shape our editorial sentiment research.

Sign in to share

Details

Pricing
Free
Skill Level
Advanced
Platforms
CLI, Desktop
API Available
Yes
Content updated
4d ago
Pricing & overview verified
4d ago

Categories

💻 Code & Development🤖 Automation & Agents

Best-of guides

Best AI Tools for Coding & DevelopmentBest AI Workflow Automation & Agent Tools

Topics

AgentOpen SourceCode Generation

Resources

Official Website
Visit Website
RightAIChoice

The decision-making engine for discovering AI tools.

One AI tool every Friday

A 60-second editorial pick. No filler, no funnel — unsubscribe anytime.

Product

  • Browse tools
  • Categories
  • Search
  • Plan my stack
  • Find my AI tool
  • AI chat
  • Compare
  • Submit your tool

Resources

  • Best AI guides
  • Stacks
  • Blog
  • Methodology
  • Viability scoring

Company

  • About
  • Team
  • Press & brand kit
  • Contact

Your account

  • Dashboard
  • Saved tools
  • Settings
  • Sign in
  • Create account

Legal

  • Privacy
  • Terms
  • Affiliate disclosure
  • Unsubscribe

© 2026 RightAIChoice. All rights reserved.

Built for the AI community.