Install on Linux
Supported · amd64Follow these steps on a Linux amd64 computer or server. Your user must be allowed to run Docker.
Check your processor
Open a terminal and run:
uname -mx86_64Continue when the result is
x86_64.Install Docker
Install Docker Engine with Docker Compose v2, then confirm both commands work:
docker versiondocker compose versionInstall Shimpz
Run the installer from the same terminal:
curl -fsSL https://install.shimpz.com | sh