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 |
trixie |
Debian 13 | amd64, arm64 |
| Package | Upstream | Suites | Architectures |
|---|---|---|---|
aether |
aether | noble, trixie | amd64, arm64 |
cascadia-mono-nf |
Cascadia Code | noble, trixie | all |
elephant |
elephant | noble, trixie | amd64, arm64 |
elephant-calc |
elephant | noble, trixie | all |
elephant-clipboard |
elephant | noble, trixie | all |
elephant-desktopapplications |
elephant | noble, trixie | all |
elephant-files |
elephant | noble, trixie | all |
elephant-menus |
elephant | noble, trixie | all |
elephant-providerlist |
elephant | noble, trixie | all |
elephant-runner |
elephant | noble, trixie | all |
elephant-symbols |
elephant | noble, trixie | all |
elephant-todo |
elephant | noble, trixie | all |
elephant-unicode |
elephant | noble, trixie | all |
elephant-websearch |
elephant | noble, trixie | all |
fastfetch |
fastfetch | noble, trixie | amd64, arm64 |
ghostty |
ghostty | noble, trixie | amd64, arm64 |
gum |
gum | noble, trixie | amd64, arm64 |
ia-writer-mono |
iA Writer Mono | noble, trixie | all |
jetbrains-mono |
JetBrains Mono | noble, trixie | all |
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 | all |
omakasui-nvim |
Neovim | noble, trixie | all |
omakasui-walker |
walker | noble, trixie | all |
gtk4-layer-shell |
gtk4-layer-shell | noble, trixie | amd64, arm64 |
ufw-docker |
ufw-docker | noble, trixie | all |
uwsm |
uwsm | noble, trixie | amd64, arm64 |
walker |
walker | noble, trixie | amd64, arm64 |
woff2-font-awesome |
Font Awesome | noble, trixie | all |
yaru-theme |
Yaru | noble, trixie | all |
zellij |
zellij | noble, trixie | amd64, arm64 |
omakasui-walker is a metapackage that installs walker, elephant, and all elephant provider packages in one shot.
omakasui-nvim is a custom configuration of LazyVim, based on the one made by Omarchy.
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>
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.
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