elio APT Repository

May 27, 2026 ยท View on GitHub

Official APT repository for elio.

Install

curl -fsSL https://elio-fm.github.io/elio-apt/install.sh | sudo sh
sudo apt install elio

The installer configures the elio APT source, installs the repository signing key, and updates package lists.

Manual Setup

sudo install -d -m 0755 /etc/apt/keyrings

curl -fsSL https://elio-fm.github.io/elio-apt/elio-archive-keyring.gpg \
  | sudo tee /etc/apt/keyrings/elio-archive-keyring.gpg >/dev/null

echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/elio-archive-keyring.gpg] https://elio-fm.github.io/elio-apt stable main" \
  | sudo tee /etc/apt/sources.list.d/elio.list

sudo apt update
sudo apt install elio

Supported Packages

This repository publishes amd64 packages for the stable APT distribution.