Download
Download the current public macOS build from the goldengoose launch page:Download goldengoose for macOS
Get the latest public build and installation command.
Prerequisites
- macOS (currently the best-supported platform)
- 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
Install the public macOS build
- Download the app archive from goldengoose.ashray.xyz/download.
-
Unpack it and move the app into
/Applications:
- Clear the browser quarantine attribute once:
xattr
command removes macOS quarantine metadata added by the browser download path.
The app’s updater still verifies Tauri update signatures before installing
updates.
If macOS still blocks the app on first launch, open System Settings → Privacy
& Security and choose Open Anyway for goldengoose.
Option 2: 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

