Your compose.yaml, running on someone's computer.
Run sc deploy in a project you already have. It reads the compose file, builds whatever needs building, and runs the result on a Docker Swarm with TLS, a hostname and a log stream attached. No new manifest format, no cluster to operate — one command.
$ sc deployApplication: someones-computerDeployment: mainEndpoint: someones.computer[S⠿C] Packed 2 build contexts[S⠿C] Uploaded 5.3 MiBDeployment #42 queued — pendingWatch it: /deployments/42[S⠿C] Built in 45s[S⠿C] Rolled out in 8s✓ live at someones-computer.someones.computer
Start with the binary
0.1.0 · stable channel
One static binary for macOS and Linux. It needs no account to download and no daemon to run.
curl -fsSL https://staging-registry-cache.someones.computer/install.sh | sh
All builds and checksums — every channel, every platform, and the script itself if you want to read it before you run it.
What happens when you deploy
It reads your compose file
Services, images, ports, environment, volumes and healthchecks — the subset that maps onto Swarm, with anything unsupported reported back rather than silently dropped.
It builds what needs building
Every build context is packed and uploaded, then built on the platform. Your laptop does not need a registry login, or a builder, or the right architecture.
It runs, on a hostname
Each service becomes a Swarm service behind the edge proxy, with a generated hostname and a certificate. Logs and container state stream back to the CLI and the control panel.
Watch it from the menu bar
sc-tray keeps what you have running one click away — status, the organization's balance and how long it lasts, and a switch for each deployment. macOS, Linux and Windows.
Pay for what runs
Prepaid credit, metered in container-seconds. No seats, no per-application fee, and nothing to cancel — an organization with nothing running is charged nothing.
Deploy the thing you already have
Accounts are approved by an operator, so there is a wait between signing up and deploying. The CLI does not wait — install it now, and when your account clears, the only command you need is sc deploy.