ai news

Block’s open-source Goose wants to be your free, offline AI coding pal

Block just unleashed Goose, a free, open-source AI coding agent that runs locally on your machine - no cloud, no subscription, no rate limits. The catch? You’ll need to bring your own LLM and handle maintenance yourself. Here’s what that means if you’re looking to cut costs on paid tools like Claude Code.

By LY ·

Executive take

Quick answer

What changed

Block (the company behind Square and Cash App) dropped Goose on GitHub under the Apache 2.0 license. It’s an autonomous coding agent that can write, debug, and deploy code right from your laptop. Goose works entirely locally - your source code never leaves your machine. The repo has already racked up over 26,100 stars and 362 contributors, so the community is taking it seriously. (You can check it out at github.com/block/goose.)

Perspective

Business leader

A zero-cost coding assistant can shift budget away from per-seat subscriptions while keeping source code private.

Primary audience

Why this matters for this role

  • Teams can reallocate money previously spent on AI coding tools.
  • Local execution reduces the risk of exposing proprietary code to third-party services.

What this role should do

  • Pilot Goose on a project against your current tool to measure quality and integration.
  • Assess whether the community ecosystem can sustain your team's needs over the next year.

Watchouts

  • Free tools can still incur hidden costs from setup and maintenance.
  • Do not assume open-source equals free of compliance or security risks.

Cybersecurity impact

Cybersecurity impact

Local execution keeps source code off external servers, reducing data exfiltration risk. However, teams must audit the open-source codebase and its dependencies for vulnerabilities, given the tool's ability to modify code and execute commands.

What changed

Block (the company behind Square and Cash App) dropped Goose on GitHub under the Apache 2.0 license. It’s an autonomous coding agent that can write, debug, and deploy code right from your laptop. Goose works entirely locally - your source code never leaves your machine. The repo has already racked up over 26,100 stars and 362 contributors, so the community is taking it seriously. (You can check it out at github.com/block/goose.)

Why it matters

Paid AI coding assistants like Claude Code run between $20 and $200 per user per month. For a 50‑developer team, that’s $12,000 to $120,000 a year. A free, open‑source option slashes that line item to zero, though you’ll still need hardware to run the local LLM and engineering time to set it up. The privacy angle is real too - no data ever hits a third‑party cloud, which is a big deal for regulated industries or anyone tired of feeding their code to a SaaS algorithm.

What leaders should do

Don’t rip out your paid tool just yet. Pilot Goose on one real project and measure three things: code‑generation accuracy (how often the output actually compiles and passes tests), review‑time reduction (does a senior dev spend less time nitpicking AI‑generated PRs?), and setup hours (how long does it take to get Goose working with your IDE and a decent local LLM). Document those numbers before deciding to switch. If accuracy lags, you’ll burn more time fixing AI code than the tool saves.

Risks to watch

Local execution doesn’t mean zero internet. You’ll need a connection to download the initial model (and for updates), and Goose’s performance swings wildly depending on which local LLM you pair it with. Block offers no official enterprise support or roadmap commitments - the project is community-driven under Apache 2.0, so you’re on your own for bug fixes and security patches. Finally, there are no published benchmarks comparing Goose head‑to‑head with paid tools, so treat any performance claims as unproven until your own tests say otherwise.

Reader feedback

Was this useful?

1 reaction so far

Sign in to react.

Reader feedback

Help tune future briefings

Tick this off when you have read it, then leave a quick note for future tuning.

Sign in to save a preferred lens, read state, and feedback.

Related reading

Keep going on this topic

Sources

Claude Code costs up to $200 a month - Goose does the same thing for free