Your infrastructure.
Your data. Your rules.
Deploy the full Munera platform on any Linux server in minutes. No usage limits, no phoning home, no per-seat fees — ever. Everything in the cloud edition, self-managed.
Why self-host?
The right choice for teams with strict data residency requirements, air-gapped networks, or those who simply prefer to own their stack.
Complete data sovereignty
Your task data, engineer profiles, and AI analysis never leave your infrastructure. Ideal for regulated industries and air-gapped environments.
No vendor lock-in
Munera is fully open-source. Export your data at any time in standard formats. Migrate to cloud or back to self-hosted whenever you choose.
Deploy anywhere
Runs on any Linux host with Docker. On-premises servers, private cloud VMs, AWS, GCP, Azure, Hetzner — if Docker runs there, Munera runs there.
Your database, your rules
Bring your own PostgreSQL instance or use the bundled container. Point Munera at an existing RDS or Cloud SQL instance with one environment variable.
Everything included. No paywalls.
The self-hosted edition is feature-complete. No features are reserved for paid tiers.
System requirements
Requires Docker 24.0+ and Docker Compose v2.20+. Ports 80 and 443 must be reachable; all other service ports stay internal.
| Team size | CPU | RAM | Disk |
|---|---|---|---|
| Up to ~20 users | 2 cores | 4 GB | 40 GB SSD |
| Up to ~100 users | 4 cores | 8 GB | 100 GB SSD |
| 100+ users | 8+ cores | 16+ GB | 200 GB SSD + external DB |
Deployment options
Choose the topology that fits your scale and ops capability.
Single server
All services run on one host via Docker Compose. Simplest to manage. Suitable for teams up to ~100 engineers.
- 1Install Docker
- 2Configure .env
- 3docker compose up -d
- 4Run migrations
High availability
Backend and Celery workers scale horizontally. External managed PostgreSQL (RDS/Cloud SQL) and Redis (ElastiCache/Memorystore) for durability.
- 1Managed DB + Redis
- 2Multiple backend replicas
- 3Load balancer (Nginx/ALB)
- 4Shared storage for exports
Kubernetes
Official Helm chart available. Supports HPA for backend and workers. ConfigMaps for environment, Secrets for credentials.
- 1helm repo add munera
- 2Configure values.yaml
- 3helm install munera munera/munera
- 4kubectl rollout status
Ready to deploy?
Follow the step-by-step guide and be up in under 10 minutes.