Codewhale documentation
Release truthLatest release v0.9.13 · Sep 14, 2026These pages describe v0.9.13, the published release.Changelog →

Getting started

Install Codewhale, connect your model, and give it a task. Fleet setup is optional.

  1. Install Codewhale

    The command below installs the latest published release on macOS or Linux. Use the install guide for Windows, package managers, or building the unreleased source candidate.

    curl -fsSL https://codewhale.net/install.sh | sh
    Full install guide
  2. Connect your model

    Model replies need a connection to a hosted or local model. Use your own provider key, as in the DeepSeek example below, or follow the provider guide for other services and local models. Offline setup does not require a key.

    codewhale auth set --provider deepseek
    Choose a provider
  3. Give it a task

    Open Codewhale in your project folder. Try /mode plan and ask it to explain the project, then use /mode work when you want edits and commands. Shift+Tab changes the approval setting; /provider and /model change the model connection.

    codewhale
    Modes and permissions
  4. Add a Fleet when you need one

    When a task would benefit from several models and roles, run /fleet setup inside Codewhale to put a team together. You can see the saved Fleet from your shell with codewhale fleet status.

    /fleet setup
    codewhale fleet status
    Fleet and Workflow docs

Where next

Hooks

Run your own commands before and after tool calls, at turn end, and on session events, with per-project trust rules.

Modes and permissions

Plan / Work / Operate and Ask / Auto-Review / Full Access: what each one allows.

Documentation hub

Browse and search the documentation for help on a specific topic, with a link from each page to its source in the repository.

For more detail, see the user guide and keyboard shortcuts in the documentation.