Skip to content

omakasui/apt-packages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 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
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
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
omakasui-aether aether noble, trixie amd64, arm64
omakasui-nvim Neovim noble, trixie all
omakasui-walker walker noble, trixie all
gtk4-layer-shell gtk4-layer-shell noble, trixie amd64, arm64
uwsm uwsm noble, trixie amd64, arm64
walker walker noble, trixie amd64, arm64
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.

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