No projects in this category yet.
Every Debian / Ubuntu tool on this page in one place, kept up to date
with the rest of your system.
All Debian and Ubuntu packages from these projects (where applicable) are
published to a single signed apt archive at
ra-yavuz.github.io/apt.
Add it to your sources once and every tool installs and upgrades with the
normal apt install / apt upgrade commands you already
use. New releases land in the repo automatically, GPG-signed, no separate
download steps.
One line setup + install
Sets up the signed repo if not already added, refreshes the package index,
and installs the package. Idempotent, safe to re-run. Replace
<package> with any of inhibit-charge,
herald, meowtrics, lillycoder,
hydra-llm, claude-rag-hook:
sudo bash -c 'set -e; install -m 0755 -d /etc/apt/keyrings && curl -fsSL https://ra-yavuz.github.io/apt/pubkey.gpg -o /etc/apt/keyrings/ra-yavuz.gpg && echo "deb [signed-by=/etc/apt/keyrings/ra-yavuz.gpg] https://ra-yavuz.github.io/apt stable main" > /etc/apt/sources.list.d/ra-yavuz.list && apt update && apt install -y <package>'
Once the repo is set up, future installs and upgrades are just
sudo apt update && sudo apt install <package>
and sudo apt upgrade. The sudo apt update step is
required: without it apt will not see new packages or new versions.
Tested on Ubuntu (Linux only). The packages should work on
any recent Debian / Ubuntu derivative and on WSL2 Ubuntu
(it is a Linux distro), with the caveat that projects depending on hardware
sysfs (inhibit-charge) or a Linux desktop tray
(meowtrics) cannot work inside WSL2 in any meaningful way.
macOS support is per-project: hydra-llm
runs under Docker Desktop and lillycoder installs from
source via pip; the rest are Linux-only by design. Each
project page has its own Platform support section.
Why use the apt repository: automatic updates, signed
provenance, no manual .deb downloads, plays nicely with the rest
of your system. Recommended for any installation you intend to keep.
Alternative, install directly from GitHub: every release
attaches a prebuilt .deb to the source repository's GitHub
Releases page. Useful for one-off installs, testing a specific version,
or environments where adding a third-party apt source is not allowed.