https://www.infoq.com/news/2025/06/void-ide-beta-release/ BT InfoQ Software Architects' Newsletter A monthly overview of things you need to know as an architect or aspiring architect. View an example Enter your e-mail address [ ] [ ] Select your country [Select a country] [ ] I consent to InfoQ.com handling my data as explained in this Privacy Notice. [Subscribe] We protect your privacy. Close Toggle Navigation Facilitating the Spread of Knowledge and Innovation in Professional Software Development English edition * English edition * Chinese edition * Japanese edition * French edition Write for InfoQ Search [ ] [Search] Sign Up / Login Email [ ] Password [ ] [Login] Forgot password ? InfoQ Account Email [ ] [Send Recovery Email] Back to login Resend Activation [ ] [Resend] Back to login Login with: Google Microsoft Twitter Facebook Don't have an InfoQ account? Sign Up Logo - Back to homepage News Articles Presentations Podcasts Guides Topics Development * Java * Kotlin * .Net * C# * Swift * Go * Rust * JavaScript Featured in Development * Clojure's Journey: From Simplicity to Enterprise Maturity Jordan Miller discusses the evolution of the Clojure ecosystem, from Rich Hickey's initial vision tackling complexity to its current status as a mature enterprise solution. He explains key philosophies, highlights pivotal moments like the "Simple Made Easy" talk, and showcases the vibrant Clojure community and its innovative tools. Clojure's Journey: From Simplicity to Enterprise Maturity All in development Architecture & Design * Architecture * Enterprise Architecture * Scalability/Performance * Design * Case Studies * Microservices * Service Mesh * Patterns * Security Featured in Architecture & Design * Decentralized Architecture Needs More Than Autonomy Architectural success in decentralized systems depends more on how decisions are made than on system design alone. Replacing control with trust requires visible, structured practices--such as ADRs and advice forums--to build confidence and clarity. Decentralized Architecture Needs More Than Autonomy All in architecture-design AI Infrastructure * Big Data * Machine Learning * NoSQL * Database * Data Analytics * Streaming Featured in AI, ML & Data Engineering * Supporting Diverse ML Systems at Netflix David Berg and Romain Cledat discuss Metaflow, Netflix's machine learning infrastructure. They cover its use cases - from content recommendations to intelligent infrastructure - and delve into design principles that minimize cognitive load for developers, emphasizing productivity and efficient scaling. Supporting Diverse ML Systems at Netflix All in ai-ml-data-eng Culture & Methods * Agile * Diversity * Leadership * Lean/Kanban * Personal Growth * Scrum * Sociocracy * Software Craftmanship * Team Collaboration * Testing * UX Featured in Culture & Methods * Productivity Through Play: Why Messing Around Makes Better Software Engineers In this podcast, Shane Hastie, Lead Editor for Culture & Methods, spoke to Holly Cummins about productivity in creative knowledge work like software engineering. She talks about how "messing around and having fun" actually enhances problem-solving, while exploring the shift from coding to code management with AI tools and the importance of managing cognitive load in modern development practices. Productivity Through Play: Why Messing Around Makes Better Software Engineers All in culture-methods DevOps * Infrastructure * Continuous Delivery * Automation * Containers * Cloud * Observability Featured in DevOps * Analyzing Apache Kafka Stretch Clusters: WAN Disruptions, Failure Scenarios, and DR Strategies Proficient in analyzing the dynamics of Apache Kafka Stretch Clusters, I assess WAN disruptions and devise effective Disaster Recovery (DR) strategies. With deep expertise, I ensure high availability and data integrity across multi-region deployments. My insights optimize operational resilience, safeguarding vital services against service level agreement violations. Analyzing Apache Kafka Stretch Clusters: WAN Disruptions, Failure Scenarios, and DR Strategies All in devops Events Helpful links * About InfoQ * InfoQ Editors * Write for InfoQ * About C4Media * Diversity Choose your language * En * Zhong Wen * Ri Ben * Fr InfoQ Dev Summit Munich - image InfoQ Dev Summit Munich Learn practical solutions to today's most pressing software challenges. Register now with early bird tickets. QCon San Francisco - image QCon San Francisco Explore insights, real-world best practices and solutions in software development & leadership. Register now. QCon AI New York - image QCon AI New York Learn how leading engineering teams run AI in production-reliably, securely, and at scale. Register now. InfoQ Homepage News The Void IDE, Open-Source Alternative to Cursor, Released in Beta Development The Void IDE, Open-Source Alternative to Cursor, Released in Beta Jun 21, 2025 1 min read by * Bruno Couriol Write for InfoQ Feed your curiosity. Help 550k+ global senior developers each month stay ahead.Get in touch Listen to this article - 0:00 Audio ready to play Your browser does not support the audio element. 0:00 0:00 Normal1.25x1.5x Like * Reading list A new open-source AI-powered code editor, Void IDE, was recently released in beta, positioning itself as a privacy-focused and free alternative to popular closed-source AI editors like Cursor and GitHub Copilot. Backed by Y Combinator, Void IDE is a fork of Visual Studio Code. While Microsoft recently announced plans to open Source its GitHub Copilot Chat Extension possibly in a few months, the beta release is available now for the community to fiddle with. The primary motivation behind Void IDE is to address concerns surrounding the privacy and cost associated with proprietary AI coding tools. Closed-source editors may require sending private code data through their backends, raising privacy issues and leading to ongoing subscription costs. While the backend may often keep only embeddings computed from the code, the original code may sometimes be recoverable. As the authors of the paper Mitigating Privacy Risks in LLM Embeddings from Embedding Inversion explain: The surge in popularity of embedding vector databases in LLMs has been accompanied by significant concerns about privacy leakage. Embedding vector databases are particularly vulnerable to embedding inversion attacks, where adversaries can exploit the embeddings to reverse-engineer and extract sensitive information from the original text data. Void IDE aims to provide options for keeping developers in control of their data. Void IDE can leverage various Large Language Models (LLMs), supporting direct integrations with services like Claude, GPT, and Gemini, as well as local model hosting via Ollama. This ensures that AI processing can happen locally or via direct API calls, avoiding a third-party middleman. Void IDE offers a range of AI-centric features familiar to users of tools like Cursor. These include inline code editing, contextual AI chat, and code generation. The editor also features advanced capabilities like file system awareness for codebase-wide context and the ability to view/edit the underlying prompts sent to the AI. Being a fork from VS Code, Void IDE is able to let its users migrate their themes, key bindings, and settings. Developers on Hacker News and Reddit expressed interest, particularly regarding its open-source nature and privacy stance. Discussions include comparisons to other AI coding tools and editors. Some developers expressed skepticism about the proliferation of VS Code forks, with others asking why not use an extension instead. The project is actively developed, with the team encouraging contributions from the community to shape its future roadmap. About the Author Bruno Couriol Show moreShow less Rate this Article Adoption ( ) ( ) ( ) ( ) ( ) Style ( ) ( ) ( ) ( ) ( ) [ ] [Submit] [ ] [Submit] [ ] Author Contacted This content is in the Text Editor topic Related Topics: * Development * Text Editor * Artificial Intelligence * Related Editorial * Related Sponsored Content * Popular across InfoQ + How Docs-as-Code Helped Pinterest Improve Documentation Quality + The Void IDE, Open-Source Alternative to Cursor, Released in Beta + How Software Engineers Can Grow Their Career + How Staff+ Engineers Can Develop Strategic Thinking + Amazon API Gateway Adds Dynamic Routing Based on Headers and Paths + Do Microservices' Benefits Supersede Their Caveats? A Conversation with Sam Newman Related Content The InfoQ Newsletter A round-up of last week's content on InfoQ sent out every Tuesday. Join a community of over 250,000 senior developers. View an example Enter your e-mail address [ ] [ ] Select your country [Select a country] [ ] I consent to InfoQ.com handling my data as explained in this Privacy Notice. [Subscribe] We protect your privacy. * Development + The Void IDE, Open-Source Alternative to Cursor, Released in Beta + DevSummit Boston: Humans in the Loop: Engineering Leadership in a Chaotic Industry + Apple Completes Migration of Key Ecosystem Service to Swift, Gains 40% Performance Uplift * Architecture & Design + Decentralized Architecture Needs More Than Autonomy + How Docs-as-Code Helped Pinterest Improve Documentation Quality + Do Microservices' Benefits Supersede Their Caveats? A Conversation with Sam Newman * Culture & Methods + Productivity Through Play: Why Messing Around Makes Better Software Engineers + How Software Engineers Can Grow Their Career + How Staff+ Engineers Can Develop Strategic Thinking * AI, ML & Data Engineering + Claude Code Gains Support for Remote MCP Servers over Streamable HTTP + Phoenix.new Launches Remote Agent-Powered Dev Environments for Elixir + AlphaWrite: Improving AI Narratives through Evolution * DevOps + Docker Launches Hardened Base Images + Analyzing Apache Kafka Stretch Clusters: WAN Disruptions, Failure Scenarios, and DR Strategies + Evaluating and Deploying State-of-the-Art Hardware to Meet the Challenges of Modern Workloads The InfoQ Newsletter A round-up of last week's content on InfoQ sent out every Tuesday. Join a community of over 250,000 senior developers. View an example * Get a quick overview of content published on a variety of innovator and early adopter technologies * Learn what you don't know that you don't know * Stay up to date with the latest information from the topics you are interested in Enter your e-mail address [ ] [ ] Select your country [Select a country] [ ] I consent to InfoQ.com handling my data as explained in this Privacy Notice. [Subscribe] We protect your privacy. October 15-16, 2025 | Munich, Germany Join senior software developers for two days of real-world insights into today's critical engineering priorities. With 25+ technical talks, uncover practical strategies for AI-native development, resilient and secure architectures, serverless adoption, platform engineering, and more. Learn from active senior practitioners at companies like Deutsche Telekom, Shopify, DKB, AWS, Zalando, and more, sharing actionable solutions. Register Now Home Create account Login QCon Conferences Events Write for InfoQ InfoQ Editors About InfoQ About C4Media Media Kit InfoQ Developer Marketing Blog Diversity Events * InfoQ Dev Summit Munich October 15-16, 2025 * QCon San Francisco November 17-21, 2025 / In-person * QCon AI New York December 16-17, 2025 Follow us on Youtube232K Followers Linkedin26K Followers RSS19K Readers X57.1k Followers Facebook21K Likes BlueskyNew AlexaNew Stay in the know The InfoQ PodcastThe InfoQ Podcast Logo - Stay in the know Engineering Culture PodcastEngineering Culture Podcast Logo - Stay in the knoww The Software Architects' NewsletterThe Software Architects' Newsletter Logo - Stay in the know General Feedback feedback@infoq.com Advertising sales@infoq.com Editorial editors@infoq.com Marketing marketing@infoq.com InfoQ.com and all content copyright (c) 2006-2025 C4Media Inc. Privacy Notice, Terms And Conditions, Cookie Policy BT *