Alternatives to Helix
Modal terminal editor with built-in LSP, no plugins needed
Helix ranks #9 of 11 in Code editors, with an Alt Score of 44. It is licensed under MPL-2.0, free and available on Windows, macOS and Linux. 7 of 12 checklist rows are verified against a public source.
Developers who work primarily in the terminal (including over SSH or in tmux) and want a fast, keyboard-driven, Vim/Kakoune-style editor without spending time on plugin and LSP setup.
A modal terminal editor written in Rust with built-in LSP support (autocomplete, go-to-definition, diagnostics) and tree-sitter integration for syntax-aware highlighting, indentation, and code navigation, all working with no configuration required. It uses a Kakoune-inspired selection-first model where you select text first then act on it, with native multiple-cursor support for editing several regions at once. Fuzzy file/symbol finding, project-wide search, themes, and auto-closing/surround pairs are included out of the box. It does not yet have a plugin system.
You navigate and select text (characters, words, lines, or syntax-tree nodes) using modal keybindings, then apply an action (edit, delete, change) to the current selection(s), optionally extending to multiple selections for simultaneous edits. Commands, file finding, and LSP actions are accessed via keyboard shortcuts and a command palette, without needing to write a config file first.
Why people leave Helix
Dashed reasons are sourced facts; the rest are opinions. Vendors can dispute.
Sign in to add a reason — new reasons go through moderation before appearing.
Ranked alternatives
Ordered by Alt Score. Click any score to see the breakdown.
Feature comparison
How Helix compares with its alternatives, feature by feature.
| Code editors checklist | Helix | VS Code | Zed | Emacs | Cursor | Devin Desktop |
|---|---|---|---|---|---|---|
| Pricing model | ||||||
| Starts at | ||||||
| License | ||||||
| Platforms | ||||||
| Language server (LSP) support | ||||||
| Debugger built in | ||||||
| Git integration | ||||||
| AI code completion | ||||||
| Remote / SSH development | ||||||
| Extensions marketplace | ||||||
| Refactoring tools | ||||||
| Integrated terminal | ||||||
| Live share / pair programming | ||||||
| Startup speed class | ||||||
| Memory footprint class | ||||||
| Vim/Emacs keybindings |
Sources & verification
11
Every fact and feature listed for Helix is verified against its own pages. Each alternative is sourced on its own page.
-
License MPL-2.0 verified 2026-07-11
Mozilla Public License Version 2.0
https://github.com/helix-editor/helix/blob/master/LICENSE -
Pricing model Free verified 2026-07-11
Mozilla Public License Version 2.0
https://github.com/helix-editor/helix/blob/master/LICENSE -
Platforms Windows, macOS, Linux verified 2026-07-11
build: [x86_64-linux, aarch64-linux, x86_64-macos, x86_64-windows, aarch64-macos, aarch64-windows]
https://github.com/helix-editor/helix/blob/master/.github/workflows/release.yml -
Status active verified 2026-07-11
Commits on Jul 6, 2026
https://github.com/helix-editor/helix/commits/master -
Language server (LSP) support Yes verified 2026-07-11
Built-in language server support
https://github.com/helix-editor/helix -
Debugger built in Partial verified 2026-07-11
Debug (experimental)
https://docs.helix-editor.com/keymap.html -
Git integration Partial verified 2026-07-11
The diff gutter option displays colored bars indicating whether a git diff represents that a line was added, removed or changed.
https://docs.helix-editor.com/editor.html#editorguttersdiff-section -
Remote / SSH development Partial verified 2026-07-11
Although it's primarily a terminal-based editor, I am interested in exploring a custom renderer (similar to Emacs) using wgpu.
https://github.com/helix-editor/helix -
Extensions marketplace No verified 2026-07-11
Other diff providers will eventually be supported by a future plugin system.
https://docs.helix-editor.com/editor.html#editorguttersdiff-section -
Refactoring tools Yes verified 2026-07-11
Rename symbol (LSP)
https://docs.helix-editor.com/keymap.html -
Vim/Emacs keybindings Yes verified 2026-07-11
Vim-like modal editing
https://github.com/helix-editor/helix
FAQ
Yes. VS Code, Zed and Emacs have a free tier or are fully free. Free-tier limits in the comparison table are verified and dated.
VS Code, Zed and Emacs — every license claim links its source.