InstallationΒΆ

Yukine is developed, and tested on Arch Linux. The only official package is only available on Arch Linux. Windows should also be supported, but it is not tested. Other Linux distributions should also work, but there is no official package for them at this time.

Yukine requires python-muxtools which requires two dependencies not in the repos or AUR annoyingly. I have made two PKGBUILDs for them available here

git clone https://codeberg.org/Kosaka/yukine
cd yukine/packaging/
makepkg -rsi
git clone https://codeberg.org/Kosaka/yukine
uv build # Recommended
# Or
python -m build

# Create a package to install the wheel using your package manager somehow.
# Using pip to install the wheel to your system python is *not* recommended.
# Make sure to install *all* other dependencies as well, like those used in the Arch Linux package.
git clone https://codeberg.org/Kosaka/yukine
uv build # Recommended
# Or
python -m build
pip install dist/yukine-*.whl