Prerequisites
- macOS, Windows, or Linux
- At least one provider available:
- OpenAI (the
codexprovider): sign in with ChatGPT or an API key in-app, or reuse an existing Codex CLI login - Claude (the
claudeprovider): Claude CLI installed and signed in - OpenCode (the
opencodeprovider, optional): OpenCode installed locally
- OpenAI (the
Option 1: Run the installer script (recommended)
The installer script detects your operating system + architecture, downloads the matching artifact from the latest GitHub release, and installs it with platform-specific defaults.macOS / Linux
Windows (PowerShell)
- macOS installer flow applies the quarantine bypass (
xattr -cr) automatically for downloaded.appbundles. - If macOS still blocks first launch, open System Settings → Privacy & Security and choose Open Anyway for goldengoose.
- If the latest release does not include a build for your OS/architecture, the script exits with a clear message and links to Releases.
Option 2: Install manually from GitHub Releases
- Open GitHub Releases.
- Download the artifact for your platform.
macOS
Recommended artifacts:.app.tar.gz or .dmg
.dmg, open it and drag goldengoose.app into /Applications.
Windows
Recommended artifact:*setup*.exe
Run the installer executable and complete the setup wizard.
Linux
Recommended artifact:.AppImage (or .deb when available)
Option 3: Run from source (contributors)
This is for development work on the app itself. Prerequisites:- Bun
- Rust toolchain
First run checklist
- Open a workspace folder (usually a Git repository).
- Create a new thread and pick a provider + model.
- Send a small first task, like “Summarize the repo structure” or “Fix this failing test”.
- Review tool activity in the timeline as the agent runs commands or edits files.
- Try a long-running command (tests, builds, installs) and watch it in the Process Monitor.
- (Optional) Create a team and add specialist members using model presets.
Next steps
- Learn how gg tools work: gg Tools
- Understand teams and messaging: Communication System
- Get faster with the UI: Keyboard Shortcuts

