█▀▀ ▄▀█ █▀▄ █▀▄ █▄█
█▄█ █▀█ █▀▄ █▀▄    

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. 1.Install Bun — garry uses Bun to write and run tests, and is most familiar with the Bun runtime environment.
  2. 2.Install VS Code — gives garry easy access to diagnostics, language servers, etc.

macOS & Linux

curl -fsSL https://garry.sh/install.sh | bashcopy

Windows (PowerShell)

irm https://garry.sh/install.ps1 | iexcopy

Then run

garry# interactive
garry -p "fix the tests"# headless

garry.sh