The best open source alternative to Sublime Text is Neovim. If that doesn't suit you, we've compiled a ranked list of other open source Sublime Text alternatives to help you find a suitable replacement.
Sublime Text alternatives are mainly General Purpose Editors but may also be IDEs & Code Editors. Browse these if you want a narrower list of alternatives or looking for a specific functionality of Sublime Text.
A modernized Vim fork with built-in LSP, Lua scripting, Tree-sitter parsing, and an async plugin architecture that works the same across every platform.

Neovim is a Vim fork built for people who want Vim's editing model without its limitations. It keeps full compatibility with Vimscript and Vim 8 plugins while adding a modern foundation underneath. If you already live in Vim, switching is low-friction. If you're new to modal editing, :Tutor gets you started.
The core philosophy is extensibility without bloat. Neovim's codebase is roughly 30% smaller than Vim's, yet it adds capabilities that Vim lacks entirely.
What makes it different from Vim:
init.lua, and plugins can be written in any language that speaks the remote API.Neovim targets terminal power users, developers who want a fast editor that pairs well with tools like Alacritty, and anyone building editor tooling or custom UIs on top of a capable core. It works identically across platforms with a single build type and a single command.