aicoolies logo
Helix logo
Helix logo

Helix

A post-modern modal text editor

open sourceverified Aug 24, 2026

Helix is a post-modern modal text editor written in Rust, inspired by Kakoune and Neovim. It ships with built-in Tree-sitter support for syntax highlighting and structural editing across dozens of languages, native LSP integration for autocompletion and diagnostics, and multiple cursors as a first-class feature. Helix requires no plugin system or configuration to be productive out of the box, offering a selection-then-action editing model that reverses the Vim paradigm.

Helix is a terminal-based modal text editor written in Rust that reimagines the Vim editing experience with a selection-first paradigm borrowed from Kakoune. Instead of verb-then-object commands, Helix inverts the model so users first select text then apply an action, providing immediate visual feedback before committing to any operation. This approach combined with built-in multiple cursor support makes complex structural edits intuitive and predictable.

The editor integrates Tree-sitter grammars at its core for incremental syntax parsing, enabling accurate highlighting, code folding, and text-object selection that understands language structure rather than relying on regular expressions. Language Server Protocol support is built in from the start, delivering autocompletion, go-to-definition, hover documentation, and diagnostic highlighting without any plugin installation or third-party package management.

Helix has attracted a passionate developer community with over 35,000 GitHub stars, appealing to developers who want the speed of a terminal editor with modern IDE capabilities out of the box. The project supports over 150 languages through its Tree-sitter and LSP integrations, offers a DAP debugging interface, and provides a TOML-based configuration system that keeps customization simple while remaining powerful enough for advanced workflows.

Pricing

100% free and open source under the Mozilla Public License 2.0 (MPL-2.0). Helix is a post-modern modal terminal text editor written in Rust with built-in Tree-sitter and LSP capabilities at zero cost.

full pricing breakdown →

Platforms

Cross-platform: macOS, Linux, Windows

Categories

Tags

Use Cases

Neovim logo

Neovim

Hyperextensible Vim-based text editor

Modern fork of Vim with Lua-based plugin architecture and built-in LSP support. Lightweight yet endlessly extensible, it serves as the foundation for AI-enhanced development workflows through plugins like Avante, Codecompanion, and Copilot.lua. With 85k+ GitHub stars, it's the terminal editor of choice for developers who value speed, customization, and keyboard-driven efficiency.

Open Source
Zed logo

Zed

High-performance code editor built in Rust

High-performance code editor built entirely in Rust by the creators of Atom and Tree-sitter. GPU-accelerated rendering and a multicore architecture deliver 10x faster startup and 75% lower memory use than Electron editors like VS Code. Native real-time collaboration that works like Google Docs, deeply integrated AI with agentic editing (Claude and more), and Tree-sitter-powered syntax highlighting. Direct-to-display rendering on macOS. Available on macOS, Linux, and Windows.

Open Source
Lapce logo

Lapce

Lightning-fast Rust-powered code editor

Lapce is an open-source code editor written in Rust, delivering sub-millisecond response times through native GPU rendering via wgpu. It features modal editing inspired by Vim, built-in LSP support for intelligent code completion, and a WASI-based plugin system supporting Rust, C, and AssemblyScript extensions. Includes integrated remote development over SSH, a built-in terminal, and split-pane layouts. Its rope-based text architecture ensures efficient handling of large codebases.

Open Source

Related Tools

computed discovery: shared active categories · kept separate from editor-verified Alternatives

Cursor logo

Cursor

Top Pick

The AI-first code editor

AI-first code editor built as a VS Code fork that deeply integrates LLMs into every part of the development workflow. Features Tab autocomplete with multi-line predictions, Cmd+K inline editing, AI chat with full codebase awareness, and Agent mode for autonomous multi-file edits with terminal execution. Supports GPT-4, Claude, and more with automatic context from project files and docs. Includes privacy mode for SOC 2 compliance. The leading AI-native IDE with 100K+ paying users.

