Goose
Block's local-first AI agent in Rust — no cloud, no lock-in, full MCP support
The Panel's Take
Goose is an open-source, local-first AI agent framework built in Rust by Block (Jack Dorsey's fintech company). It runs entirely on your machine — no cloud dependency, no data leaving your system, no vendor lock-in. Model Context Protocol (MCP) support means Goose plugs into the growing ecosystem of MCP servers for filesystem access, git, databases, and web browsing without custom integration code. The Rust implementation is a meaningful architectural choice: Goose starts in milliseconds, uses minimal memory, and runs comfortably alongside IDE extensions, local models, and other dev tools without competing for resources. Unlike Python-based agent frameworks that feel heavy even when idle, Goose is a background process you forget is running until you need it. Block built Goose partly to solve internal developer productivity problems — it's real software from a company shipping real financial products, not a research demo from a lab. At 4,900+ GitHub stars without heavy marketing, the organic traction reflects genuine community interest in a capable, no-cloud-required alternative to API-dependent agent tools.
Share this verdict
Goose verdict: SHIP 🚀 3 ships · 1 skip from the expert panel Full review: shiporskip.io/tool/block-goose-local-first-ai-agent-rust-mcp-jack-dorsey-2026
Weekly AI Tool Verdicts
Get the next verdict in your inbox
7 critics review a new AI tool every day. Weekly digest — free.
Compare Goose with Others
Embed this verdict
Tool makers can add a live ShipOrSkip badge to their site. Badge loads track impressions; clicks route back to this review.
<a href="https://shiporskip.io/api/badge-click/block-goose-local-first-ai-agent-rust-mcp-jack-dorsey-2026" target="_blank" rel="noopener"><img src="https://shiporskip.io/api/badge/block-goose-local-first-ai-agent-rust-mcp-jack-dorsey-2026" alt="Goose Ship verdict on ShipOrSkip" width="360" height="90" /></a>[](https://shiporskip.io/api/badge-click/block-goose-local-first-ai-agent-rust-mcp-jack-dorsey-2026)<iframe src="https://shiporskip.io/embed/block-goose-local-first-ai-agent-rust-mcp-jack-dorsey-2026" title="Goose ShipOrSkip verdict" width="360" height="260" style="border:0;border-radius:16px;max-width:100%;" loading="lazy"></iframe>The reviews
“Rust + MCP is the combination I didn't know I needed. Goose starts instantly, stays out of the way, and connects to every tool in my stack through MCP without any glue code. This is what a production-grade local agent should feel like — not a Python script that takes 4 seconds to import.”
“Block is a payments company, not an AI lab. Without a dedicated team maintaining the agent framework long-term, Goose risks becoming a well-starred abandoned repo. The Rust barrier to contribution also means a smaller community can fix bugs and add features compared to Python equivalents.”
“Local-first AI agents are the antidote to the API dependency problem. When you own your compute and your data stays on your machine, the threat model for AI-assisted work changes entirely. Goose points toward a future where the 'agent layer' is infrastructure you control, not a service you subscribe to.”
“The MCP filesystem and git connectors mean Goose can work with my actual project files without any setup. For creative work with sensitive client assets, running everything locally is non-negotiable — and Goose is the first agent I've seen that makes that genuinely easy.”