<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Anthony Acevedo — Infrastructure & Intelligence]]></title><description><![CDATA[Notes from the intersection of IT infrastructure, web development, and applied AI. I write about macOS device management, automation pipelines, and the frontier]]></description><link>https://anthonyacevedo.hashnode.dev</link><generator>RSS for Node</generator><lastBuildDate>Wed, 23 Sep 2026 06:47:31 GMT</lastBuildDate><atom:link href="https://anthonyacevedo.hashnode.dev/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[Munki in 2026: Dead, Alive, or Just Very Tired?]]></title><description><![CDATA[Every year, like clockwork, someone in a Slack channel somewhere asks "is Munki still a thing?" And every year, the internet answers with roughly the energy of a group chat responding to "still on for]]></description><link>https://anthonyacevedo.hashnode.dev/munki-in-2026-dead-alive-or-just-very-tired</link><guid isPermaLink="true">https://anthonyacevedo.hashnode.dev/munki-in-2026-dead-alive-or-just-very-tired</guid><category><![CDATA[munki]]></category><category><![CDATA[mdm]]></category><category><![CDATA[Msc]]></category><category><![CDATA[software]]></category><category><![CDATA[package manager]]></category><dc:creator><![CDATA[Anthony Acevedo]]></dc:creator><pubDate>Sun, 06 Sep 2026 23:12:12 GMT</pubDate><enclosure url="https://cdn.hashnode.com/uploads/covers/6a9dea34a417db96b9a1a1e2/cf01d82b-68ab-44ad-a415-3f0a4a79fb85.jpg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Every year, like clockwork, someone in a Slack channel somewhere asks "is Munki still a thing?" And every year, the internet answers with roughly the energy of a group chat responding to "still on for brunch?" — three enthusiastic yeses, one long technical essay nobody asked for, and one guy who just wants you to know he doesn't personally use any of this.</p>
<p>I read three fresh takes on Munki so you don't have to. Here's the debrief.</p>
<h3>Exhibit A: The Home Lab Rebel</h3>
<p>Steve Quirke, self-described "Mac Nerd, Motorcyclist, 2cv fan," decided that using SimpleMDM's managed version of Munki was too easy, so he set out to rebuild the whole thing from scratch in a home lab — the sysadmin equivalent of turning off GPS to "really learn the city."</p>
<p>His plan: skip Docker Desktop entirely, because its licensing changes gave him actual professional trauma, and use Colima instead. This also meant finally, grudgingly, installing Homebrew — something he'd apparently been avoiding since his university days like it personally owed him money.</p>
<img src="https://www.storagereview.com/wp-content/uploads/2020/10/4Vincesetup-1024x1024.jpg" alt="Best Home Lab Server Rack at Frederick Saechao blog" style="display:block;margin:0 auto" />

<p>The best part is his very first <code>docker run</code> command immediately failed, because of course it did. Quirke's whole vibe is refreshingly honest about how much of DevOps is improvisation:</p>
<blockquote>
<p>"It's all about knowing enough to be dangerous."</p>
</blockquote>
<p>He eventually got an Nginx container serving files from a folder cheekily renamed from "web" to "munki" — which is basically the tech equivalent of putting a name tag on a rental car and calling it yours. And in true Greg Neagle fashion (the actual creator of Munki), the whole philosophy boils down to one delightfully unglamorous truth:</p>
<blockquote>
<p>"A munki server is just a webserver."</p>
</blockquote>
<p>Somewhere, an entire industry of enterprise MDM vendors is quietly sweating.</p>
<h3>Exhibit B: The Minimalist Who Wants No Part of This</h3>
<p>Then there's Alan Siu, who shows up to the Munki bootstrapping conversation, drops two genuinely useful open-source tools — a signed package and a script for zero-frills Munki bootstrapping — and then, in the most refreshingly unbothered developer move of 2025, essentially shrugs and walks away:</p>
<blockquote>
<p>"I don't use these myself, but I'm hoping you may find one of these two projects helpful"</p>
</blockquote>
<p>That's it. That's the whole post. No dashboard, no "We're setting up your Mac!" progress bar, no swiftDialog theatrics. Just a login window quietly reinstalling things and rebooting until it's satisfied, like a Roomba that occasionally needs to restart the whole house to get under the couch.</p>
<img src="https://www.minimaldesksetups.com/wp-content/uploads/2020/09/Featureimage.jpg" alt="Guides on perfecting your setup - Minimal Desk Setups" style="display:block;margin:0 auto" />

<h3>Exhibit C: The Consultants Who Have Seen Some Things</h3>
<p>Finally, the London-based MSP Stabilise weighed in with the most grown-up take of the three, opening with the tone of someone who has had this exact argument at a client dinner too many times:</p>
<blockquote>
<p>"Munki is not dead, not abandoned, and not obsolete."</p>
</blockquote>
<p>Their headline news: Munki 7 ditched its Python guts entirely and got rewritten in Swift — which is a genuinely wild glow-up for a tool most people associate with cron jobs and hope. But their real point is sharper than "it's still alive": Munki was never trying to be an MDM, so asking "does it beat Jamf" is like asking whether a screwdriver beats a toolbox. It doesn't compete with your MDM — it sits quietly underneath it, doing the unglamorous job of actually getting software onto machines without stepping on itself mid-install.</p>
<p>They also drop the delightfully petty detail that they personally don't run Munki at all, preferring Installomator instead — which feels like showing up to a birthday party for someone else's favorite tool just to explain, calmly, why you have a different favorite tool.</p>
<img src="https://cdn.hashnode.com/uploads/covers/6a9dea34a417db96b9a1a1e2/0cdd6aee-c14b-40cb-b673-4cb2b63bf443.png" alt="" style="display:block;margin:0 auto" />

<p>Put the three side by side and you get a strangely complete picture of open-source software's whole emotional lifecycle:</p>
<ol>
<li><p><strong>The tinkerer</strong> rebuilds it in a home lab for fun, half-fights Docker licensing, and calls it a learning experience.</p>
</li>
<li><p><strong>The pragmatist</strong> ships something genuinely useful, then disclaims all personal attachment to it.</p>
</li>
<li><p><strong>The professionals</strong> show up years later to calmly explain that everyone's been arguing about the wrong question, then quietly recommend a different tool anyway.</p>
</li>
</ol>
<p>Munki, for its part, just keeps installing software at login screens, blissfully unaware it's the subject of three separate personality types' worth of internet content. Long may it reboot.</p>
]]></content:encoded></item></channel></rss>