NanoHUB adapts and unifies NanoMDM, NanoCMD, and KMFDDM into a single MDM server. Intended as a library it includes a reference command-line server as well.
-
Go Reference
Go package documentation for using NanoHUB as a library. -
Operations Guide
A brief overview of configuring and running the NanoHUB reference server.
- Release
.zipfiles containing the project should be attached to every GitHub release.- Release zips are also published for every
mainbranch commit.
- Release zips are also published for every
- A Docker container is built and published to the GHCR.io registry for every release.
docker pull ghcr.io/micromdm/nanohub:latest—docker run ghcr.io/micromdm/nanohub:latest- A Docker container is also published for every
mainbranch commit (and tagged with:main)
- If you have a Go toolchain installed you can checkout the source and simply run
make.