跳到主内容
AIHO 2026 全新改版上线
TOOL · CODING #09/10AI IDE
01 / 01深度解读

title: "Void" seoTitle: "Void AI IDE 评测 2026:开源 Cursor 替代,本地代码补全" slug: "coding/ide/void" domestic: false free: true pillar: "coding" category: "ide" tagline: "完全开源的 Cursor 替代品(YC 系)——但 2025 年底暂停了 IDE 开发" description: "Void 真实评测:YC 出身、Apache 2.0 开源的 VS Code 分支 AI IDE,对标 Cursor。BYOK 任意模型、可完全本地化。重要状态:2025 年底官方在 README 宣布暂停 IDE 开发去探索新方向,目前不接受 issue / PR——评估前必须看仓库现状。" website: "https://voideditor.com" pricing: "完全免费 + 自带模型 Key" platforms: windows, macos, linux languages: en chinese_friendly: 2 opensource: true github: https://github.com/voideditor/void self_host: true score: power: 3 ux: 3 price: 5 cn_support: 2 stability: 2 tags: ide, open-source, byok, privacy, cursor-alternative, paused verdict: "理念优秀(开源 + BYOK + 隐私),但 2025 年底官方暂停 IDE 开发是硬伤;可以拿现版本自己魔改 / 自托管,别期待官方持续更新。隐私 / 合规优先且能自维护的团队仍值得关注。" cover: "/img/tools/void.webp" priceTable:

  • { plan: "Open Source", price: "免费", license: "Apache 2.0", notes: "GitHub 28.3k stars;2025-末官方暂停开发" }
  • { plan: "BYOK", price: "你的 API 账单", models: "Claude/GPT/Gemini/Ollama 等", notes: "Key 本地存,prompt 在本地组装" } faq:
  • q: "Void 真的没人维护了吗?" a: "官方 README 原文:『We've paused work on the Void IDE to explore a few novel coding ideas… we might not resume Void as an IDE』;并且不再 review issues / PRs。社区 fork 仍在,但官方主仓暂停。"
  • q: "为什么仍值得评估?" a: "Apache 2.0 全开源 + 28.3k stars 的体量本身就是资产。已有版本能跑、能 BYOK、能完全本地化运行,对法律 / 合规挡掉 Cursor 的团队仍是少有的开箱方案。"
  • q: "和 Continue / Cline 比?" a: "Void 是 IDE 形态(完整 VS Code 分支),Continue / Cline 是 VS Code 扩展。如果你能接受继续用 VS Code,Continue / Cline 维护活跃得多。"
  • q: "中文怎么样?" a: "界面以英文为主,中文 prompt 可用但本地化欠缺。对中文用户友好度不如 Trae / 通义灵码 / Qoder。" sources:
  • { name: "YC Launch — Void OSS Cursor Alternative", url: "https://www.ycombinator.com/launches/Lrh-void-the-open-source-cursor-alternative", accessed: "2026-06-24" }
  • { name: "Frontman — Best OSS AI Coding 2026", url: "https://frontman.sh/blog/best-open-source-ai-coding-tools-2026", accessed: "2026-06-24" }
  • { name: "OpenAlternative — Cursor Alternatives", url: "https://openalternative.co/alternatives/cursor", accessed: "2026-06-24" } alternatives: "coding/ide/cursor", "coding/ide/zed", "coding/agent/continue", "coding/cli/cline" relatedPlaybooks: "onboarding/claude-code-getting-started", "onboarding/cursor-mcp-deep-integration" published: 2026-06-19 updated: 2026-06-24

lastVerified: 2026-08-02 relatedReviews: "cursor-deep-review", "cline-deep-review"


TL;DR

Void 是 YC 系开发者 Andrew & Mat Pareles 做的开源 AI 编辑器,定位『可以完全本地跑、代码不出本机的 Cursor』。Apache 2.0、VS Code 分支、BYOK 任意模型、文件系统级仓库索引、可查看 / 编辑底层 prompt。但 2025 年底官方在 README 宣布暂停 IDE 开发,目前不接受 issue / PR——评估前一定确认仓库当前状态。

适合:合规挡掉 Cursor 的隐私优先团队、能自己维护 fork 的开源团队、想拿现成 codebase 学 AI IDE 实现的开发者。不适合:要靠官方持续更新的团队、中文深度本地化需求、Cursor 同等功能完成度需求。

