- Регистрация
- 1 Мар 2015
- Сообщения
- 1,481
- Баллы
- 155
What Is Void IDE?
Void IDE is an open-source alternative to Cursor, licensed under Apache 2.0 and hosted on GitHub. It was born as a fork of the VS Code codebase, retaining full extension and theme compatibility so you can migrate seamlessly. Void ships with Agent Mode (full read/write file operations), Gather Mode (read-only code exploration), and standard AI-powered completions—all locally controlled.
Prerequisites
Before installing Void IDE, make sure you have the following:
Download Link:
cd ~/Downloads
sudo apt update
sudo apt install ./void_1.99.30034_amd64.deb
Void vs. Cursor AI: Pros & Cons
Void IDE is an open-source alternative to Cursor, licensed under Apache 2.0 and hosted on GitHub. It was born as a fork of the VS Code codebase, retaining full extension and theme compatibility so you can migrate seamlessly. Void ships with Agent Mode (full read/write file operations), Gather Mode (read-only code exploration), and standard AI-powered completions—all locally controlled.
Prerequisites
Before installing Void IDE, make sure you have the following:
- Ubuntu 18.04+ (Desktop or Server).
- A user with sudo privileges.
- 200 MB of free disk space for the IDE itself.
- Ollama installed and running locally for LLM hosting:
Install via Homebrew:
brew install ollama
Or via the official Linux script:
curl | sh
Verify and pull a model (e.g., llama2):
ollama pull llama2
ollama run llama2 --prompt "Hello"
Ensure the Ollama daemon is running:
ollama daemon start
- Download the latest Linux .deb from GitHub Releases (e.g. void_1.99.30034_amd64.deb).
Download Link:
- Install with APT to auto-resolve dependencies:
cd ~/Downloads
sudo apt update
sudo apt install ./void_1.99.30034_amd64.deb
Void vs. Cursor AI: Pros & Cons
| Void IDE | Cursor AI |
|---|