Installation¶
Pre-built packages are available from the GitHub Releases page and as CI artifacts on pull requests.
Debian / Ubuntu¶
Download the .deb package for your architecture and install:
The package installs ryll to /usr/bin/ryll. Runtime dependencies
(libc, libssl) are detected automatically and will be pulled in by
apt-get install -f if missing.
Red Hat / Fedora (RPM)¶
Download the .rpm package for your architecture and install:
Or with older yum-based systems:
The package installs ryll to /usr/bin/ryll. Runtime shared library
dependencies are detected automatically and resolved by your package
manager.
macOS (Homebrew)¶
Ryll is available for Apple Silicon Macs via a Homebrew tap:
Or add the tap first, then install:
Only Apple Silicon (aarch64) is supported. Intel Macs are not supported as Apple has dropped security updates for all x86 Macs.
Alternatively, download the tarball from
GitHub Releases
and copy the binary to a directory on your PATH:
Windows¶
Download the .zip archive from
GitHub Releases,
extract it, and run ryll.exe:
To make it available system-wide, move ryll.exe to a directory
on your PATH.
Note that --capture mode is not available on Windows builds.
Building from source¶
If no pre-built package is available for your platform, you can build ryll from source. See the README for build instructions and the portability guide for platform-specific notes.
For macOS development and interactive testing, see the macOS development guide.