Skip to main content
PromptQuorum
Home/Power Local LLM/PearAI Review: The Free VS Code Fork With a Rocky Start
Coding Assistants

PearAI Review: The Free VS Code Fork With a Rocky Start

Β·9 min readΒ·By Hans Kuepper Β· Founder of PromptQuorum, multi-model AI dispatch tool Β· PromptQuorum

PearAI is a free, open-source AI-powered code editor forked from VS Code, with its chat and agent features built on a fork of Continue.dev's codebase. It publicly admitted in September 2024 to initially shipping under an improper closed license that copied Continue.dev's and VS Code's code, apologized, and reverted to an open license within days β€” a documented, resolved incident, not an ongoing dispute.

PearAI (trypear.ai) is an open-source, AI-powered code editor built as a fork of VS Code, with its AI chat and agent layer forked from Continue.dev. Founded by Duke Pan and Nang Ang and backed by Y Combinator, PearAI publicly admitted in September 2024 that its launch build had improperly cloned Continue.dev's code under a non-open license β€” a mistake it corrected within days. This review covers what PearAI does today, what that controversy actually was, and what remains unverified about it.

PearAI Review: The Free VS Code Fork With a Rocky Start

Key Takeaways

  • PearAI (trypear.ai) is a standalone, free, open-source code editor, not a VS Code extension β€” it is itself a fork of VS Code
  • Its AI chat/agent layer is a separate submodule forked from Continue.dev's codebase
  • Founded by Duke Pan and Nang Ang, backed by Y Combinator and a $1.25M seed round announced December 2024
  • In September 2024, PearAI publicly admitted its launch build had cloned Continue.dev's and VS Code's code under an improper closed "Pear Enterprise License," and corrected this within days
  • The main app repository's license file reads MIT (inherited from VS Code); its README separately claims "Apache 2.0" β€” an unresolved inconsistency flagged in this review
  • PearAI's official pricing page was not accessible at the time of this review; do not trust third-party price estimates over PearAI's own current site

πŸ“ In One Sentence

PearAI is a free, open-source AI-powered code editor forked from VS Code, with its AI chat and agent layer forked from Continue.dev, founded by Duke Pan and Nang Ang through Y Combinator, which publicly admitted in September 2024 to initially cloning Continue.dev's code under an improper license before correcting it.

πŸ’¬ In Plain Terms

PearAI is a free app you install instead of VS Code β€” it looks and works like VS Code but has AI chat, autocomplete, and agent features built in. It launched with a controversy: its first version had copied another company's open-source code and slapped a restrictive license on top, which the founders admitted to and fixed within days. Some details about its current pricing and exact license terms are unclear as of this review.

πŸ“ŒNote: This review draws on PearAI's own GitHub repositories, TechCrunch's original September and December 2024 reporting on the cloning controversy and seed round, and the GitHub API. It flags every fact it could not independently confirm rather than guessing, and does not claim PromptQuorum has run hands-on benchmarks of PearAI.

What Is PearAI?

