TiloBox
Back to directory
Helix project preview

Helix

A post-modern modal text editor built in Rust with native Tree-sitter and LSP.

LicenseMPL-2.0
GitHub stars34.0k
Last commit1 weeks ago
Tags6 topics
Modal EditorTree SitterLsp ClientKakoune SelectionDeveloper ToolsRust Editor
Overview

Why consider Helix?

Helix is a modern modal text editor written in Rust. Inspired by Kakoune and Neovim, it provides out-of-the-box Language Server Protocol (LSP) integration, Tree-sitter syntax highlighting, and multiple selections with zero configuration required.

Guided learning

Learn Helix by building

Practical setup notes, real use cases, and copy-ready examples in one focused guide.

1 min read 2 sections
In this guide2 sections

Overview of Helix

Helix provides selection-first editing semantics (selection -> action) and built-in LSP autocompletion without complex plugin setups.

Installation

bash
1# Ubuntu via PPA
2sudo add-apt-repository ppa:maveonair/helix-editor
3sudo apt update && sudo apt install helix
4
5# macOS via Homebrew
6brew install helix

Helix is licensed under the Mozilla Public License 2.0 (MPL-2.0).

Related tools

More options with a similar category or technology profile.

Helix FAQs

Helix is listed as a Developer Tools tool on TiloBox. Review the overview, features, and official documentation on this page to decide whether it solves your specific workflow.

Start with the project's GitHub repository and official website for supported installation and deployment instructions. Test the setup with representative data or a small project before rolling it out more widely.

Helix is listed under the MPL-2.0 license. Read the complete license text and the project's notices before using, modifying, or distributing the software.

Production readiness depends on your requirements. Review maintenance activity, security practices, documentation, backup and upgrade procedures, and compatibility with your stack; then validate it in a non-production environment.

Helix is listed as an alternative to Sublime Text. Compare the core workflow, deployment model, integrations, and licensing against your must-have requirements before switching.