Single node, bare metal.
Drop the binary on any Linux VM. One process, one config file, one port. Smallest possible install for a side-by-side evaluation.
- Run the install script
- Edit one config file
- Open the admin
Deployment
Same Nemofy, every target. Boot a single container on a laptop, a Compose stack on a VM, or a Helm chart on a managed cluster. Pick your infra; the config schema is the same.
Pick your infra
Nemofy ships the same artefacts to all of them. The team that runs your apps already runs at least one of these. Pick the one that matches.
Single node, bare metal.
Drop the binary on any Linux VM. One process, one config file, one port. Smallest possible install for a side-by-side evaluation.
One container, local in seconds.
A single image. Run it locally to try it, run it on a host to ship it. No supporting services, no orchestrator, no surprises.
Compose stack, one command.
A turnkey stack for a pilot on a single VM. Health, audit, and admin all up in one `docker compose up`. Same configuration surface as Helm.
Chart, declarative.
A Helm chart with sensible defaults and a values file you can put in git. GitOps-ready out of the box; rolls out the same way every other workload in your cluster does.
HA, multi-zone, production.
Run as a workload in your existing cluster. Scales horizontally, plugs into your ingress, your metrics stack, your identity. The shape your platform team already operates.
Same artefacts, every target