Manage your entire device fleet — Mac, iPhone, Windows, Linux, Android, ChromeOS — from a single self-hosted console. Built in the open. Owned by you.
docker run -d -p 4000:4000 ghcr.io/mymdm/mymdm:latest
Requires Docker. Full compose file and Helm chart in the repository.
Every platform. One console.
The open-source core includes the full policy engine, all six platform agents, enrollment, app management, identity federation, and a complete web console. No feature gating.
Apple DDM + classic MDM, Android Management API, Windows OMA-DM, Linux agent, ChromeOS enrollment. SCEP, APNs lifecycle, ABM/ASM zero-touch, Android Zero-Touch, Windows Autopilot — all included.
Passcode, Wi-Fi, VPN, restrictions, OS updates, compliance rules, MTD integration, geofencing, and workflow automation.
VPP/ABM managed apps, Google Play managed configs, enterprise app catalog, AppConfig.org, and automated third-party patching for 100+ titles.
LDAP/AD sync, SAML 2.0, OIDC, SCIM 2.0 provisioning. JIT provisioning. Full RBAC with role mapping from your IdP.
React SPA with real-time device state, policy management, app deployment, compliance dashboard, and SIEM-compatible audit logs.
gRPC plugin SDK lets you extend myMDM with custom integrations, policy enforcers, and data connectors — all without forking the core. Build once, distribute to the community.
myMDM runs anywhere Docker runs. A single container for small teams, a Helm chart for production clusters. No call-home, no telemetry you didn't consent to, no dependency on our infrastructure.
docker run -d \
-p 4000:4000 \
-e DATABASE_URL=postgres://... \
-e MYMDM_SECRET=changeme \
-v mymdm-data:/data \
ghcr.io/mymdm/mymdm:latest
myMDM is developed entirely in the open under AGPL-3.0. Every issue, PR, and design decision happens on GitHub. Come build the MDM the world deserves.
Source code, issues, roadmap, and pull requests. Star the repo to follow along.
github.com/mymdm/mymdm →Ask questions, share deployments, propose features, and connect with other myMDM users.
GitHub Discussions →Good first issues tagged. Go + TypeScript stack. Plugin SDK lets you contribute without touching the core.
Contributing guide →The full MDM core is free and open-source forever. If you want a fully managed cloud service with AI automation, DEX analytics, MSP multi-tenancy, and enterprise support, that's getmymdm.com.
Clone the repo, spin up the container, and enroll your first device in minutes. AGPL-3.0 — fork it, ship it, make it yours.