CodewhaleMIT

データとコードの海

深海へ潜り、
あなたは潜らなくていい。

Codewhale は、LLM のレバレッジを普通の人々に届けます。ターミナルでリポジトリを読み、ファイルを編集し、チェックを実行し、レシートを残します — コードを話せることを前提にしません。あなたのマシンで動きます。

npm install -g codewhale

最新リリース v0.9.2 · 現在のソース v0.9.2: 36 件のプロバイダールート · MIT

Codewhale TUICurrent session
Current Codewhale terminal session showing Operate mode, the whale, composer, and footer
Current Codewhale session · Operate mode · Ask permission posture

水中のターミナルシェル。モデル中立。ローカルファースト。

すでに使っているホスト型、ゲートウェイ、ローカルのモデルをそのまま使えます。Codewhale はあなたのマシンで動作し、モデルを製品ではなく選択可能なコンポーネントとして扱います。Plan / Act / Operate と明示的な権限ポスチャで、深い潜水もコントロールできます。

タスクから検証済みの変更へ。

  1. 01

    検査

    リポジトリ、その指示、タスクを読みます。

  2. 02

    実行

    明示的な承認境界内でファイルを編集します。

  3. 03

    検証

    チェックを実行し、結果を確認します。

  4. 04

    報告

    簡潔で永続的なレシートを残します。

$ codewhale exec "fix the failing test"inspect   repository and instructionsact       edit through the selected permission postureverify    cargo test --lockedreport    checks passed · receipt saved

New to Codewhale? Four steps end to end.

Install → a first keyless session → provider connection → a first Fleet workflow. The nouns are defined on the vocabulary page.

  1. Install Codewhale

    One npm command installs the dispatcher and the terminal runtime. Cargo, prebuilt archives, Docker, Nix, and China mirrors are documented alternatives; every channel serves published releases only.

    npm install -g codewhale
    codewhale doctor
    Full install guide
  2. Open a first session — no key needed

    The runtime launches without any API key: a short constitution-first setup (language, provider readiness, runtime posture, your constitution), then the full interface. Explore in Plan mode — it is always read-only. Model replies need a provider; that is the next step.

    codewhale
    Learn the product nouns first
  3. Connect a provider

    Pick any supported route — a hosted key, a gateway, or a keyless local runtime such as Ollama, vLLM, or SGLang for fully local inference. Provider and model stay explicit; requested and effective reasoning plus routing source are separate provenance fields, and unavailable values stay unavailable.

    codewhale auth set --provider deepseek
    Providers and models
  4. Run a first Fleet workflow

    When work needs durable workers, ordered phases, or receipts, author a reusable agent-team profile and launch a run. Fleet state lives in the workspace ledger and survives restarts; ordinary single tasks need none of this.

    codewhale fleet init
    codewhale fleet run tasks.json --max-workers 4
    Fleet and Workflow docs

あなたのモデル。
あなたの境界。

モデル、作業モード、権限ポスチャを明示的に選びます。不明なコストは不明なままにし、プレビュー機能はその旨を表示します。

36 件のプロバイダールート
ホスト型、ゲートウェイ、ローカルのモデル
Plan · Act · Operate
読み取り専用の計画から自律実行まで
Ask · Auto-Review · Full Access
作業に合う権限ポスチャを選択
TUI · exec · web · API
対話型およびヘッドレスのランタイム画面

作業が起きる場所でランタイムを使う。

TUI対話型ターミナル作業
codewhale execスクリプトと CI
Web クライアントループバック専用ブラウザクライアント
Runtime API + MCPローカル統合
Fleet永続的なマルチエージェント作業
ランタイム画面と安定性メモを見る →

1 つのコマンドから始める。

npm install -g codewhale

Cargo · バイナリ · Docker · Nix · Windows · Android / Termux · 中国ミラー

インストールガイドを読む →

公開で開発

MIT ライセンス。ランタイム、プロバイダー、プラットフォーム、ドキュメント、テストにまたがるコントリビューターによって形作られています。