Get Rysh for your desktop

The full agentic terminal multiplexer as a native app — panes, agents and embedded web views in one window. The rysh CLI is bundled; you do not need to install it separately.

Download for LinuxAppImage · x86_64

macOS 12 (Monterey) or later · Ubuntu 22.04 or later · SHA-256 checksums

After you install

Rysh runs agents against your own Anthropic API key — nothing is proxied through us. On first launch the app asks for the key and writes it to ~/.config/rysh/rysh.config.yaml. If you already use the CLI, the app picks up that config and your existing sessions.

1

Open Rysh

Drag to Applications, then launch it.

2

Add your API key

Paste an Anthropic key when prompted.

3

Open a workspace

Point it at a project directory and start a pane.

The app updates itself. New versions are downloaded in the background and installed when you next quit — there is nothing to re-download from this page.

Prefer the terminal?

The rysh CLI is the same engine without the desktop shell — it runs over SSH, in a container, or anywhere you already live in a terminal.

Homebrew
$brew install rysh-ai/rysh/rysh
curl
$curl -fsSL https://rysh.ai/install.sh | sh

APT and RPM repositories are set up in the installation docs.

Windows: use WSL2 for now

There is no native Windows build. Rysh allocates a real PTY for every pane, and the native Windows path needs a ConPTY implementation we have not shipped yet — a Windows app would install and then fail to open a single pane, so we do not publish one.

Inside WSL2 the Linux build runs unmodified:

$wsl --install -d Ubuntu