LAPSUS is a small local app — it sits in front of the model you already run, and joins you to the community network. It bundles its own runtime, so there's nothing else to install.
curl -fsSL https://lapsus.pyrates.io/install.sh | bash
macOS & Linux · no Gatekeeper prompt · installs to Applications and opens.
Intel Macs & Windows are on the way.
One line in your terminal — macOS & Linux, no Gatekeeper prompt:
curl -fsSL https://lapsus.pyrates.io/install.sh | bash
Fetched via curl, so macOS adds no quarantine — it installs into Applications and just opens (no xattr, no “Open Anyway”). On macOS this is the way; a downloaded .zip would be blocked by Gatekeeper.
On Linux you can also grab the tarball directly:
Linux · unpack and run ./lapsus/run-lapsus.sh.
Unsigned beta. Intel Macs & Windows are on the way.
Prefer to run it yourself? The client is fully open.
# needs Elixir + Rust (for the WebRTC NIF) git clone https://github.com/pythononwheels/lapsus-app.git cd lapsus-app && mix deps.get LAPSUS_COORDINATOR_URL=wss://lapsus.pyrates.io mix lapsus.app
Full instructions are in the repository README.