📣 Important update — access is changing on 1 October 2026

Starting 1 October 2026 at noon (UK time), this mirror will require authentication to keep apt working.
A yearly subscription gives you uninterrupted access and directly supports keeping this project alive. Thank you! 🙏

🔑 Get Your Yearly Subscription

💬 Questions, issues or anything about this repo? Join our Discord community — the best place to get help and connect with other users.
Previously supported via Buy Me a Coffee? You are wonderful! Head over to our Discord and we will sort out a free lifetime subscription for you. 💜

✏️ Install Latest Helix on Ubuntu

A post-modern modal text editor

Latest Version — Continuously Updated
← Back to home

What is Helix?

Helix is a post-modern modal text editor written in Rust. Inspired by Kakoune and Vim, it uses a selection-first editing model and ships with tree-sitter syntax highlighting and Language Server Protocol support out of the box — no plugins or configuration required to get a modern IDE-like experience in your terminal. The command is hx.

🚀 Why Latest Versions Matter: Helix is under active development with frequent releases adding new language support, editor features and performance improvements. The latest versions bring better LSP integration, more built-in themes and refined editing commands.

⚡ Key Features of Helix

🌲 Tree-sitter Built In

Fast, accurate syntax highlighting and structural selections powered by tree-sitter grammars.

🧠 Language Servers Included

Autocomplete, diagnostics and go-to-definition work out of the box via LSP.

🎯 Selection-first Editing

A multiple-selection model that makes complex edits intuitive and repeatable.

⚙️ Zero Config

Sensible defaults and built-in themes — productive the moment you install it.

🎯 Why Helix?

  • Batteries included: Syntax highlighting and LSP support with no plugin setup
  • Fast and lightweight: Written in Rust, single binary, snappy on large files
  • Modal ergonomics: A refined selection-then-action editing model
  • Great defaults: Discoverable keymaps and an interactive command palette

🆕 Highlights

📦 Installation from debian.griffo.io

Step 1: Add Repository

sudo install -d -m 0755 /etc/apt/keyrings curl -fsSL https://debian.griffo.io/EA0F721D231FDD3A0A17B9AC7808B4DD62C41256.asc | sudo gpg --dearmor --yes -o /etc/apt/keyrings/debian.griffo.io.gpg echo "deb [signed-by=/etc/apt/keyrings/debian.griffo.io.gpg] https://debian.griffo.io/apt $(lsb_release -sc 2>/dev/null) main" | sudo tee /etc/apt/sources.list.d/debian.griffo.io.list > /dev/null sudo apt update
install -d -m 0755 /etc/apt/keyrings curl -fsSL https://debian.griffo.io/EA0F721D231FDD3A0A17B9AC7808B4DD62C41256.asc | gpg --dearmor --yes -o /etc/apt/keyrings/debian.griffo.io.gpg echo "deb [signed-by=/etc/apt/keyrings/debian.griffo.io.gpg] https://debian.griffo.io/apt $(lsb_release -sc 2>/dev/null) main" | tee /etc/apt/sources.list.d/debian.griffo.io.list > /dev/null apt update

Step 2: Install helix

# Install latest helix sudo apt install helix # Verify installation hx --version
# Install latest helix apt install helix # Verify installation hx --version

🎯 Basic Usage Examples

# Open a file hx src/main.rs # Open the current directory hx . # Show version hx --version # Check health / language server status hx --health # Open the tutor to learn the basics hx --tutor

🚀 Why Choose debian.griffo.io?

📊 Repository Comparison:
  • Official Ubuntu: Often months behind, missing latest features
  • debian.griffo.io: Latest version within hours of release
  • Manual Installation: Manual downloads and PATH setup required
  • Our Repository: Pre-built, ready-to-use packages

📦 Package Build Repository

The Ubuntu packages are automatically built and maintained in this GitHub repository:

🔗 Related Packages

Also available from debian.griffo.io:

🎯 Perfect for: Developers who want a fast, modal terminal editor with modern IDE features like LSP and tree-sitter working out of the box, without assembling a plugin ecosystem.

💝 Support This Project

If this repository saves you time and effort, please consider supporting it!

⭐ Star on GitHub 🐦 Share on Twitter