Deployment
Run SprintOS your way.
One bundle format. Two execution surfaces. Migrate between them without changing your stack definition.
Most popular for orgs
Cloud Appliance
Self-hosted
License
Deployable VM images for AWS, Azure, GCP. Runs entirely in your VPC with org SSO.
Talk to salesManaged SaaS
Hosted
Usage-based
Multi-tenant cloud with web dashboard, AI stack builder, and collaborative bundles.
Get Early AccessCompare
| Cloud Appliance | Managed SaaS | |
|---|---|---|
| Runtime | VM in your cloud | Multi-tenant SaaS |
| Hosting | AWS · Azure · GCP marketplace | AitheronLabs cloud |
| Web dashboard | Optional | Included |
| AI stack builder | Included | Included + collaborative |
| Multi-user / RBAC | ✓ | ✓ |
| SSO / SAML | ✓ | ✓ |
| Air-gapped support | ✓ | — |
| Pricing | Annual license | Usage-based |
deploy — cloud appliance
$sprintos bundle --output ./orders-platform.bundle
→ emit bundle (sha: a91f…c2e0)
$aws s3 cp ./orders-platform.bundle s3://acme-sprintos-bucket/
$sprintos deploy --target aws --bundle s3://acme-sprintos-bucket/orders-platform.bundle
✓ validate AMI
✓ provision EC2 (c6i.2xlarge)
✓ inject org SSO cert
✓ stack ready — vpc-0a1b… / 10.0.4.0/24
deploy — managed saas
$sprintos login --org acme --token $SPRINTOS_TOKEN
→ authenticated as acme/platform-team
$sprintos push --bundle ./orders-platform.bundle --env production-like
✓ upload bundle
✓ allocate namespace
✓ provision stack
✓ ready — https://acme.sprintos.dev/stacks/orders-platform
$sprintos status --env production-like
NAME STATUS URL
orders-db healthy postgres://…
events healthy kafka://…
payments healthy https://…/v1
Not sure which fits?
Start with a Cloud Appliance trial. Promote the same bundles to managed SaaS when you're ready.
