solido

Delivery

Stand up Solido on a bare machine.

app.solido.dev · eu-central-1

▸ curl -fsSL …/install-solido.sh | bash
▸ pls boot solido
▸ pls clone <project>
▸ upgrade solido

Solido · Delivery

Sign in

Enter your delivery credentials to reach the portal.

solido
checking…

Solido · Delivery

Stand up Solido
on a bare machine.

One line installs the platform and your shell. Then boot it and pull the rest — straight from this CDN.

Paste on a fresh machine
▸curl -fsSL https://app.solido.dev/cdn/solido/installer/install-solido.sh | bash

You'll be prompted for the decryption key — the bundle is encrypted at rest.

After it installs

  1. 01

    Re-open your shell

    Loads SPECDEV_HOME and pls; switches your login shell to bash if needed.

  2. 02

    Boot the platform

    Brings up Reactor's Docker infra — Postgres, Kafka, container-service, pulled from Docker Hub — then starts the hub. One command; re-run anytime.

    needs Docker running
    ▸pls boot solido
  3. 03

    Pull full source

    Clone any project — source comes from git, not the bundle.

    shell
    ▸pls clone <project>

    Re-pull anytime with upgrade <project>.

Download

Solido for macOS
checking latest…

Encrypted at rest — one line installs it to /Applications (you'll be asked for the delivery key; press Enter to use the one in ~/.env/solido.env):

macOS · Apple silicon
▸curl -fsSL https://app.solido.dev/cdn/solido/installer/install-solido-app.sh | bash

User guide

Install, first run & the workspace

If something's off

"Solido is damaged / can't be opened"
macOS Gatekeeper. The installer clears it; if you moved the app by hand, run xattr -dr com.apple.quarantine /Applications/Solido.app or right-click → Open.
decryption failed
Wrong key — the bundle is AES-encrypted. Press Enter to use SOLIDO_KEY from ~/.env/solido.env, or type the delivery key.
here for the dev toolchain?
Use the install line on the left, then re-open your shell so pls loads.
app.solido.dev/eu-central-1/served by cdn-service