Installation
macOS and Linux
curl -fsSL https://runanything.dev/install.sh | shWindows PowerShell
irm https://runanything.dev/install.ps1 | iexThis downloads the latest release binary and places it on your PATH.
Set up a language
rat install py✓ Python 3.12.1 detected✓ ipython installed into .venv✓ jedi installed into .venv✓ Claude Desktop config updatedAvailable runtimes:
| Runtime | What rat install does |
|---|---|
py | Detects venv, installs IPython + jedi |
sh | Nothing — bash is already there |
r | Installs jsonlite |
pi | Checks tmux + pi-coding-agent |
Multiple at once:
rat install py r shInteractive setup
rat setupWalks you through runtime selection, venv detection, and client configuration interactively.
Verify
rat doctor pyChecks that the runtime, dependencies, and MCP configuration are all healthy.
Update
rat update