Local installation

July 30, 2026 · View on GitHub

agyn local runs the entire platform in a virtual machine on your own machine — control plane, OpenZiti overlay, database, object storage, and a runner that executes agents. One command, nothing to wire together.

Use it for development, demos, and evaluation. For a real deployment see Production installation.

agyn local start

That downloads the platform image, boots the VM, and records a profile so every other agyn command works against it.

What you get

A single VM running the same components a production install deploys, sized for a laptop. Because it is one image, there is no phased install and no provisioning step between charts — the image ships with the overlay already authorized and a runner already enrolled.

LocalProduction
InstallOne commandTwo charts and a provisioning step between them
Runs onA VM on your machineYour Kubernetes cluster
DependenciesBundledBundled or your own
Ingresshttps://*.agyn.dev:2496Your domain and certificates
Lifecycleagyn local start / stop / deleteHelm upgrades

Pages

  • Prerequisites — what the VM needs from your machine.
  • Install — starting, configuring, and trusting the CA.
  • Manage — status, upgrades, reset, and removal.