void/README.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

42 lines
1.7 KiB
Markdown
Raw Permalink Normal View History

2025-03-01 08:02:18 +00:00
# Welcome to Void.
2024-09-11 02:37:36 +00:00
2025-03-01 08:02:18 +00:00
<div align="center">
<img
src="./src/vs/workbench/browser/parts/editor/media/slice_of_void.png"
alt="Void Welcome"
width="300"
height="300"
/>
</div>
2025-01-10 03:37:02 +00:00
2025-03-01 08:02:18 +00:00
Void is the open-source Cursor alternative.
2025-01-22 08:38:26 +00:00
2025-05-08 19:53:32 +00:00
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.
2025-04-29 10:50:27 +00:00
This repo contains the full sourcecode for Void. If you're new, welcome!
2024-09-11 02:37:36 +00:00
2025-05-10 00:13:15 +00:00
- 🧭 [Website](https://voideditor.com)
2025-03-01 08:02:18 +00:00
- 👋 [Discord](https://discord.gg/RSNjgaugJs)
2025-01-10 04:48:13 +00:00
2025-05-10 00:13:15 +00:00
- 🚙 [Project Board](https://github.com/orgs/voideditor/projects/2)
2025-01-10 04:48:13 +00:00
2026-01-12 09:25:52 +00:00
## Note
2025-01-22 09:18:50 +00:00
2026-01-12 09:57:57 +00:00
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.
2025-01-10 04:48:13 +00:00
2026-01-12 09:25:52 +00:00
We won't be actively reviewing Issues and PRs, but we will respond to all [email](mailto:hello@voideditor.com) inquiries on building and maintaining your own version of Void while we're paused.
2024-09-11 02:53:12 +00:00
2025-03-01 08:02:18 +00:00
## Reference
2024-09-17 23:16:33 +00:00
2025-05-10 00:13:35 +00:00
Void is a fork of the [vscode](https://github.com/microsoft/vscode) repository. For a guide to the codebase, see [VOID_CODEBASE_GUIDE](https://github.com/voideditor/void/blob/main/VOID_CODEBASE_GUIDE.md).
2024-09-11 02:53:12 +00:00
2026-01-12 09:25:52 +00:00
For a guide on how to develop your own version of Void, see [HOW_TO_CONTRIBUTE](https://github.com/voideditor/void/blob/main/HOW_TO_CONTRIBUTE.md) and [void-builder](https://github.com/voideditor/void-builder).
2025-08-01 09:06:28 +00:00
2025-03-01 08:02:18 +00:00
## Support
2025-04-29 10:51:19 +00:00
You can always reach us in our Discord server or contact us via email: hello@voideditor.com.