Introduction
What problem does Gumball solve?
Section titled “What problem does Gumball solve?”| Traditional pain | Gumball |
|---|---|
| Monthly cloud bills | Run on your own hardware |
| Handing data to third parties | Local-first by default |
| Complex setup | One manifest to define an app |
30-second architecture
Section titled “30-second architecture”Your machine└── Gumball Runtime ├── Coordinator ... scheduler + API └── Engine ...... container executionWhat is a Capsule?
Section titled “What is a Capsule?”A Capsule is an application package that runs on Gumball.
- Docker image + metadata (
capsule.toml) - Install from a store and run with one click
- Resource limits and network controls are applied automatically