freemiumTelemetry
Google Antigravity logo

Google Antigravity

Top Pick

Agent-first development platform from Google with desktop app and CLI

Google Antigravity is Google's AI-powered agentic development platform, announced in November 2025 and expanded with Antigravity 2.0 at I/O 2026, that places autonomous AI agents at the center of software development. Distributed as both a VS Code-based desktop app and the new Antigravity CLI, it runs planning, implementation, and verification agents — backed by Gemini 3.1 Pro/Flash, Claude Sonnet/Opus 4.6, and GPT-OSS 120B — across editor, terminal, and browser.

freemiumTelemetry
VS Code logo

VS Code

The industry standard code editor

Microsoft's free, open-source code editor that has become the most widely used development environment in the world. Lightweight but powerful, with built-in Git, integrated terminal, IntelliSense, debugger, and tens of thousands of extensions. Recent updates add Agent mode for delegating coding tasks to AI, Model Context Protocol (MCP) support, and Next Edit Suggestions. Native GitHub Copilot, remote development via SSH/containers/WSL, and a browser version at vscode.dev.

Open SourceTelemetry
Junie logo

Junie

AI coding agent by JetBrains for autonomous task execution

Junie is JetBrains’ AI coding agent for autonomous task execution inside JetBrains IDEs and Android Studio. It helps plan implementation steps, write and inspect code, run tests, and collaborate through code and ask modes. Current JetBrains AI positioning lists Claude, GPT, Gemini, Grok, local-model options, and provider-choice paths, with AI Ultimate recommended for regular Junie usage.

paid
GitHub logo

GitHub Codespaces

Instant cloud dev environments

GitHub Codespaces is a cloud-hosted development environment that spins up a full VS Code workspace in a dev container directly from any GitHub repo. Configurable via devcontainer.json, prebuilt for fast cold starts, and accessible through the browser or local VS Code. Used by teams that want zero-setup onboarding, consistent environments, and reproducible builds across platforms.

freemium
StackBlitz logo

StackBlitz

Instant full-stack dev in browser

StackBlitz is a browser-based development environment powered by WebContainers — a WebAssembly micro-OS that runs Node.js natively inside the browser. Boot full-stack Next.js, Vite, Angular, or Astro apps in milliseconds with no remote VM, share live via URL, and embed interactive code examples in docs. Also the home of Bolt.new, StackBlitz's AI full-stack app builder.

freemium

Comparisons

Helix vs Neovim — Post-Modern Modal Editor Showdown

Helix and Neovim represent two competing visions for the future of terminal-based modal text editing. Neovim modernized the classic Vim architecture with Lua scripting and asynchronous plugins while maintaining backward compatibility. Helix took a different path, building from scratch in Rust with a Kakoune-inspired selection-first model, built-in Tree-sitter, and LSP support that requires no configuration. Choosing between them depends on whether you value a massive ecosystem or batteries-included simplicity.

HelixNeovim

FAQ

What is Helix?

Helix is a post-modern modal text editor written in Rust, inspired by Kakoune and Neovim. It ships with built-in Tree-sitter support for syntax highlighting and structural editing across dozens of languages, native LSP integration for autocompletion and diagnostics, and multiple cursors as a first-class feature. Helix requires no plugin system or configuration to be productive out of the box, offering a selection-then-action editing model that reverses the Vim paradigm.

Is Helix free?

Yes — Helix is open source and free to use. 100% free and open source under the Mozilla Public License 2.0 (MPL-2.0). Helix is a post-modern modal terminal text editor written in Rust with built-in Tree-sitter and LSP capabilities at zero cost.

Is Helix open source?

Yes — Helix is open source.

Is Helix still maintained?

Yes — Helix is active. Its listing was last verified on August 24, 2026.

What are the best Helix alternatives?

The top editor-verified Helix alternatives are Neovim, Zed, Lapce.