█▀▀ ▄▀█ █▀▄ █▀▄ █▄█ █▄█ █▀█ █▀▄ █▀▄ █
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"# headlessgarry.sh