New Developments

Goose emerges as free alternative to expensive Claude Code

GooseSource: VentureBeat - AI19/01/2026, 11:00
Claude Code, Anthropic's AI agent that automates code writing, debugging, and deployment, has gained developer attention despite its high pricing — ranging from $20 to $200 monthly — which has sparked significant dissatisfaction within the programming community. In response, Goose has emerged as an open-source tool developed by Block, the payments company formerly known as Square. The platform delivers capabilities similar to Claude Code but runs entirely on users' computers, eliminating subscription costs, cloud dependencies, and periodic usage limits. Goose offers a fundamental advantage: user data remains local, giving developers complete control over their AI-powered workflow, including the ability to work offline. The project gained rapid adoption, accumulating over 26,100 GitHub stars with 362 contributors and 102 releases since launch. The controversy surrounding Claude Code's pricing stems from its confusing limit structure. While Anthropic claims restrictions affect fewer than five percent of users, many developers report exhausting their quotas within minutes of intensive coding work. Premium plans priced at $100 and $200 monthly offer additional resources, yet frustration persists. The system expresses limits in "hours" of specific model usage, but these actually represent token-based quotas that fluctuate depending on codebase size, conversation length, and task complexity. Goose operates on a fundamentally different model. As a local AI agent, it runs on users' personal computers and connects to various language models — from Anthropic's Claude options to open-source alternatives like Llama, Qwen, or Gemma. It can operate entirely offline using tools like Ollama, which enables large language model execution on personal hardware. This approach eliminates subscriptions, usage caps, and concerns about data transmission to external servers. Setting up Goose with a local model requires basic components: the Goose application, Ollama, and a compatible language model. Block distributes Goose as both a graphical application and command-line interface with installers for macOS, Windows, and Linux. The recommended configuration includes 32 gigabytes of RAM for running capable models, though smaller models function adequately on systems with 16 gigabytes. However, Goose with local models has limitations compared to Claude Code. Open-source models, despite substantial improvements, do not match the capability level of Claude 4.5 Opus, particularly for complex tasks. The context window of many local models falls short of what Sonnet 4.5 offers via API, and processing on personal computers is slower than on optimized servers. Despite these constraints, Goose provides a viable solution for developers prioritizing privacy, control, and cost elimination.
Goose emerges as free alternative to expensive Claude Code — lupAI