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

4 0 0

The AI coding revolution comes with a catch: it’s expensive. <a href="https://code.allwinchina.org/ai-tools/claude-code/" title="Claude Code review”>Claude Code, Anthropic’s terminal-based agent that writes, debugs, and deploys code autonomously, has developers hooked. But the pricing—$20 to $200 a month depending on usage—has sparked a quiet rebellion among the very people it’s supposed to help.

Now there’s a free alternative gaining real traction. Goose, an open-source AI agent from Block (the fintech company formerly known as Square), does nearly the same thing as Claude Code but runs entirely on your local machine. No subscription fees. No cloud dependency. No rate limits that reset every five hours. And yes, you can use it on an airplane.

“Your data stays with you, period,” said Parth Sareen, a software engineer who demoed the tool during a recent livestream. That line captures the core appeal: Goose gives developers complete control over their AI-powered workflow, including the ability to work offline.

The project has exploded in popularity. Goose now has over 26,100 stars on GitHub, with 362 contributors and 102 releases since launch. The latest version, 1.20.1, shipped on January 19, 2026—a development pace that rivals commercial products.

For developers frustrated by Claude Code’s pricing and usage caps, Goose represents something increasingly rare in AI: a genuinely free, no-strings-attached option for serious work.

Why Claude Code’s pricing is pissing people off

To understand why Goose matters, you need to understand the Claude Code pricing controversy.

Anthropic offers Claude Code as part of its subscription tiers. The free plan gives you nothing. The Pro plan, at $17 per month with annual billing (or $20 monthly), limits you to 10 to 40 prompts every five hours—a constraint serious developers burn through in minutes of intensive work.

The Max plans, at $100 and $200 per month, offer more headroom: 50 to 200 prompts and 200 to 800 prompts respectively, plus access to Claude 4.5 Opus. But even these premium tiers come with restrictions that have inflamed the developer community.

In late July, Anthropic announced new weekly rate limits. Under the system, Pro users get 40 to 80 hours of Sonnet 4 usage per week. Max users at the $200 tier get 240 to 480 hours of Sonnet 4, plus 24 to 40 hours of Opus 4. Nearly five months later, the frustration hasn’t subsided.

The problem? Those “hours” aren’t actual hours. They represent token-based limits that vary wildly depending on codebase size, conversation length, and code complexity. Independent analysis suggests the actual per-session limits translate to roughly 44,000 tokens for Pro users and 220,000 tokens for the $200 Max plan.

“It’s confusing and vague,” one developer wrote in a widely shared analysis. “When they say ’24-40 hours of Opus 4,’ that doesn’t really tell you anything useful about what you’re actually getting.”

The backlash on Reddit and developer forums has been fierce. Some users report hitting their daily limits within 30 minutes of intensive coding. Others have canceled their subscriptions entirely, calling the new restrictions “a joke” and “unusable for real work.”

Anthropic has defended the changes, stating that the limits affect fewer than five percent of users and target people running Claude Code “continuously in the background, 24/7.” But the company hasn’t clarified whether that figure refers to five percent of Max subscribers or five percent of all users—a distinction that matters enormously.

How Block built a free AI coding agent that works offline

Goose takes a radically different approach to the same problem.

Built by Block, the payments company led by Jack Dorsey, Goose is what engineers call an “on-machine AI agent.” Unlike Claude Code, which sends your queries to Anthropic’s servers for processing, Goose can run entirely on your local computer using open-source language models that you download and control yourself.

The project’s documentation describes it as going “beyond code suggestions” to “install, execute, edit, and test” code autonomously. That’s essentially what Claude Code does—but without the subscription fees.

Block open-sourced Goose in October 2025, and the timing couldn’t have been better. Developer frustration with Claude Code’s pricing was already simmering, and Goose offered a genuine alternative. The project’s GitHub page has been a hive of activity ever since.

What Goose actually does

Goose operates as a terminal-based agent that can:

  • Write and edit code files
  • Execute commands and scripts
  • Install dependencies
  • Run tests
  • Debug issues
  • Deploy applications

It integrates with popular tools like GitHub, VS Code, and various package managers. You can give it natural language instructions, and it’ll work through the problem step by step.

The key difference from Claude Code is that Goose doesn’t require a constant internet connection. Once you’ve downloaded the models, you can work offline. That’s a huge advantage for developers who travel, work in secure environments, or just don’t want their code leaving their machine.

Of course, there are trade-offs. Open-source models running locally aren’t as powerful as Claude 4.5 Opus. You need a decent GPU to run the larger models effectively. And the setup process is more involved than just signing up for a subscription.

But for many developers, those trade-offs are worth it. No rate limits. No data leaving your machine. No monthly bill.

The numbers don’t lie

Goose’s growth has been remarkable. From zero to 26,100 GitHub stars in just a few months is no small feat. The project has 362 contributors and has shipped 102 releases since launch. That’s a level of community engagement that most commercial products would envy.

The latest release, version 1.20.1, came out on January 19, 2026. The pace of development suggests Block is serious about maintaining and improving Goose, even if it’s not a direct revenue generator for the company.

Is Goose a real alternative?

For serious production work, Claude Code still has advantages. Anthropic’s models are more capable, especially for complex reasoning tasks. The integration with Anthropic’s ecosystem is smoother. And if you’re working on a team that’s standardized on Claude Code, switching might not be practical.

But for individual developers, small teams, and anyone who values privacy and control, Goose is a compelling option. It’s free. It’s open source. It works offline. And it’s getting better every week.

I’ve been testing Goose alongside Claude Code for the past few weeks, and honestly? For most everyday coding tasks, I can’t tell the difference. Goose handles refactoring, debugging, and test generation just fine. The only time I reach for Claude Code is when I need to work with a massive codebase or tackle something that requires serious reasoning.

That’s a pretty good place to be for a free tool that didn’t exist six months ago.

The bigger picture

The Goose vs. Claude Code story is part of a larger trend in AI. The big players—Anthropic, OpenAI, Google—are all moving toward subscription models with complex pricing and usage limits. That creates an opening for open-source alternatives.

Goose isn’t the only one. There’s Continue, Tabby, and various other open-source coding assistants. But Goose is the closest to a direct Claude Code replacement, and its rapid adoption suggests developers are hungry for alternatives.

Anthropic isn’t going to change its pricing model because of Goose. The company has enterprise customers who will pay whatever it costs. But for the rest of us, having a viable free option is a big deal.

Whether Goose can maintain its momentum remains to be seen. Open-source projects need sustained maintenance and community support. But right now, it’s looking like the best free alternative to Claude Code—and that’s worth paying attention to.

Comments (0)

Be the first to comment!