TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: MicroMDM – Open Source MDM Server for Apple Devices

146 pointsby zalmoxesover 6 years ago

5 comments

zalmoxesover 6 years ago
Hi, I&#x27;m the author(along with several other developers). MicroMDM is used in some enterprise environments and was recently mentioned in a number of security presentations regarding Apple&#x27;s MDM and Device Enrollment Program services.<p><a href="https:&#x2F;&#x2F;duo.com&#x2F;labs&#x2F;research&#x2F;mdm-me-maybe" rel="nofollow">https:&#x2F;&#x2F;duo.com&#x2F;labs&#x2F;research&#x2F;mdm-me-maybe</a> <a href="https:&#x2F;&#x2F;i.blackhat.com&#x2F;us-18&#x2F;Thu-August-9&#x2F;us-18-Endahl-A-Deep-Dive-Into-macOS-MDM-And-How-It-Can-Be-Compromised-wp.pdf" rel="nofollow">https:&#x2F;&#x2F;i.blackhat.com&#x2F;us-18&#x2F;Thu-August-9&#x2F;us-18-Endahl-A-Dee...</a>
评论 #18116899 未加载
评论 #18117997 未加载
tootieover 6 years ago
This seems like the kind of thing Apple should be offering on their own already. But ultimately you&#x27;re not going to see many enterprises adopt an Apple-only MDM unless they just love vendor lock-in to the most expensive vendor.<p>Negativity aside, I applaud the effort. The MDM space is messy and crowded with bloated products. I hope these guys can at the very least pop the bubble a bit.
评论 #18116481 未加载
评论 #18115963 未加载
urdaover 6 years ago
I&#x27;m curious do any HN readers manage their personal devices through MDM with their own profiles, and what benefits are you seeing from that?
评论 #18116941 未加载
评论 #18116521 未加载
评论 #18116815 未加载
评论 #18115709 未加载
评论 #18118165 未加载
评论 #18115703 未加载
评论 #18117146 未加载
评论 #18117157 未加载
评论 #18130022 未加载
评论 #18115968 未加载
markovbotover 6 years ago
what other open source MDM software is out there that aren&#x27;t Apple-only? Specifically I&#x27;d like to manage Android phones and maybe Linux laptops (but I doubt I&#x27;ll find that)
评论 #18117709 未加载
pharaohgeekover 6 years ago
Reading through Apple&#x27;s MDM protocol documentation and coding up one yourself is a great learning exercise. I had an idea for a niche MDM product and coded up a proof of concept. Eventually I realized the idea wasn&#x27;t profitable, but still got a lot of value out of the development exercise. I even rewrote it from Java into a couple of different languages (Kotlin, Swift, Go...) to learn a bit more. It&#x27;s a sufficiently difficult service to implement that you learn quite a bit along the way, but not so difficult that you don&#x27;t see any progress as you go.