Solido · Delivery
One line installs the platform and your shell. Then boot it and pull the rest — straight from this CDN.
▸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.
Re-open your shell
Loads SPECDEV_HOME and pls; switches your login shell to bash if needed.
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.
▸pls boot solido
Pull full source
Clone any project — source comes from git, not the bundle.
▸pls clone <project>
Re-pull anytime with upgrade <project>.
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):
▸curl -fsSL https://app.solido.dev/cdn/solido/installer/install-solido-app.sh | bash
xattr -dr com.apple.quarantine /Applications/Solido.app or right-click → Open.SOLIDO_KEY from ~/.env/solido.env, or type the delivery key.pls loads.