PearAI Review: The Open-Source AI Editor Fork, One Year On
A measured review of PearAI, the open-source AI code editor and VS Code fork, one year after its rocky Y Combinator launch — what it bundles, the license controversy, and how it stacks up against Cursor.
PearAI shipped its first public build in mid-2024 as an open-source, AI-native fork of VS Code, rode a wave of Y Combinator (S24) attention, and within weeks became the most argued-about editor on Hacker News — for the wrong reasons. A year later it is still shipping, still open-source, and still living down its debut. We spent time in the current build to answer one question: is PearAI a real alternative to Cursor and Continue, or a marketing layer on top of code other people wrote?
What PearAI actually is
Strip the branding and PearAI is Code - OSS (the open-source core of VS Code) with a curated bundle of AI features layered on top. You get the familiar VS Code window, settings, and keybindings, plus:
- A chat sidebar for asking questions about your code, with bring-your-own-key support for Anthropic, OpenAI, and local models.
- Inline edits triggered from the editor — the same Cmd+K pattern Cursor popularized.
- An agentic “Creator” mode descended from the aider / Roo Code lineage, which plans and applies multi-file changes.
- A Perplexity-style search panel for pulling answers and docs without leaving the editor.
- Autocomplete wired through Supermaven, and project memory via mem0.
The pitch is curation. Instead of installing Continue, wiring up aider in a terminal, bolting on an autocomplete provider, and juggling API keys across all of them, PearAI assembles a working stack out of the box. That is a genuinely useful thing — if you trust the assembler.
The controversy that shaped year one
PearAI’s first month is the reason most developers already have an opinion about it. Two things happened.
First, critics noticed the early build was, functionally, VS Code plus a re-skinned Continue extension. The “AI editor” framing collided with the reality that most of the AI came from an existing open-source project. For a launch that leaned on novelty, “fork of a fork” stuck as the headline.
Second, and more damaging, was a licensing misstep. The project initially shipped forked open-source code under a custom, restrictive license rather than honoring the permissive terms it inherited. The backlash was immediate, the license was reverted to a standard open one, and the founders apologized — but the episode landed hard precisely because openness is the entire value proposition. An “open-source editor” that fumbles a license is mishandling the one thing it is selling.
Who it’s for, one year on
The honest read after a year is that PearAI is an aggregator, and you should judge it as one.
Its strengths are real. The bring-your-own-key model means you are not locked to a single vendor’s pricing or model roster — you can point chat at Claude, send agent work to a cheaper model, and pay providers directly. The bundling saves the afternoon you would otherwise spend assembling Continue, aider, and an autocomplete provider yourself. And because it is Apache-licensed VS Code underneath, your muscle memory transfers intact.
Its weaknesses are also structural. An aggregator inherits the bugs and release cadence of everything it aggregates, so polish lags a vertically integrated product like Cursor, where one team owns the whole loop. If your priority is the smoothest possible tab-complete-and-agent experience and you do not mind a subscription, Cursor is still the more finished tool. PearAI’s case is openness, model freedom, and not handing your codebase to a single closed vendor.
Cursor
The vertically integrated, closed-source AI editor PearAI is most often compared to. One team owns the full loop, so autocomplete and agent mode feel more polished — at the cost of vendor lock-in and a subscription.
Free tier; Pro $20/mo
Affiliate link · We earn a commission at no cost to you.
So: if you already pay for Cursor and it works, PearAI will not pull you away on features alone. If you assemble your own open-source AI stack, or you want model and vendor freedom on a familiar VS Code base, PearAI in its second year is worth a serious trial — with the license history as a standing reminder to read the fine print.
FAQ
Is PearAI free?
Is PearAI just a VS Code skin or a fork of Continue?
Should I switch from Cursor to PearAI?
Related reading
2026-06-22
Aider vs Continue.dev: Terminal-First vs Editor-First AI Coding in 2026
A hands-on comparison of Aider and Continue.dev — two open-source AI coding tools that put you in opposite seats: the terminal and the editor. How each handles models, context, and your git history.
2026-06-22
AI Code Review Tools Compared: CodeRabbit, Greptile, and Diamond in 2026
How CodeRabbit, Greptile, and Diamond differ on codebase context, review depth, and noise — and which one fits the way your team actually merges pull requests.
2026-06-22
Using Claude Code Subagents for Parallel Refactoring: A Hands-On Workflow
A practical workflow for splitting a large refactor across Claude Code subagents, with rules for scoping tasks, isolating file conflicts, and reviewing the merged result.
2026-06-22
Cline vs Roo Code: Comparing Open-Source Agentic Coding Extensions in 2026
Roo Code began as a Cline fork. Here is how the two open-source, bring-your-own-key agentic coding extensions for VS Code actually differ in 2026.
2026-06-12
How to Build a Skills Library for Your AI Engineering Team
A practical guide to designing, versioning, and distributing shared AI skills for Claude Code and Cursor so every engineer on your team works from the same baseline.
Get the best tools, weekly
One email every Friday. No spam, unsubscribe anytime.