Shimpz

Install on Linux

Supported · amd64

Follow these steps on a Linux amd64 computer or server. Your user must be allowed to run Docker.

  1. Check your processor

    Open a terminal and run:

    Terminal · Linux
    uname -m
    x86_64

    Continue when the result is x86_64.

  2. Install Docker

    Install Docker Engine with Docker Compose v2, then confirm both commands work:

    Terminal · Docker check
    docker version
    docker compose version
  3. Install Shimpz

    Run the installer from the same terminal:

    Terminal · Shimpz install
    curl -fsSL https://install.shimpz.com | sh