Open Source Code Editors Apps
Find the best open source code editors to boost your productivity! Explore standalone IDEs like VS Code, Sublime Text & lightweight options.
Apps in Code Editors
Coder
Devops · Developer Tools · Code Editors
Self-hosted cloud development environments and AI coding agents — defined in Terraform, connected via WireGuard, automatically shut down when idle.
Coder
AGPL 3.0CodeSandbox
Code Editors · Developer Tools
Instantly ready browser-based IDE that runs full npm dependency resolution and transpilation entirely client-side, with no server needed.
CodeSandbox
OtherContinue
Developer Tools · AI Development · AI Code Assistants
Open-source coding agent for VS Code, JetBrains, and CLI with support for 30+ LLM providers.
Continue
Apache 2.0Graphite
Code Editors · Design Tools
A free, open source procedural 2D design tool that unifies vector, raster, motion graphics, and generative art in a single node-based nondestructive workflow.
Graphite
Apache 2.0Harness Open Source
Developer Tools · Devops · Code Editors
A unified open source DevOps platform combining Git hosting, CI/CD pipelines, cloud development environments, and artifact registries in a single self-hosted system.
Harness Open Source
Apache 2.0massCode
Developer Tools · Productivity · Code Editors
A free, local-first developer workspace unifying snippets, notes, HTTP requests, calculations, drawings, and dev tools in one desktop app.
massCode
AGPL 3.0melty
Developer Tools · AI Code Assistants · Code Editors
The AI code editor where every chat message is a git commit you can revert, branch, or squash
melty
MITPearAI
AI Code Assistants · Code Editors
Open-source AI code editor that unifies chat, autonomous agents, and intelligent LLM routing in a single VS Code fork.
PearAI
Void
AI Code Assistants · Code Editors · Automation
Open-source AI code editor with direct LLM integration and data privacy
Void
Apache 2.0Zed
Developer Tools · Collaboration · Code Editors
High-performance, multiplayer code editor built in Rust by the creators of Atom and Tree-sitter, with native AI integration and real-time collaboration.
Zed
OtherAbout Code Editors
Code editors form the backbone of any software development workflow. Unlike basic text editors, code editors provide a rich set of features specifically tailored for programmers, including syntax highlighting, auto-completion, and integrated debugging tools. They’re designed to handle a wide variety of programming languages, from popular options like Python, JavaScript, and Java to more niche languages. Think of them as your digital workshop for crafting software.
This category includes a diverse range of applications. Standalone IDEs (Integrated Development Environments) like Visual Studio Code, Sublime Text, and Atom offer a comprehensive suite of tools within one application. Simpler, lightweight editors like Notepad++ (Windows) and TextMate (macOS) provide core editing functionality with a focus on speed and customization. Web-based code editors like CodeSandbox and Replit allow you to write, run, and share code directly in your browser without any local installation. You can also find specialized editors focused on specific languages or frameworks like Vim and Emacs, known for their powerful keyboard-driven workflows.
Code editors solve critical problems in the software development lifecycle. They drastically improve developer productivity by reducing errors, automating repetitive tasks, and providing real-time feedback. Use cases range from writing simple scripts to building large-scale web applications, mobile apps, and complex system software. Features like version control integration (e.g., Git) streamline collaboration and code management. Ultimately, choosing the right code editor can significantly impact your coding speed, debugging efficiency, and overall enjoyment of the development process. Effective code editors also promote code readability through formatting tools and linting, leading to more maintainable software projects.