AI Open Source · 编码 Agent / Dev Tooling

voideditor/void

Void 是开源 AI 原生编辑器,定位对标 Cursor,TypeScript 实现。研究 在编辑器层面而非终端层面集成 LLM、Copilot、Claude、ChatGPT 等模型 时可以作为参考工程。

Stars
29k
Language
TypeScript
License
Apache-2.0
Last push
4mo ago
Created
2024-09-11
Topics
chatgptclaudecopilotcursordeveloper-toolseditor

README

Welcome to Void.

<div align="center"> <img src="./src/vs/workbench/browser/parts/editor/media/slice_of_void.png" alt="Void Welcome" width="300" height="300" /> </div>

Void is the open-source Cursor alternative.

Use AI agents on your codebase, checkpoint and visualize changes, and bring any model or host locally. Void sends messages directly to providers without retaining your data.

This repo contains the full sourcecode for Void. If you're new, welcome!

Note

We've paused work on the Void IDE (this repo) to explore a few novel coding ideas. We want to focus on innovation over feature-parity. Void will continue running, but without maintenance some existing features might stop working over time. Depending on the direction of our new work, we might not resume Void as an IDE.

We won't be actively reviewing Issues and PRs, but we will respond to all email inquiries on building and maintaining your own version of Void while we're paused.

Reference

Void is a fork of the vscode repository. For a guide to the codebase, see VOID_CODEBASE_GUIDE.

For a guide on how to develop your own version of Void, see HOW_TO_CONTRIBUTE and void-builder.

Support

You can always reach us in our Discord server or contact us via email: hello@voideditor.com.

同一分类的其他项