Open Source Alternatives LogoOpen Source Alternatives
AlternativesBlogAdvertise
Open Source Alternatives LogoOpen Source Alternatives

Stay Updated

Subscribe to our newsletter for the latest news and updates about Alternatives

Open Source Alternatives LogoOpen Source Alternatives

Handpicked Open Source Alternatives to Paid Softwares

Product
  • Search
  • Categories
  • Tag
  • Sign In
Resources
  • Blog
  • Collection
  • Submit
  • Advertise your tool
Company
  • Privacy Policy
  • Terms of Service
  • Refund Policy
  • Sitemap
Copyright © 2026 All Rights Reserved.
Home/Categories/Developer Tools/Void
icon of Void

Void

Open source alternative to GitHub Copilot, Cursor and JetBrains AI Assistant

Void is an open source AI code editor built on VS Code that routes AI requests directly to your chosen LLM provider, keeping code off third-party servers. A privacy-first alternative to Cursor.

28.7K starsTypeScriptApache-2.0Updated this year
Visit websiteGitHub repo
image of Void
Contents
  1. 01Who Void is for
  2. 02The problem it solves
  3. 03How it solves it
  4. 04Strengths and trade-offs
  5. 05Void vs alternatives
  6. 06Tech stack
  7. 07FAQ
  8. 08Similar open-source tools
TL;DR

Void is an AI code editor for developers who want a VS Code-style workflow with more choice over model providers. It competes with Cursor and GitHub Copilot by keeping the editor familiar while letting teams route coding assistance through selected AI backends. Apache-2.0 licensing makes it a practical option for teams evaluating private or local coding-agent workflows.Apache-2.0 · TypeScript · 28.7K stars · Updated this year

who it's for

Who Void is for#

Developers replacing Cursor for provider choice

Use Void when engineers like AI-assisted editing but want more control over which models handle code context.

Skip if:

Skip it if the team wants a polished hosted assistant with procurement, billing, and support handled by one vendor.

Teams testing local model coding

Use Void to compare local or OpenAI-compatible models inside a familiar editor workflow.

Skip if:

Skip it if local model setup and endpoint maintenance would slow the team down more than it helps.

the problem

The problem it solves#

AI coding tools can quickly become a black box inside the editor. Teams want autocomplete, chat, refactoring help, and codebase context, but they also care which model sees their code, how requests are routed, and whether the editor workflow can be inspected. Hosted assistants tend to optimize for convenience first and provider choice second.

For private codebases, that tradeoff matters. Security-conscious teams need clearer control over model endpoints, telemetry, and workflow behavior before they standardize AI coding across engineers.

how Void solves it

How it solves it#

VS Code-style editing surface

Void keeps the familiar editor model that developers already know, which reduces the switching cost from VS Code and Cursor-style tools. The value is AI assistance without making the editing surface feel foreign.

Direct provider routing

Teams can connect chosen AI providers instead of accepting a single bundled assistant. That helps teams test cost, latency, privacy, and model quality before committing to one coding workflow.

Local and OpenAI-compatible model support

Void is designed around flexible model endpoints, including OpenAI-compatible providers and local model experiments. That gives engineering teams a path to evaluate private coding assistance alongside hosted models.

strengths · trade-offs

Strengths and trade-offs#

Strengths

  • More provider control than bundled assistantsUnlike GitHub Copilot, Void is oriented around user-selected model routing. That makes it easier to compare models, enforce provider policy, or keep sensitive projects on a narrower set of endpoints.
  • Apache-2.0 editor codebaseApache-2.0 licensing gives teams a permissive base for inspection and modification. That matters when AI behavior is part of the development environment, not just an external chat window.

Trade-offs

  • -You own model and workflow decisionsVoid gives teams more control, but that also means they must choose providers, manage API keys, and evaluate privacy settings. Copilot and Cursor are simpler when a team wants one managed subscription and default behavior.
versus alternatives

Void vs alternatives#

Void vs GitHub Copilot

Void is a better fit when the core requirement is an inspectable AI editor with provider choice and OpenAI-compatible routing. GitHub Copilot is stronger when a team wants a mature managed assistant bundled with GitHub billing, policy controls, and broad IDE support. The decision comes down to control over model routing versus the convenience of a default vendor workflow.

tech stack · detected from GitHub

What it's built on#

Languages
JavaScriptRustTypeScript
Frameworks
Next.jsReact
Tooling
esbuildWebpack
frequently asked

FAQ#

What does Void replace?

Void can replace Cursor or parts of GitHub Copilot for teams that want an AI coding editor with more model-provider control. It does not replace a full source-control, CI, or project-management system.

Is Void self-hosted?

Void is primarily a desktop editor, not a server app. The relevant control point is model routing: teams choose which hosted or local AI endpoints the editor uses.

What license does Void use?

Void uses Apache-2.0. That license supports commercial use, modification, and redistribution with standard notice requirements.

also worth a look

Similar open-source tools#

VibePad

VibePad

Control your AI coding assistant with a gamepad, open source

60SwiftMIT
orca

orca

The ultimate IDE for coding agents

3.3KTypeScriptMIT
agentmemory

agentmemory

Persistent memory for AI coding agents

20.5KTypeScriptApache-2.0
Agent Skills

Agent Skills

Structured workflows for AI coding agents.

41KShellMIT
Flue Framework

Flue Framework

Build powerful, autonomous agents with TypeScript.

3.4KTypeScriptApache-2.0
DeepSeek TUI

DeepSeek TUI

A coding agent that lives in your terminal.

27.6KRustMIT

Repository

Stars
28.7K
Forks
2.5K
License
Apache-2.0
Last commit
144 days ago
Last verified
May 13, 2026
Repo
voideditor/void ↗

Additional details

Language
TypeScript
Open issues
325
Contributors
50
First release
2024

Categories

Developer ToolsAI & Machine LearningBusiness & Productivity

Tags

Code EditorsAI Coding AssistantDeveloper ToolsLLMPrivacy ToolsCodingSelf Hosted