⚑ 43 developer tools, always updated β€” new upstream releases land in apt within hours. Join the Discord

πŸ“… From , the apt mirror will require a subscription. See pricing Β· πŸ†“ There is an always-free mirror

✏️ Install Latest Helix on Debian

A post-modern modal text editor

Latest version: 25.07.1 Β· updated 2026-07-09
SourceVersion
deb.griffo.io25.07.1 βœ…
Official Debian🚫 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 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 deb.griffo.io

Run the commands

Step 1: Add Repository

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

πŸ†“ There is an always-free mirror. deb-free.griffo.io serves packages free forever β€” no account, no subscription, at most 2 months behind upstream, security fixes immediately. It currently carries Ghostty, Oh My Posh and Zed; Helix is not one of them, so the repository above is the only way to get it today β€” ask and it can be enrolled.

How the free mirror works β†’

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.griffo.io?

πŸ“Š Repository Comparison:
  • Official Debian: Often months behind, missing latest features
  • deb.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 Debian 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

Just after the command? See apt install helix β€” one page covering Debian and Ubuntu.

πŸ“¦ Recent releases from this repository

❓ Frequently asked questions

Is Helix in the official Debian repositories?

No β€” Helix is not packaged in the official Debian archives. This repository is currently the only apt source, serving Helix 25.07.1.

How do I install the latest Helix on Debian?

Add the deb.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 Debian releases are supported?

Debian 12 Bookworm, Debian 13 Trixie, Forky and Sid.