This guide walks through a self-hosted installation of Onyx.
For Docker installation, see Docker.
Fetch the official installer script from the Onyx repository.
curl -fsSL https://raw.githubusercontent.com/onyx-dot-app/onyx/main/deployment/docker_compose/install.sh > install.sh
Allow the installer to run on your system.
chmod +x install.sh
Execute the script to set up the Docker Compose deployment.
./install.sh
Prefer automation? See Onyx Ansible Setup for an example playbook.
Prefer containers? See Onyx Docker Setup.
Any questions?
Feel free to contact us. Find all contact information on our contact page.