🆓 Free forever — and licensed to stay that way

Every tool here is open source; its license guarantees the right to use and redistribute it. This mirror is that promise in practice: each package's newest release that is at least 2 months old, served free forever — no account, no authentication.
Security and patch fixes are published immediately. Want every release within hours of upstream? That's the main repository at deb.griffo.io. 🚀

💬 Questions, issues or anything about this repo? Join our Discord community — the best place to get help and connect with other users.

✏️ Install Latest Helix on Ubuntu

A post-modern modal text editor

⏳ Not in the free mirror yet — get it from deb.griffo.io (main)
Helix is not in the free mirror yet. The free mirror currently serves Ghostty and Zed, with more on the way. Get Helix from the main repository at deb.griffo.io — every release, within hours of upstream.
SourceVersion
deb.griffo.io (main)25.07.1 ✅
Official Ubuntu🚫 not packaged
← 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 Staying Current Matters: 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 deb-free.griffo.io

Step 1: Add Repository

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

📊 Repository Comparison:
  • Official Ubuntu: Often months behind, missing latest features
  • deb.griffo.io (main): 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 deb.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

📦 Recent releases at deb.griffo.io (main)

❓ Frequently asked questions

Is Helix in the official Ubuntu repositories?

No — Helix is not packaged in the official Ubuntu archives. This free mirror serves the newest Helix release that is at least 2 months old; the main repository at deb.griffo.io serves every release within hours of upstream.

How do I install the latest Helix on Ubuntu?

Add the deb-free.griffo.io repository once using the instructions above, then run: sudo apt install helix. New releases arrive through the normal sudo apt upgrade.

Are the packages signed and how are they built?

Every package is signed with the repository's GPG key (EA0F721D231FDD3A0A17B9AC7808B4DD62C41256) and built from upstream releases in public GitHub packaging repositories that anyone can inspect.

Which Ubuntu releases are supported?

Ubuntu 22.04 Jammy, 24.04 Noble, 25.10 Questing and 26.04 Resolute.