Skip to content

omakasui/apt-packages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

134 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

apt-packages

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.

Suites and architectures

Suite Distro Architectures
noble Ubuntu 24.04 amd64, arm64
trixie Debian 13 amd64, arm64

Packages

Package Upstream Suites Architectures
aether aether noble, trixie amd64, arm64
alacritty alacritty 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
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-nvim Neovim 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
yaru-theme Yaru 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. 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).

Copyright and licensing

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.

packages.tsv format

<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.

User setup

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

About

APT Packages for Omakasui

Resources

Stars

Watchers

Forks

Contributors