它是什么

  • VS Code 分支:UI 几乎复刻 Cursor 体验(inline diff、chat with repo、文件 @)
  • 完全本地化 prompt-building:所有 prompt 组装在本地完成,不经第三方中转
  • BYOK 任意模型:Anthropic / OpenAI / Google / Ollama 本地模型
  • 可查看 / 编辑底层 prompt:透明,能 debug 为什么 LLM 这么回
  • 千行级 fast edit:对 LLM 的修改指令做了优化,几千行文件秒级 apply

现状(2026-06,硬重点)

GitHub README 状态:

"We've paused work on the Void IDE to explore a few novel coding ideas… we might not resume Void as an IDE."

含义:

  • 官方主仓不再 review issues / PRs
  • 现版本仍可下载、能跑、能 BYOK
  • 社区 fork 在维护中(搜 voideditor + active fork)
  • Frontman 2026 报告把 Void 单独列为『IDE Fork 类、项目已暂停』

价格

完全免费 + 你自己付模型 API。28.3k GitHub stars、Apache 2.0、终身免费可商用。

实测(在小型 Next.js + Python 项目)

亮点:

  • BYOK 接本地 Ollama + qwen2.5-coder,全离线编辑 + 重构,零数据出网
  • 看底层 prompt 真的有用:debug 为什么 LLM 输出奇怪时能直接读 prompt
  • inline diff 体验和 Cursor 一致
  • 千行文件 apply 没等
  • 装好后第二天没有任何 telemetry 出网

踩坑:

  • 仓库索引偶尔卡住,需要手动 reindex
  • 没有 Cursor 的 Composer / Agent 模式,多文件改靠 chat 引导
  • 没有官方 sync settings,机器间配置要自己迁
  • 中文 UI 缺,中文 prompt 输出偶尔混入英文
  • Bug 报上去无人 review;自己 fork 修是常态

上手

  1. voideditor.com 下载(或从 GitHub fork 自己编译)
  2. 安装 → 导入 VS Code 设置
  3. 设置里填 Anthropic / OpenAI Key(或本地 Ollama URL)
  4. 打开仓库,等待索引完成
  5. cmd+L chat / cmd+K inline edit,和 Cursor 操作一致

对比

维度VoidCursorZedContinue
开源✅ Apache 2.0闭源✅ Apache 2.0✅ Apache 2.0
形态VS Code 分支 IDEVS Code 分支 IDE原生 IDEVS Code 扩展
BYOK✅ 任意有限
本地模型✅ Ollama部分
官方维护⛔ 已暂停✅ 活跃✅ 活跃✅ 活跃
Agent 模式部分

避坑

  • 决策前必查 GitHub 主仓状态:README 顶部如仍写 paused,谨慎 onboard 团队
  • 关键 bug 自己 fork 修:官方不会响应;评估前先看你的 stack 是否能自维护
  • 隐私不是『默认 100% 离线』:BYOK 接 Anthropic 时数据仍发到 Anthropic,要完全离线得配 Ollama / 本地模型
  • 不要把它当 Cursor 等价物推全公司:功能完成度差一档,Composer / Agent 缺失
  • 替代评估:合规挡 Cursor 但要官方维护,看 Continue 或 Zed BYOK

适合 / 不适合

  • ✅ 合规 / 法律挡掉 Cursor 的隐私优先团队
  • ✅ 能自维护 fork 的资深 OSS 团队
  • ✅ 想离线 / 自托管 + 用本地 Ollama 跑模型
  • ❌ 想靠官方持续迭代
  • ❌ 需要 Composer / 多文件 Agent 完整体验
  • ❌ 中文深度本地化用户

相关阅读

来源

  1. Y Combinator — Void Launch(创办背景)https://www.ycombinator.com/launches/Lrh-void-the-open-source-cursor-alternative
  2. Frontman — Best OSS AI Coding Tools 2026(含 Void 暂停状态确认)https://frontman.sh/blog/best-open-source-ai-coding-tools-2026
  3. OpenAlternative — Cursor 开源替代 14 选 1(2026-06-22)https://openalternative.co/alternatives/cursor
Newsletter

关注这个工具的后续更新

订阅 AIHO 周报,第一时间获取该工具版本更新、定价变动与重新评测结果。