Requirements#
Software Requirements#
Before you get started, please ensure you have the following installed:
Caution
Kumiko is natively developed for Linux. Development should work on Windows but it is highly untested.
Package Prerequisites#
Debian/Ubuntu#
sudo apt-get install libffi-dev python3-dev libnacl-dev libopus-dev \
build-essentials libssl-dev curl wget git
Fedora#
sudo dnf install make automake gcc gcc-c++ kernel-devel \
libffi-devel python3-libnacl python3.11-devel openssl-devel \
opus-devel curl wget git
OpenSUSE#
sudo zypper install gcc make automake openssl-devel libffi-devel \
python311-devel python311-libnacl libopus0 wget git curl
Arch Linux#
sudo pacman -S --needed base-devel openssl libffi python python-libnacl opus
MacOS#
brew install openssl libffi git curl make opus