shipwithmuse

№ 0338GitHub

Muse Glimmer 30B MLX benchmark harness

A reproducible Apple Silicon harness that runs six fixed quality tasks against MLX quantizations of Muse Glimmer 30B and records scores, tokens per second, peak memory and load time.

Muse Glimmer 30B MLX benchmark harness on github.com
tanishq-dubey/macos-muse-sparkREADME ↗
# Muse Glimmer 30B MLX benchmark

A reproducible Apple Silicon benchmark harness for Meta's [Muse Glimmer 30B](https://huggingface.co/meta-models/Muse-Glimmer-30B), ported from the Laguna S 2.1 harness. It runs the same six fixed quality tasks against MLX quantizations and records task scores, token throughput, peak MLX memory, load time, package versions, model revision, and machine metadata.

The harness loads Muse Glimmer through **mlx-lm's custom-architecture path**: the model ships a reviewed `muse_glimmer_mlx.py` loader (the same file the SGLang MLX backend maintains), loaded in-process. No server is required.

This work is sponsored by [DWS LLC](https://dws.rip).

![Muse Glimmer published benchmarks and local Apple Silicon performance](charts/muse-glimmer-results.svg)

The left panel reproduces Muse Glimmer's published benchmark scores from Meta's model card. The right panels show locally measured in-process MLX decode throughput versus Meta's published M5 Max speeds with and without DFlash speculative decoding. Regenerate the SVG with:

```bash
uv run --frozen muse-bench chart
```

## Results at a glance

Measured on a 128 GB Apple M5 Max (macOS 27.0, Python 3.13, MLX 0.32.0, MLX-LM 0.31.3) at `--reasoning-strength low`. Every tested quantization passed all 38 assertions; the table ranks by speed and memory.

| Quant | Runtime | Profile decode tok/s | Peak GB |
|---|---:|---:|---:|
| `unsloth/Muse-Glimmer-30B-GGUF:UD-Q2_K_XL` | llama.cpp | **29.95** | **12.1** |
| `RadixArk/Muse-Glimmer-q4-MLX` | mlx-lm | 27.33 | 16.4 |
| `meta-models/Muse-Glimmer-30B-GGUF` kquant-17gb | llama.cpp | 26.32 | 16.1 |
| `RadixArk/Muse-Glimmer-q4km-gs128-MLX` | mlx-lm | 23.27 | 19.0 |
| `meta-models/Muse-Glimmer-30B-GGUF` kquant-dynamic | llama.cpp | 21.38 | 18.8 |
| `RadixArk/Muse-Glimmer-q4k-dynamic-MLX` | mlx-lm | 19.77 | 22.4 |

All six decode rates are close to Meta's published M5 Max baseline (26.6 tok/s, ExecuTorch); Meta's 50.2 tok/s with DFlash speculation needs a drafter-enabled runtime, which none of these bundles expose yet.

Reasoning-strength comparison on the q4 MLX build: **low/medium/high all score 1.000 (38/38)**; high reasoning roughly triples agentic wall time. Details in [BENCHMARK_RESULTS.md](BENCHMARK_RESULTS.md).

## Clone and run

```bash
git clone git@github.com:tanishq-dubey/macos-muse-spark.git muse-bench
cd muse-bench
uv sync --extra dev --pyt

Also filed under Benchmarks & research

See all →
  1. 0590

    Meta's OpenCode token share hits 45%★

    $META just went from 3.5% to 45.4% token share on OpenCode in just over two weeks Muse Spark 1.3 being good + free is enough to become the default for most users Default gets you usage → usage gets you data → data makes the next model better Anthropic and OpenAI can’t afford

    @thetomcollins

    X post

    Benchmarks & research

  2. 0107

    How Meta built safety into Muse★

    Meta's engineering write-up on Muse security: isolated VMs, a separate Sentinel permission authority, credential surrogation and layered prompt-injection defenses, with bug bounties up to $300,000.

    research.meta.ai

    Resource

    Benchmarks & research

  3. 0101

    Muse Spark 1.3 tutorial: testing Meta's efficiency claims★

    DataCamp's Josep Ferrer ran Muse Spark 1.3 on three real coding tasks. Two used 23–32% fewer completion tokens, but a refactor used 70% more, for a net 12% cost increase.

    datacamp.com

    Resource

    Benchmarks & research

  4. 1067

    Muse Voice Transcribe tested on clinical diarization

    Compared diarization models on 15 mock doctor-patient consultations (~2.4 h): Meta Muse Voice Transcribe scored 13.04% DER at ~92 s per request via API, behind Pyannote (2.89%) and Nemotron 3 (4.80%).

    u/MajesticAd2862

    Reddit post

    Benchmarks & research

More GitHub

See all →
  1. 1074

    Ziggy, a 24/7 voice assistant on Muse Spark

    An always-on laptop voice companion: local Porcupine wake word, local Whisper speech-to-text in Hindi and English, Muse Spark via the Meta Model API as the brain, offline TTS and local conversation memory.

    @TanayYadavDev

    GitHub

    Agents & automation

  2. 1066

    Muse remote-control bridge for Intel Macs

    Since Muse for Mac ships only for Apple silicon, this small service lets Muse's cloud VM screenshot, click and type on an Intel Mac, compressing each 5K frame to about 150 KB and handling Retina coordinate scaling.

    @LilMuh

    GitHub

    Errands & personal agent

  3. 0995

    BitNet Gateway: cheap CPU triage, Muse Spark decides

    A hybrid FastAPI gateway where a 1-bit BitNet layer on CPU filters routine traffic and Muse Spark 1.3 is called only for sales, urgency, money or low-confidence cases; the author estimates the local filter handles about 60-70% of volume.

    @rafaelnovaes22

    GitHub

    Agents & automation

  4. 0992

    Uber for Muse connector

    An Express-based Muse connector that books Uber rides from natural language, with routes for fare estimates and ride requests, connector auth middleware and a privacy page.

    @AshutoshKD

    GitHub

    Connectors & MCP

Curator picks

  1. 1046

    Medical bills audited line by line, $4,000 saved★

    Got Muse logged in to my medical provider’s portal, he pulled the itemized bills, and questioned every line. So far he’s found several times I’d been double billed, asked for some discounts and has saved me over $4,000. If your moat is bureaucracy, you’re cooked.

    @Ryan_Holdaway

    X post

    Errands & personal agent

  2. 1013

    Shop Pay agentic checkout on every Shopify store★

    We are excited to announce we are partnering deeply with Muse to enable agentic checkout with Shop Pay on all Shopify stores, offering people an easy and delightful way to shop and check out with Muse.

    @tobi

    X post

    Business & commerce

  3. 1009

    Private e-book library app from Google Drive★

    Muse built me a private library for the e-books and articles in my Google Drive. Everything is organized by topic, and each section opens onto its own subcategorized shelves. Each book opens like a real book and is readable in-app

    @chiasmus_cap

    X post

    Apps & websites

  4. 1007

    Plumbing company run by a Muse agent★

    I still can’t believe I can run my plumbing company with an agent so easily. I send this message to my Muse agent while in bed at 6am. And it: updates my job board, texts customer, updates office manager who arrives at 8am in slack Notifies technician

    @HouseHackerJon

    X post

    Agents & automation