Self-Hosted Edition — Free forever

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.

Quick start:docker pull ghcr.io/munera/munera-backend:latest&&docker compose up -d

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.

All core AI assignment features
Unlimited engineers & projects
GitHub, Jira, Linear, Slack integrations
SAML SSO (Okta, Azure AD, Google, OneLogin)
Advanced RBAC & custom roles
Comprehensive audit logging
Two-factor authentication (TOTP)
Predictive analytics & burnout detection
Kanban, Gantt & calendar views
Sprint management & burndown charts
Custom reports & CSV / Excel / PDF exports
Web Push notifications
REST API with API key auth
Prometheus metrics endpoint
Docker Compose & Kubernetes manifests

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 sizeCPURAMDisk
Up to ~20 users2 cores4 GB40 GB SSD
Up to ~100 users4 cores8 GB100 GB SSD
100+ users8+ cores16+ GB200 GB SSD + external DB

Deployment options

Choose the topology that fits your scale and ops capability.

Recommended for most teams

Single server

All services run on one host via Docker Compose. Simplest to manage. Suitable for teams up to ~100 engineers.

  1. 1Install Docker
  2. 2Configure .env
  3. 3docker compose up -d
  4. 4Run migrations
For 100+ engineers

High availability

Backend and Celery workers scale horizontally. External managed PostgreSQL (RDS/Cloud SQL) and Redis (ElastiCache/Memorystore) for durability.

  1. 1Managed DB + Redis
  2. 2Multiple backend replicas
  3. 3Load balancer (Nginx/ALB)
  4. 4Shared storage for exports
GitOps-friendly

Kubernetes

Official Helm chart available. Supports HPA for backend and workers. ConfigMaps for environment, Secrets for credentials.

  1. 1helm repo add munera
  2. 2Configure values.yaml
  3. 3helm install munera munera/munera
  4. 4kubectl rollout status

Ready to deploy?

Follow the step-by-step guide and be up in under 10 minutes.