Standard runtime bundle
Starts the full Docker-first MVP runtime with LocalLLM through Ollama, the platform infra layer, the platform core services layer, and the admin console.
This page is the customer-facing handoff for the Docker-first Aegora Runtime bundle. It explains what is in the package, how to start it on Mac and Windows, what memory to plan for, and how to use a lower-memory option without Ollama.
The current handoff stays Docker-first, but customers can choose between the full local AI path and a lower-memory runtime path.
Starts the full Docker-first MVP runtime with LocalLLM through Ollama, the platform infra layer, the platform core services layer, and the admin console.
Starts the runtime without Ollama. If an external provider such as OpenAI, Azure OpenAI, Gemini, Claude, Cohere, or another compatible endpoint is configured, ai-assist stays available; otherwise the governed runtime and admin console still come up with reduced AI-assisted features.
These are practical sizing guidelines for local testing and customer trials. Full local AI mode needs materially more memory than the lower-memory runtime path.
Recommended for laptops with limited memory. Plan for roughly 12 GB to 16 GB available to Docker. With an external provider configured, core AI-assisted runtime features can stay available without local model hosting.
Recommended for customers who want the out-of-box local AI experience. Plan for roughly 20 GB to 24 GB available to Docker, especially after local models are pulled.
For smoother local trials and demos, 32 GB system memory is the comfortable target for the full runtime with local models.
The bundle is designed so customers can start the runtime without building from source or learning the service graph first.
Preloaded Docker images, compose assets, startup and stop scripts, verification scripts, admin console sources, and the MVP runtime README.
For the default MVP path, most customers can start first and configure later. For external model providers or production-like integrations, update the included environment file before startup.
It brings up Platform Infra Services, Platform Core Services, and the Admin Console together. Customers do not need to start PostgreSQL, Kafka, Temporal, or the UI individually.
Use the lower-memory mode when the machine cannot comfortably host local models, or when the customer plans to connect OpenAI, Azure OpenAI, Anthropic, Gemini, Cohere, or another external provider instead.
If the bundle .env file or shell environment includes supported external provider credentials, the lower-memory launcher starts ai-assist without Ollama and enables external fallback automatically.
Use these steps on macOS. Docker Desktop is the expected customer runtime for the current MVP package.
./load-runtime-images.sh
./run-mvp-minimal.sh./load-runtime-images.sh
./run-mvp-minimal.sh --without-ollamaUse these steps on Windows PowerShell. Docker Desktop is the expected customer runtime for the current MVP package.
.\load-runtime-images.ps1
.\run-mvp-minimal.ps1.\load-runtime-images.ps1
.\run-mvp-minimal.ps1 -WithoutOllamaCustomers can do a lightweight runtime check first, then run the deeper MVP proof when they are ready.
Run the included lightweight runtime verifier after startup to confirm the main services and console routes are reachable.
Run the deeper four-scenario MVP verifier when you want to prove the guided governed operating-path journey end to end.
./verify-runtime-deployment.sh
./verify-four-scenarios.sh.\verify-runtime-deployment.ps1
.\verify-four-scenarios.ps1Use the full bundle when local AI is part of the trial, or use the lower-memory runtime option when the machine cannot host Ollama comfortably.