█▀▀ ▄▀█ █▀▄ █▀▄ █▄█ █▄█ █▀█ █▀▄ █▀▄ █
Simple terminal assistant and coding agent.
Works with your filesystem similar to Claude Code. Crafted specifically for the terminal.
Install
The install script will also install the VS Code extension automatically. Pass --no-extension (bash) or -NoExtension (PowerShell) to skip it.
Before you install
- 1.Install Bun — garry uses Bun to write and run tests, and is most familiar with the Bun runtime environment.
- 2.Install VS Code — gives garry easy access to diagnostics, language servers, etc.
macOS & Linux
curl -fsSL https://garry.sh/install.sh | bashcopyWindows (PowerShell)
irm https://garry.sh/install.ps1 | iexcopyThen run
garry# interactivegarry -p "fix the tests"# headlessNotes
- 1.Analytics are sent to PostHog by default. You may disable this in
Settings > Analytics. - 2.Claude Code plugins are supported out of the box. For now, ask the model to use the given plugin wherever you're used to using a slash command in CC.
garry.sh