PearAI is a free, open-source, standalone code editor built as a fork of VS Code, not an extension you install into an existing editor. Its AI features β€” chat, inline edit, autocomplete, and an agent mode β€” live in a separate submodule that is itself a fork of Continue.dev's open-source codebase.

  • Product type: a standalone desktop code editor (a VS Code fork), built on Electron
  • AI layer: a separate submodule (pearai-submodule) forked from Continue.dev
  • Founders: Duke Pan and Nang Ang
  • Backing: Y Combinator, plus a $1.25M seed round (including YC's standard $375K) announced December 2024, with Goodwater Capital, Multimodal Ventures, Orange Fund, and Exitfund named as investors
  • Main app repo activity: 708 GitHub stars, 204 forks, last pushed May 20, 2025, as of this review's check
  • AI submodule activity: 121 GitHub stars, last pushed June 18, 2026, as of this review's check β€” notably more recent than the main app repo

What Does PearAI Actually Do?

PearAI adds chat, inline edit, autocomplete, and an agent mode to a VS Code-based editor, drawing on technology forked from Continue.dev, Cline, and Roo Code.

  • Chat with codebase context: ask questions about your project using an "@codebase" reference, per PearAI's own documentation
  • Inline edit: select code, describe a change, and PearAI rewrites the selection in place
  • Autocomplete: inline code suggestions, with PearAI's own materials mentioning Supermaven-style tab-complete
  • Agent mode: PearAI's own materials describe this as powered by technology from Roo Code and Cline
  • Model access: PearAI's own materials have referenced a "PearAI Router" plus models including GPT-4o, Claude, and Llama 3.1 405B β€” this review could not confirm these model names are still current, since PearAI's docs site returned an error at the time of checking

The 2024 Cloning Controversy, Explained

In late September 2024, it was shown that PearAI's initial launch build had copied Continue.dev's and VS Code's code nearly wholesale, replacing "Continue" with "PearAI" throughout, and had applied a custom closed-source "Pear Enterprise License" over that Apache-licensed code β€” a license violation. Co-founder Duke Pan publicly acknowledged this, describing the initial build as "a clone (also known as a fork)," and PearAI reverted to an open-source license within days of the story breaking.

  • What happened: PearAI's early code was substantially copied from Continue.dev (itself Apache 2.0-licensed) and from Microsoft's VS Code (MIT-licensed), with a proprietary license layered on top β€” inconsistent with both source licenses' terms
  • Who found it: independent developers and press coverage, reported by TechCrunch in September 2024
  • How PearAI responded: co-founder Duke Pan publicly admitted the issue and PearAI reverted to an open-source license within days
  • Current status: this is a settled, documented historical incident as of this review β€” not an active, ongoing dispute β€” though it remains commonly cited as origin-story context in reviews and community discussions

Platform, Pricing, and Licensing

Platforms

What PearAI states / what this review found:
Built on Electron, which is cross-platform, but this review could not confirm an explicit Mac/Windows/Linux support statement from PearAI's own site at the time of checking β€” verify directly before assuming a specific platform is supported.

Cost

What PearAI states / what this review found:
The editor is free to download. PearAI's official pricing page could not be accessed at the time of this review (redirect/blocked); do not rely on third-party price estimates for a tool with such an unresolved license history β€” check trypear.ai directly for current pricing before deciding.

Licensing (main app)

What PearAI states / what this review found:
The pearai-app repository's actual LICENSE file is the unmodified Microsoft VS Code MIT license, per the GitHub API β€” but the repository's own README separately states the project is "Apache 2.0 licensed." This review could not resolve that inconsistency; treat the license as unclear until PearAI clarifies it directly.

Licensing (AI submodule)

What PearAI states / what this review found:
The pearai-submodule (the Continue.dev-derived AI layer) is licensed Apache 2.0, confirmed via the GitHub API.

History

What PearAI states / what this review found:
Publicly admitted in September 2024 to shipping cloned Continue.dev/VS Code code under an improper closed license at launch; corrected within days. See "The 2024 Cloning Controversy" above.

Given the unresolved license-file-vs-README inconsistency, any team planning to redistribute or build on PearAI's code should confirm the exact license terms directly with PearAI before relying on either the LICENSE file or the README alone.

Who Should Try PearAI?

PearAI can suit developers who want a free, open-source, AI-first editor and are comfortable with a young project that has had licensing missteps in its history.

What PearAI Is Not Good For

PearAI is not a safe choice if license certainty or a large, established maintenance track record is a hard requirement for you.

  • Not for teams that require unambiguous, verified license terms before shipping β€” PearAI's own LICENSE file (MIT) and README claim ("Apache 2.0") currently disagree, and this review could not resolve which governs
  • Not for anyone who needs a large, established vendor with a long maintenance track record β€” PearAI is a young, YC-backed startup with a documented history of a serious licensing misstep at launch
  • Not for users who need guaranteed, up-to-date public pricing before committing β€” PearAI's pricing page was inaccessible at the time of this review
  • Not confirmed as a mature choice for local-model users β€” this review could not verify current local-model support from PearAI's own site
  • Not for anyone expecting frequent core-editor updates β€” the main app repository showed no pushes since May 2025 as of this review's check, even though its AI submodule was more recently active

Common Mistakes When Evaluating PearAI

Most confusion about PearAI comes from either not knowing about its 2024 origin controversy, or over-weighting it without checking whether it was actually resolved.

Competitors and Alternatives

PearAI is most often compared to Cursor, Windsurf, VS Code with the Continue.dev or Cline extensions, and the Void editor.

Tool
Best known for
Link
CursorCommercial, standalone AI-first code editorcursor.com
WindsurfCommercial AI-first code editor with a multi-file "Cascade" agentwindsurf.com
ClineOpen-source, autonomous agent extension for VS Code and JetBrainsCline review
Continue.devThe open-source project PearAI's AI layer was forked from (discontinued, June 2026)Continue.dev review
VoidAnother open-source AI-first VS Code forkvoideditor.com

This list reflects tools PearAI is commonly compared to, not an independent PromptQuorum ranking β€” verify each tool's current pricing, licensing, and feature set before choosing.

Frequently Asked Questions

What is PearAI?

PearAI (trypear.ai) is a free, open-source, standalone AI-powered code editor built as a fork of VS Code, with its AI chat and agent layer forked from Continue.dev.

Is PearAI free?

Yes, the editor is free to download. This review could not access PearAI's official pricing page to confirm whether any paid tier currently exists β€” verify directly on trypear.ai.

Is PearAI open source?

Its AI submodule is confirmed Apache 2.0 licensed. Its main app repository's LICENSE file is MIT (inherited from VS Code), which conflicts with the repository's own README claiming "Apache 2.0" β€” this review could not resolve that inconsistency.

What was the PearAI cloning controversy?

In September 2024, it was shown that PearAI's launch build had copied Continue.dev's and VS Code's code and applied an improper closed license on top. Co-founder Duke Pan publicly admitted this, and PearAI corrected the license within days. This is a resolved historical incident, not an ongoing dispute.

Who founded PearAI?

PearAI was founded by Duke Pan and Nang Ang, backed by Y Combinator and a $1.25M seed round announced in December 2024.

Is PearAI still being actively developed?

PearAI's main pearai-app repository had not been pushed to since May 2025, as of this review's check, while its separate AI submodule was updated as recently as June 2026 β€” the split suggests development may be more focused on the AI layer than the editor shell, though PearAI has not officially explained this pattern.

How does PearAI compare to Cursor or Windsurf?

Cursor and Windsurf are commercial, closed-source AI-first editors, while PearAI positions itself as free and open source. This review did not independently benchmark feature parity between them.

Does PearAI support local models?

This review could not confirm current local-model support from PearAI's own site, since its documentation pages returned errors at the time of checking. Verify directly on trypear.ai.

What platforms does PearAI support?

PearAI is built on Electron, which is cross-platform, but this review could not confirm an explicit current Mac/Windows/Linux support statement from PearAI's own site.

Has PromptQuorum independently tested PearAI's claims?

This review is based on PearAI's own GitHub repositories, TechCrunch's reporting on the 2024 controversy and funding round, and the GitHub API, rather than hands-on benchmarking by PromptQuorum.

Sources

← Back to Power Local LLM