Void
Open source AI code editor with local model support
Quick Take: Void
Void fills an important gap in the AI code editor market: it provides the essential AI coding experience (completions, chat, inline editing) without requiring a subscription, sending code to third parties, or locking you into a specific AI vendor. For developers who can't or won't use commercial AI editors due to privacy policies, budget constraints, or philosophical preferences, Void is the clear answer. Its AI features aren't as polished as Cursor's, but they cover 90% of daily needs—and the privacy, cost, and flexibility advantages make the tradeoff worthwhile for many developers.
What is Void?
Void is an open-source AI code editor that provides a privacy-first alternative to commercial AI IDEs like Cursor and Windsurf. Built as a fork of VS Code, Void gives you the familiar editing experience with integrated AI capabilities—but with a critical difference: you control which AI models you use and where your code is processed. Void supports connecting to any LLM provider (OpenAI, Anthropic, Google, Mistral, xAI) or running completely local models through Ollama, ensuring that sensitive code never leaves your machine. This makes Void the go-to choice for developers at companies with strict data policies, open-source contributors who want AI assistance without vendor lock-in, and privacy-conscious developers who want AI coding without sending their code to third-party servers. Void offers inline completions, chat with codebase context, multi-file editing, Agent Mode with MCP support, and diff-based review—covering the essential AI coding features that developers rely on daily. Being open source means the community can audit the code and ensure no telemetry happens without consent. Note: Development is currently paused as of early 2026.
Install with Homebrew
brew install --cask voidKey Features
Bring Your Own Model (BYOM)
Void lets you connect any LLM provider—OpenAI, Anthropic, Google, Mistral, Groq, xAI (Grok), or any OpenAI-compatible API. You're not locked into a specific vendor or pricing tier. Switch models per task: use a fast model for completions, a powerful model for complex refactoring, or a local model for sensitive code.
Local Model Support (Ollama)
Run AI completely locally through Ollama integration. Models like DeepSeek Coder, Llama 4, Qwen 2.5 Coder, Google Gemma 3, and Mistral Codestral process your code entirely on your machine. Zero data leaves your computer, zero API costs, zero privacy concerns. Ideal for proprietary codebases, compliance-sensitive environments, and air-gapped development.
Agent Mode and MCP Support
Agent mode can search, create, edit, and delete files & folders with terminal access and MCP (Model Context Protocol) tool access. Use any model in Agent or Gather mode—even open source models that don't natively support tool calling. Gather mode provides a restricted read-only version for safe exploration.
AI Chat with Codebase Context
Chat with an AI that understands your project. Void indexes your codebase and provides context-aware answers when you ask questions about your code. Reference files, functions, and symbols using @ mentions for precise, grounded conversations.
Inline Completions & Quick Edit
Get AI-powered code completions as you type—press Tab to apply suggestions. Use Quick Edit (Cmd+K) to describe changes in natural language and see a diff preview before applying. Features include custom support for FIM (Fill-in-the-Middle) models and Fast Apply for rapid code generation.
Checkpoints for LLM Changes
Void automatically creates checkpoints before applying AI-generated changes, allowing you to review, accept, or revert modifications with confidence. Combined with lint error detection, you can catch issues before they enter your codebase.
Full VS Code Compatibility
As a VS Code fork, Void supports the entire VS Code extension marketplace, themes, keybindings, and settings. Import your existing setup with one click and add AI capabilities without any workflow disruption. Currently at version 1.99.x based on the latest VS Code release.
Who Should Use Void?
1Enterprise Developer
A developer at a healthcare company works with HIPAA-regulated patient data. They can't send code to external AI services, ruling out Cursor and Windsurf. With Void and a local Ollama model, they get AI code completions, refactoring suggestions, and code explanations—all processed entirely on their laptop with zero data exfiltration risk.
2Open Source Contributor
An open source developer wants AI coding assistance but refuses to use closed-source tools on principle. Void is fully open source (MIT license), uses no telemetry, and can run with free local models. They get the same AI coding experience as commercial tools without compromising their values or contributing to vendor lock-in.
3Budget-Conscious Developer
A freelance developer can't justify $20/month for Cursor Pro. With Void, they connect their own API keys and pay only for actual usage—or use free local models for zero cost. They get 90% of the commercial AI IDE experience at a fraction of the price.
Install Void on Mac
Void is available through Homebrew Cask. It's free and open source. Note: Development is currently paused—some features may be outdated or broken. You'll need an LLM provider API key or Ollama installed for local models.
Install Homebrew
If you don't have Homebrew, open Terminal and run: `/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"`
Install Void
Run: `brew install --cask void`
Configure AI Provider
Launch Void, go to Settings → AI Provider, and either add your API key (OpenAI, Anthropic, Google, xAI, etc.) or connect to a local Ollama instance. For local models, install Ollama first: `brew install ollama && ollama pull deepseek-coder`.
Configuration Tips
Set Up Ollama for Privacy
Install Ollama and pull a coding model like DeepSeek Coder or CodeLlama. Configure Void to use the local endpoint. This gives you AI coding with zero data leaving your machine.
Use Different Models for Different Tasks
Configure multiple providers in Void. Use a fast, cheap model (GPT-4o mini, Claude Haiku) for inline completions and a powerful model (Claude Sonnet, GPT-4o) for complex refactoring and code review conversations.
Import VS Code Settings
On first launch, import your VS Code extensions, themes, and keybindings. Void is a VS Code fork so everything transfers directly.
Alternatives to Void
Void competes with commercial AI code editors by offering similar features with privacy and cost advantages.
Cursor
Cursor is the market leader with more polished AI features (Composer, Cursor Tab), a larger community, and tighter model integration. Void's advantages are open source transparency, local model support, and no subscription requirement. Cursor is better for AI power; Void is better for privacy and control.
Windsurf
Windsurf offers similar AI IDE features with its Cascade agent. Like Cursor, it requires a subscription for full features. Void provides comparable functionality with model flexibility and zero vendor lock-in.
VS Code + Continue
Continue is an open-source AI extension for VS Code that offers similar BYOM capabilities. Void provides a more integrated experience as a purpose-built fork, while Continue works within standard VS Code.
Pricing
Void is **completely free and open source** (MIT license). There are no subscription fees, no usage limits, and no telemetry. You provide your own LLM API keys (pay-per-use) or use free local models through Ollama. This makes Void the most cost-effective AI code editor available.
Pros
- ✓Free and open source with no subscription or telemetry
- ✓Local model support ensures complete code privacy
- ✓Connect any LLM provider—no vendor lock-in
- ✓Full VS Code extension compatibility
- ✓Community-driven development with transparent codebase
Cons
- ✗Less polished AI features than Cursor (no Composer equivalent yet)
- ✗Local models are slower and less capable than cloud models
- ✗Smaller community and fewer resources
- ✗Requires more setup than commercial alternatives
Community & Support
Void is an open-source project with an active GitHub repository and Discord community. Contributors add features, fix bugs, and maintain model integrations. The community is passionate about privacy-first AI development and actively helps new users with setup and configuration.
Frequently Asked Questions about Void
Our Verdict
Void fills an important gap in the AI code editor market: it provides the essential AI coding experience (completions, chat, inline editing) without requiring a subscription, sending code to third parties, or locking you into a specific AI vendor. For developers who can't or won't use commercial AI editors due to privacy policies, budget constraints, or philosophical preferences, Void is the clear answer. Its AI features aren't as polished as Cursor's, but they cover 90% of daily needs—and the privacy, cost, and flexibility advantages make the tradeoff worthwhile for many developers.
About the Author
Expert Tips for Void
Set up Ollama with DeepSeek Coder 33B if your Mac has 32GB+ RAM. The local model quality is surprisingly good for daily coding tasks and eliminates all privacy and cost concerns. However, be aware that Void's development is paused as of 2026—use it if you value stability over new features.
Related Technologies & Concepts
Related Topics
Sources & References
Key Verified Facts
- Void is an open-source AI code editor built as a fork of VS Code, providing a privacy-first alternative to commercial AI IDEs. Development is currently paused.[cite-1]
- Current version is 1.99.30044, featuring Agent Mode, MCP support, Gather Mode, and lint error detection.[cite-2]
- Void provides a familiar VS Code editing experience with integrated AI capabilities, Agent Mode, MCP support, and allows developers to retain full control over their AI models.[cite-3]
- Homebrew Cask formula for Void. Current version: 1.99.30044. Install with: brew install --cask void. Requires macOS 11 or later.[cite-4]
- A comprehensive breakdown of how Void compares directly to commercial alternatives like Cursor and Windsurf in terms of privacy and local model support.[cite-5]
- 1voideditor/void: The open-source Cursor alternative
Accessed May 6, 2026
"Void is an open-source AI code editor built as a fork of VS Code, providing a privacy-first alternative to commercial AI IDEs. Development is currently paused."
- 2Releases · voideditor/void
Accessed May 6, 2026
"Official release notes. Current version is 1.99.30044, featuring Agent Mode, MCP support, Gather Mode, and lint error detection."
- 3Void - The Open Source AI Code Editor
Accessed May 6, 2026
"Void provides a familiar VS Code editing experience with integrated AI capabilities, Agent Mode, MCP support, and allows developers to retain full control over their AI models."
- 4void — Homebrew Formulae
Accessed May 6, 2026
"Homebrew Cask formula for Void. Current version: 1.99.30044. Install with: brew install --cask void. Requires macOS 11 or later."
- 5Introducing Void: The Open Source Cursor Alternative
Accessed May 6, 2026
"A comprehensive breakdown of how Void compares directly to commercial alternatives like Cursor and Windsurf in terms of privacy and local model support."
- 6Void Wants to Be the Open Source AI Code Editor for Privacy
Accessed May 6, 2026
"Discusses the rising demand for privacy-first AI development tools and how Void leverages a VS Code fork to maintain developer familiarity."
- 7Open source AI code editors take on Cursor
Accessed May 6, 2026
"An industry review of the emerging open-source AI IDE landscape, specifically highlighting Void's ability to run completely local models through Ollama."