APT repository for omakasui, served via GitHub Pages at packages.omakasui.org.
Metadata (dists/) and the package index (index/packages.tsv) live in this repo. Binary packages are stored as GitHub Release assets in build-apt-packages and referenced directly via their full URL in the Filename field of the Packages index. No proxy or redirect layer required.
| Suite | Distro | Architectures |
|---|---|---|
noble |
Ubuntu 24.04 | amd64, arm64 |
noble-dev |
Ubuntu 24.04 (dev channel) | amd64, arm64 |
trixie |
Debian 13 | amd64, arm64 |
trixie-dev |
Debian 13 (dev channel) | amd64, arm64 |
Dev suites include all stable packages as a base; dev-channel entries take precedence when present.
| Package | Upstream | Suites | Architectures |
|---|---|---|---|
aether |
aether | noble, trixie | amd64, arm64 |
alacritty |
alacritty | noble, trixie | amd64, arm64 |
cliamp |
cliamp | noble, trixie | amd64, arm64 |
elephant |
elephant | noble, trixie | amd64, arm64 |
elephant-calc |
elephant | noble, trixie | amd64, arm64 |
elephant-clipboard |
elephant | noble, trixie | amd64, arm64 |
elephant-desktopapplications |
elephant | noble, trixie | amd64, arm64 |
elephant-files |
elephant | noble, trixie | amd64, arm64 |
elephant-menus |
elephant | noble, trixie | amd64, arm64 |
elephant-providerlist |
elephant | noble, trixie | amd64, arm64 |
elephant-runner |
elephant | noble, trixie | amd64, arm64 |
elephant-symbols |
elephant | noble, trixie | amd64, arm64 |
elephant-todo |
elephant | noble, trixie | amd64, arm64 |
elephant-unicode |
elephant | noble, trixie | amd64, arm64 |
elephant-websearch |
elephant | noble, trixie | amd64, arm64 |
fastfetch |
fastfetch | noble, trixie | amd64, arm64 |
font-cascadia-mono-nf |
Cascadia Code | noble, trixie | amd64, arm64 |
font-ia-writer-mono |
iA Writer Mono | noble, trixie | amd64, arm64 |
font-jetbrains-mono |
JetBrains Mono | noble, trixie | amd64, arm64 |
glab |
glab | noble, trixie | amd64, arm64 |
ghostty |
ghostty | noble, trixie | amd64, arm64 |
gnome-shell-extension-grimble-tiling-wm |
grimble-tiling-wm | noble, trixie | all |
gtk4-layer-shell |
gtk4-layer-shell | noble, trixie | amd64, arm64 |
gum |
gum | noble, trixie | amd64, arm64 |
kitty |
kitty | noble, trixie | amd64, arm64 |
lazydocker |
lazydocker | noble, trixie | amd64, arm64 |
lazygit |
lazygit | noble, trixie | amd64, arm64 |
makima |
makima | noble, trixie | amd64, arm64 |
nautilus-open-any-terminal |
nautilus-open-any-terminal | noble, trixie | all |
nvim |
Neovim | noble, trixie | amd64, arm64 |
omakasui-aether |
aether | noble, trixie | all |
omakasui-nvim |
LazyVim | noble, trixie | all |
omakasui-walker |
walker | noble, trixie | amd64, arm64 |
omakasui-zellij |
zellij | noble, trixie | all |
starship |
starship | noble, trixie | amd64, arm64 |
tmux |
tmux | noble, trixie | amd64, arm64 |
ufw-docker |
ufw-docker | noble, trixie | amd64, arm64 |
uwsm |
uwsm | noble, trixie | amd64, arm64 |
walker |
walker | noble, trixie | amd64, arm64 |
omakasui-yaru-theme-gtk |
Yaru | trixie | all |
omakasui-yaru-theme-icon |
Yaru | trixie | all |
omakasui-yaru-theme-sound |
Yaru | trixie | all |
omakasui-yaru-theme-gnome-shell |
Yaru | trixie | all |
zellij |
zellij | noble, trixie | amd64, arm64 |
zoxide |
zoxide | noble, trixie | amd64, arm64 |
omakasui-aether is used to make it easier to setup aether on Omakasui setups. You can download both the "basic" version and the ones intended for the Omakasui distros: omakub-aether (Omabuntu/Omakub) and omadeb-aether (Omadeb).
omakasui-walker is a metapackage that installs walker, elephant, and all elephant provider packages in one shot. You can download both the "basic" version and the ones intended for the Omakasui distros: omakub-walker (Omabuntu/Omakub) and omadeb-walker (Omadeb).
omakasui-zellij is a custom configuration of Zellij, based on the one made by Omakub. You can download both the "basic" version and the ones intended for the Omakasui distros: omakub-zellij (Omabuntu/Omakub) and omadeb-zellij (Omadeb).
omakasui-nvim is a custom configuration of LazyVim, based on the one made by Omarchy. You can download both the "basic" version and the ones intended for the Omakasui distros: omakub-nvim (Omabuntu/Omakub) and omadeb-nvim (Omadeb).
The packages distributed through this repository are third-party software. Each package remains the property of its respective upstream author(s) and is subject to its own license.
This repository does not claim any ownership over the upstream software. Its sole purpose is to make installation easier on systems running Omakasui by providing pre-built .deb packages. All trademarks, copyrights, and licenses belong to their respective holders as listed in the upstream column of the packages table above.
If you are an upstream maintainer and have concerns about the distribution of your software here, please open an issue or contact the omakasui project directly.
<suite> <arch> <name> <version> <url> <size> <md5> <sha1> <sha256> <control_b64> [<channel>]
url is the full GitHub Releases asset URL, stored as source of truth. When generating the Packages index, update-index.sh converts it to a pool-relative path (pool/<tag>/<file>). The Cloudflare Worker on packages.omakasui.org redirects pool/ requests to the corresponding GitHub Releases asset — no binaries are stored in this repo.
The channel field is stable (default) or dev. Pass --channel dev to register-package.sh to publish to the dev channel, which populates the *-dev suites.
curl -fsSL https://keyrings.omakasui.org/omakasui-packages.gpg \
| sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/omakasui-packages.gpg
echo "deb [signed-by=/etc/apt/trusted.gpg.d/omakasui-packages.gpg] \
https://packages.omakasui.org $(. /etc/os-release && echo $VERSION_CODENAME) main" \
| sudo tee /etc/apt/sources.list.d/omakasui.list
sudo apt-get update