Solo
alpha nowsoyaos start --edition solo
Planet, Moon and Comet collapse into a single process on your machine. No registry, no auth, no network surface — the fastest way to feel SoyaOS.
- Control plane
- in-process
- Data plane
- in-process
The edition isn't a different product — it's where the Planet (control), Moons (UI / edge) and Comets (workers) run, and who runs them. The CLI flag is all that changes.
$soyaos start --edition solo # or cluster | cloud | hybrid | ... | Edition | CLI | Persona | Typical cost | Status |
|---|---|---|---|---|
| Solo | solo | One dev, one laptop. | Free · your hardware | alpha now |
| Cluster | cluster | A team + a VPS + intranet devices. | ~$0.10 / Comet·hr (est.) | planned |
| Cloud | cloud | Register, get an API key, ship. | per-token + per Comet·sec | planned |
| Hybrid | hybrid | SaaS Planet, your Moon. | per-token (control plane only) | planned |
| Enterprise Cloud | ent-cloud | Multi-tenant SaaS with SSO and SLA. | contact us | planned |
| Enterprise Private | ent-private | On-prem or air-gapped. | annual license | planned |
Where things run
Same binary, six split points. The boundary between "you operate it" and "we operate it" is the only knob.
soyaos start --edition solo
Planet, Moon and Comet collapse into a single process on your machine. No registry, no auth, no network surface — the fastest way to feel SoyaOS.
soyaos start --edition cluster
One Planet you run, Comets you scale. Auth via shared org token, manifest registry on your S3-compatible bucket. The default shape for a startup engineering team.
soyaos start --edition cloud
We run the Planet and the Comets. You hold an API key. Drop in your own BYOK model key at any time and stop paying us for inference — only for compute.
soyaos start --edition hybrid
The orchestration is hosted, the workload stays inside your perimeter. Useful when your data can't leave but you don't want to babysit a control plane.
soyaos start --edition ent-cloud
Dedicated regions, SSO/SAML, SOC 2 controls, signed audit log export. Same kernel as Solo — only the operations are different.
soyaos start --edition ent-private
Ship the same binary into a sealed network. Update via signed offline bundles. Tested against banks and labs where outbound is denied by default.
Start with solo.
Graduate to cluster
when your laptop fan gets loud. Everything else is the same kernel.