Requirements#

Software Requirements#

Before you get started, please ensure you have the following installed:

Caution

Aimiko 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 libsodium-dev libopus-dev  \
libssl-dev curl git

Fedora#

sudo dnf install libffi-devel libsodium-devel python3.11-devel openssl-devel \
opus-devel curl git

OpenSUSE#

sudo zypper install openssl-devel libffi-devel \
python311-devel libsodium git curl

Arch Linux#

sudo pacman -S --needed openssl libffi python libsodium opus git curl

MacOS#

brew install python openssl libffi git curl make opus libsodium