🚀
Built with Swift
Leverages Swift's performance and safety for both Control Plane (Vapor) and Agent components
Fast, secure, and easy to deploy private cloud built with Swift
# Start local Kubernetes cluster
minikube start --memory=4096 --cpus=2
# Build Helm dependencies
cd helm/strato && helm dependency build
# Start development environment
cd ../.. && skaffold devStrato uses a distributed Control Plane and Agent architecture:
| Feature | Linux | macOS |
|---|---|---|
| VM Management | ✅ Full | ✅ Full |
| Hardware Acceleration | ✅ KVM | ✅ HVF |
| Networking | ✅ OVN/OVS | ⚠️ User-mode |
| Production Ready | ✅ Yes | ⚠️ Dev/Test |