Creates a new ui/goose3 directory containing: - A copy of the goose2 frontend code, refactored so that every backend interaction goes through the ACP WebSocket via @aaif/goose-sdk. The only Tauri commands exposed are get_goose_serve_url and get_goose_serve_host_info, both of which bootstrap the ACP connection. - A fresh, minimal Tauri shell under ui/goose3/src-tauri/ with only the acp.rs command from goose2 (and its supporting service module). All other custom commands (agents, git, doctor, system fs, distro, project icons, model/agent setup) and all non-essential Tauri plugins (dialog, opener, app-test-driver) are deliberately not registered. - Frontend stubs for every non-ACP backend module. Read-style APIs return safe empty defaults; write-style APIs reject with a '... is not available in goose3 yet' error so the UI degrades gracefully instead of crashing. - A tauriShims module that replaces @tauri-apps/plugin-dialog, @tauri-apps/plugin-opener, @tauri-apps/api/event listen() and convertFileSrc with browser-friendly fallbacks (e.g. window.open, <input type='file'>) or no-ops with console hints. - docs/UNSUPPORTED_FEATURES.md cataloguing every stubbed feature and the suggested ACP method shape to bring it back online. Verified: cd ui/goose3/src-tauri && cargo check && cargo clippy -- -D warnings && cargo fmt --check cd ui/goose3 && pnpm typecheck && pnpm build && pnpm test (747 passed) pnpm exec biome check src && pnpm check:i18n Signed-off-by: Alex Hancock <alexhancock@block.xyz>
🦆 goose has moved! This project has moved from
block/gooseto the Agentic AI Foundation (AAIF) at the Linux Foundation. Some links and references are still being updated — please bear with us during the transition.
goose
your native open source AI agent — desktop app, CLI, and API — for code, workflows, and everything in between
goose is a general-purpose AI agent that runs on your machine. Not just for code — use it for research, writing, automation, data analysis, or anything you need to get done.
A native desktop app for macOS, Linux, and Windows. A full CLI for terminal workflows. An API to embed it anywhere. Built in Rust for performance and portability.
goose works with 15+ providers — Anthropic, OpenAI, Google, Ollama, OpenRouter, Azure, Bedrock, and more. Use API keys or your existing Claude, ChatGPT, or Gemini subscriptions via ACP. Connect to 70+ extensions via the Model Context Protocol open standard.
goose is part of the Agentic AI Foundation (AAIF) at the Linux Foundation.
Get started
Download the desktop app for macOS, Linux, and Windows.
Or install the CLI:
curl -fsSL https://github.com/aaif-goose/goose/releases/download/stable/download_cli.sh | bash
Quick links
- Quickstart
- Installation
- Tutorials
- Documentation
- Governance
- Custom Distributions — build your own goose distro with preconfigured providers, extensions, and branding
Need help?
a little goose humor 🪿
Why did the developer choose goose as their AI agent?
Because it always helps them "migrate" their code to production! 🚀