Run the one-line installer
Onyx provides an official install script that downloads everything and starts the stack for you. This single command pulls the script from onyx.app and runs it. It will install Docker images and set up all the containers automatically. You do not need to clone any repository manually.
The script fails with 'docker: command not found' or permission errors
Install Docker Desktop (Mac/Windows) or run 'sudo apt install docker.io docker-compose-plugin' on Ubuntu, then re-run the install command. On Linux you may need to prefix with 'sudo'.
