From 330f62a7faf60096e00393b444b1b81a9b34de7e Mon Sep 17 00:00:00 2001 From: SamareshSingh <97642706+ssam18@users.noreply.github.com> Date: Mon, 17 Nov 2025 21:20:36 -0600 Subject: [PATCH] docs: add Void Editor to community integrations (#13124) Void is an open source AI code editor and Cursor alternative that supports Ollama. It's built on VS Code and allows users to connect directly to Ollama for private LLM usage without going through a middleman backend. Key features: - Open source Cursor alternative - Direct Ollama integration - VS Code fork with full compatibility - Agent mode and MCP support - Works with any open source model Fixes #12919 Signed-off-by: Samaresh Kumar Singh --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1a16d3d7..7cca20ba 100644 --- a/README.md +++ b/README.md @@ -367,6 +367,7 @@ See the [API documentation](./docs/api.md) for all endpoints. - [Ollama4j Web UI](https://github.com/ollama4j/ollama4j-web-ui) - Java-based Web UI for Ollama built with Vaadin, Spring Boot, and Ollama4j - [PyOllaMx](https://github.com/kspviswa/pyOllaMx) - macOS application capable of chatting with both Ollama and Apple MLX models. - [Cline](https://github.com/cline/cline) - Formerly known as Claude Dev is a VS Code extension for multi-file/whole-repo coding +- [Void](https://github.com/voideditor/void) (Open source AI code editor and Cursor alternative) - [Cherry Studio](https://github.com/kangfenmao/cherry-studio) (Desktop client with Ollama support) - [ConfiChat](https://github.com/1runeberg/confichat) (Lightweight, standalone, multi-platform, and privacy-focused LLM chat interface with optional encryption) - [Archyve](https://github.com/nickthecook/archyve) (RAG-enabling document library)