Discover / Development

Helix

by helix-editorRust

Post-modern modal text editor written in Rust.

Toolactive

Maturity: active because commit 6d ago, latest release 25.07.1. Derived from release and commit history, not a rating.

Stars
46k
Forks
3.7k
Downloads / mo
Last commit
2026-07-28
License
MPL-2.0
Open issues
1.6k

Market and trust evidence

Edition not yet matched

No exact skills.sh identity match is available for this repository. Repository adoption and freshness remain visible above; install momentum is not inferred.

Trust analysis is a screening signal, not a security warranty. Read the ranking and trust methodology.

In practice

Written by AI from this repository’s README · medium confidence

Wanting Vim style modal editing with LSP and syntax awareness without assembling and maintaining a plugin stack.

Use it when

Use it when you edit in a terminal and want language server support and tree-sitter highlighting configured by default.

Not the right pick when

The README admits only certain languages have indentation definitions at the moment, so indentation may be missing for your language.

Capabilities

  • Vim like modal editing
  • multiple selections
  • built in language server support
  • incremental syntax highlighting via tree-sitter
  • keymaps documented in the online documentation

Cost: Free and open source

Video walkthroughs

Third-party YouTube uploads matched to this tool by title, channel and repository name on 2026-08-03. Not made, reviewed or endorsed by SkillPilot. View counts and publish months are as of the match date and the month is approximate. Nothing loads from YouTube until you press play.

What the repository ships

Has testsHas docsCI configured

Detected from the actual files in the repository root.

Latest release 25.07.1

Published 2025-07-18

This is a patch release which lowers the GLIBC requirements of the release artifacts published to GitHub.

Tags

README

<div align="center">

<h1>

<picture>

<source media="(prefers-color-scheme: dark)" srcset="logo_dark.svg">

<source media="(prefers-color-scheme: light)" srcset="logo_light.svg">

<img alt="Helix" height="128" src="logo_light.svg">

</picture>

</h1>

Build status

GitHub Release

Documentation

GitHub contributors

Matrix Space

</div>

Screenshot

A Kakoune / Neovim inspired editor, written in Rust.

The editing model is very heavily based on Kakoune; during development I found

myself agreeing with most of Kakoune's design decisions.

For more information, see the website or

documentation.

All shortcuts/keymaps can be found in the documentation on the website.

Troubleshooting

Features

  • Vim-like modal editing
  • Multiple selections
  • Built-in language server support
  • Smart, incremental syntax highlighting and code editing via tree-sitter

Although it's primarily a terminal-based editor, I am interested in exploring

a custom renderer (similar to Emacs) using wgpu.

Note: Only certain languages have indentation definitions at the moment. Check

runtime/queries/<lang>/ for indents.scm.

Installation

Installation documentation.

Packaging status

Contributing

Contributing guidelines can be found here.

Getting help

Your question might already be answered on the FAQ.

Discuss the project on the community Matrix Space (make sure to join #helix-editor:matrix.org if you're on a client that doesn't support Matrix Spaces yet).

Credits

Thanks to @jakenvac for designing the logo!

Related tools