Every couple of weeks a new instruction-tuned model hits Hugging Face, and within hours the GGUF community has six variants up for llama.cpp users on Linux and Windows. The MLX community — the people running on M-series Macs — usually has to wait days or weeks, sometimes never.
I publish a few MLX quantizations a month under huggingface.co/divinetribe to close that gap. Two of mine have crossed 1,000 downloads in the last 30 days. The latest, Hermes-4-14B-abliterated-4bit-mlx, shipped today.
The downloads tell me something I already suspected: there is real, sustained demand for capable models that run entirely on Apple Silicon. And I think the most interesting buyers are not who you'd guess.
The hobbyist case is easy
Mac developers want models that "just work" on their hardware. MLX uses Apple's unified memory and Metal Performance Shaders. When a model lands in MLX format, inference goes from "this works through a compatibility shim" to "this is what the hardware was built for." Tokens-per-second jumps. Battery drain falls. The fan stays quiet.
That's fine. That's the easy demand to serve. Hobbyists, indie developers, students with M1 MacBook Airs. The downloads come in steady, and the audience expands a little every quarter.
The interesting case is law firms
Here's the part nobody talks about.
If you're a partner at a law firm handling NDAs, M&A docs, IP filings, sealed depositions — anything privileged — sending that content to OpenAI, Anthropic, or Google for "AI summarization" is, depending on your jurisdiction, somewhere between professionally negligent and outright disqualifying. The terms-of-service for every major cloud LLM provider explicitly retain the right to log your prompts. Many train on them. The opt-outs are partial at best and legally untested at worst.
So firms either:
- Pretend AI doesn't exist (most do, currently)
- Run an on-prem private cloud (six-figure setup, IT-heavy, hardware refresh every 18 months)
- Use one of the "enterprise-grade" SaaS LLM wrappers that promises not to log (the promise is contractual, not technical)
Or — and this is the option that almost nobody is talking about — you put a MacBook Pro on the partner's desk, install a local LLM, point a chat client at localhost:8080, and the document never leaves the machine. Network-disconnect the laptop entirely during sensitive work, and you have a literal air gap. The prompt and the response live on a single piece of silicon owned by the firm.
That's not theoretical. I've built that exact stack — it's the AirGap AI consulting practice. The 14-day pilot ships claude-code-local (the on-device Claude Code replacement, currently 2,664 stars on GitHub) onto a firm-owned MacBook, with verified network audits proving nothing leaks. The models that run inside it are exactly the ones I publish on Hugging Face — Gemma 4 31B for everyday work, Llama 3.3 70B for harder reasoning, and now Hermes 4 14B for instruction-following without refusal noise.
The legal sector is the obvious first market, but the same pitch works for any field where confidentiality has teeth: medical records, due diligence, journalism source protection, internal investigations, M&A under embargo, defense contracting. Anywhere "your prompt cached on someone else's server" is a deal-breaker, an on-device MLX model is the answer.
Why open weights specifically
A cloud LLM is a black box. You send a prompt, the answer comes back, you trust that the provider isn't reading or training on it. The trust is enforced by a terms-of-service document and a privacy policy. If those change, your only recourse is to stop using the service. The content you already sent is, presumably, gone — but you have no way to verify.
Open weights flip that around. The model file lives on the firm's hardware. The firm's IT team can inspect every byte. Network monitoring tools can confirm that no inference traffic leaves the building. The model is auditable in a way no SaaS API will ever be. If the underlying open-weight model gets pulled from Hugging Face tomorrow, the firm's copy keeps working forever.
That permanence — the fact that today's open model is also next decade's open model, as long as someone keeps a copy — is the part of the pitch that I think clinches it for compliance officers. You can't subpoena Anthropic for a prompt you ran on your own MacBook in 2026.
What you can do with this
If you're a developer with a Mac, grab Hermes-4-14B-abliterated-4bit-mlx and try it. It's ~8 GB, runs on a 16 GB Mac, and the install is pip install mlx-lm plus three lines of Python. The model card has the recipe.
If you're a partner, IT director, or in-house counsel at a firm that handles privileged content, the AirGap AI pilot is the fastest path from "we're worried about AI confidentiality" to "we have a verified on-device setup." Two weeks, fixed scope, network audit included.
If you're a researcher or quant who wants the next model on Apple Silicon before anyone else has it, follow divinetribe on Hugging Face. The release cadence is irregular but the targets are deliberate — I publish what I'd actually want to use.
What this is not
I'm not anti-cloud. The frontier models from Anthropic and OpenAI are genuinely better at the hardest reasoning tasks, and for non-confidential work the cloud is the right default. I use Claude every day for my own coding.
I'm also not promising that local-first is free. There's a real cost to running serious local inference: hardware, electricity, the time to keep the stack updated. For most workflows the cloud is cheaper.
But for the cases where confidentiality is non-negotiable — and there are more of those than the AI industry currently admits — local-first is the only honest answer. Open weights, Apple Silicon, MLX. That's the stack. I'll keep publishing pieces of it on Hugging Face for as long as the downloads tell me people are using them.
Links
- The new model: Hermes-4-14B-abliterated-4bit-mlx
- All MLX models I maintain: huggingface.co/divinetribe
- Showcase + cross-links: nicedreamzwholesale.com/software/huggingface/
- On-device Claude Code: github.com/nicedreamzapp/claude-code-local
- The consulting pilot: AirGap AI
14-day on-device AI pilot for law firms, medical orgs, and any team where privileged content can't leave the machine — see AirGap AI.
Top comments (0)