There's a surprise winner in the AI coding tool wars.

It's not Cursor, GitHub Copilot, or Claude Code. The team that won refused to bet on any specific AI model. OpenCode — 182,000 GitHub stars, 7.5 million monthly active developers.

3-Second Summary
AI model lock-in fatigue OpenCode: 75+ models Zero signup friction 182K GitHub stars 7.5M developers

"Not an AI Product" — One Sentence That Was the Strategy

OpenCode CEO Jay V defines the product this way.

"OpenCode is not an AI product. It's a product designed to use AI. That distinction matters because we're not betting on any single model or provider winning."

— Jay V, OpenCode CEO

The results speak to this philosophy. OpenCode supports 75+ LLM providers including Anthropic, OpenAI, Google, and Meta, with GitHub login for Copilot, ChatGPT Plus/Pro subscriptions, or local models — developers bring whatever AI they already use.

The onboarding is even more striking. OpenCode is the only major AI coding agent that requires no signup and no credit card. Install it and you're running.

Proprietary Coding AgentsOpenCode
AI Model Support1–3 specific models75+ models
OnboardingSignup + payment requiredStart without signing up
LicensePaid / proprietaryMIT open source
Enterprise CustomizationLimitedFull workflow control

The Market Gap Two Waterloo Classmates Spotted

Jay V and CTO Frank Wang met during their first week at the University of Waterloo. Their most recent project together was SST — an open source infrastructure framework for cloud applications. SST raised $1M from Y Combinator in 2021 (backed by PayPal, LinkedIn, Yelp, and YouTube founders) and turned profitable in 2025.

Along the way, the two spotted a gap in the AI coding tool market.

"We saw two trends converging. First, there would be an explosion of AI coding models beyond just Anthropic or OpenAI. Second, developers were going to demand open-source alternatives to locked-in, proprietary tools."

— Jay V, OpenCode CEO

That insight became OpenCode. The numbers show the bet paid off.

182K+
GitHub Stars
7.5M
Monthly Active Developers
900+
Open Source Contributors

The revenue model doesn't compromise the open source philosophy. OpenCode Zen, a hosted model service, generates several million dollars in annualized revenue. Enterprise customers like Cloudflare are already on board.

Open source as a business — proven twice

The team's philosophy is consistent. SST turned profitable as an open source product, and OpenCode is following the same path. This team has disproven "open source can't be a real business" — twice.

Getting Started with OpenCode in 5 Minutes

  1. Install
    Pick your method: npm (npm install -g opencode), macOS/Linux via Homebrew (brew install sst/tap/opencode), or Windows via Scoop. A desktop app beta is also available.
  2. Connect Your AI Model
    No signup needed. Connect via GitHub login for Copilot, use your OpenAI account for ChatGPT Plus/Pro, or enter an Anthropic Claude API key directly. Bring the AI subscription you already have.
  3. Run in Your Project Folder
    Navigate to your code project folder and run opencode. The terminal UI launches and LSP is detected and loaded automatically.
  4. Choose Your Agent Mode
    Switch between three agents with Tab. Build agent (default, full dev access), Plan agent (read-only analysis, bash commands need approval), General agent (complex searches and multi-step tasks).
  5. Try Multi-Agent Workflows
    Run multiple agents simultaneously on the same project. Handle a large refactor and a small bug fix in parallel, or generate a session link to share with teammates.

Heads up

OpenCode is terminal-based, which can feel unfamiliar if you're used to GUI tools. There's a desktop app beta if you'd rather start there. Most developers who try it say they can't go back — give it a session and see for yourself.