Skip to main content
The following operating systems are officially supported:
  • Linux : Any Linux distro running the Linux kernel v5.15+, with systemd.
  • macOS : macOS v12+ running on an official Apple hardware.
  • Windows : Windows 10 Vibranium and above, or Windows Server 20H2 and above.
The easiest way to install the Unchained client is by using the install script. To do so, run the following command in your terminal:
curl -s https://timeleap.swiss/unchained/install | sh
Head to the Unchained releases page and grab the latest release for your OS and CPU architecture. Move the binary file to an appropriate place and make it executable:
chmod +x PATH_TO_UNCHAINED
To install the Unchained AI plugin, you need to have the Unchained client installed. You'll also need to have the following dependencies installed:
  • pyenv : See installation instructions here .
  • Git : See installation instructions here .
Once you have the dependencies installed, run the following command in your terminal:
git clone https://github.com/TimeleapLabs/py-unchained-ai.git
Then run the following commands one by one:
cd py-unchained-ai
pyenv install 3.8.19
pyenv local 3.8.19
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
To connect from the Unchained GUI to the Unchained Broker when testing locally, you need to install the following dependencies:
  • mkcert : See installation instructions here .