Install¶
Requires Python 3.14+.
Option 1: Prebuilt binary (recommended)¶
Grab the archive for your platform from the
latest release and drop
the yaya binary somewhere on your PATH.
Linux / macOS¶
# Linux x86_64
curl -L https://github.com/rararulab/yaya/releases/latest/download/yaya-$(curl -s https://api.github.com/repos/rararulab/yaya/releases/latest | grep tag_name | cut -d'"' -f4)-x86_64-unknown-linux-gnu.tar.gz \
| tar -xz && sudo mv yaya /usr/local/bin/
yaya version
Other targets:
yaya-<VERSION>-aarch64-unknown-linux-gnu.tar.gz— Linux arm64yaya-<VERSION>-aarch64-apple-darwin.tar.gz— macOS Apple Silicon
Windows¶
Download yaya-<VERSION>-x86_64-pc-windows-msvc.zip, unzip, and add to PATH.
Verify integrity¶
Every asset has a matching .sha256 file:
Option 2: Install from wheel¶
pip install https://github.com/rararulab/yaya/releases/latest/download/yaya-<VERSION>-py3-none-any.whl