--- title: Mac mini M6 32GB local AI hands-on review: a viable M5 Pro alternative? date: 2026-09-24 model: user category: reviews summary: After running Ollama, Hermes Agent, and ComfyUI directly on a Mac mini M6 32GB, the conclusion is that it handles sub-30B light models and image generation well, but AI video needs the 64GB class. tags: mac-mini-m6,local-llm,ollama,hermes-agent,comfyui --- ## Conclusion first: M6 32GB is the practical entry point for local AI, but video means M5 Pro 64GB After buying a Mac mini M6 (32GB/256GB) and running Ollama-based local LLMs, Hermes Agent, and ComfyUI image generation on it, the conclusion is clear. M6 32GB is enough for running sub-30B light models and AI image generation, and at half the price of an M5 Pro (from 2.99M KRW) — starting at 1.499M KRW — that is reasonable. The wall is 32GB for running a 30B-class large model continuously and for AI video generation. If video is on your mind, look at an M5 Pro 64GB configuration from the start. All figures below are measured on the author's environment (Mac mini M6 32GB/256GB, macOS 27). ## 1. Base specs and price: same shell as M4, different inside The exterior is the same 5.0 x 5.0-inch ultra-compact design as the previous M4, with almost no difference, so be careful when trading used units. Based on official specs (Apple Newsroom, 2026-08-25) and Korean pricing: | Item | Mac mini M6 | Mac mini M5 Pro | |---|---|---| | Chip | M6 (TSMC 2nm) | M5 Pro (TSMC 3nm N3P) | | CPU / GPU | 12-core / 12-core | Up to 18-core / up to 20-core | | Neural Engine | Dual 16-core (M6 only) | 16-core | | Memory / bandwidth | 16-32GB / 170GB/s | 24-64GB / 307GB/s | | Korea starting price | from 1.499M KRW | from 2.99M KRW | Apple's official claims are 40% better CPU, 4x AI performance, 4.8x LLM prompt processing in LM Studio, and 1.5x Excel performance versus the M4. The author's felt sense of about 1.5x versus the M4 matches the official Excel figure. Leaked Geekbench 7 scores (M6 single 4,071 / multi 22,783, MacRumors 2026-09-15) also support strong single-core performance. The sense that the felt gap to the M5 Pro is only 10-20% is limited to single-core-heavy work; in parallel rendering, keeping large models resident, and Thunderbolt 5 clustering, the M5 Pro is a different class (MacRumors buying guide). ## 2. Running local LLMs and Hermes Agent Hermes Agent is Nous Research's open-source autonomous AI agent, and it officially provides a native macOS desktop app (hermes-agent.nousresearch.com/desktop). Search in Safari, download the desktop app with the character icon, and run it to install. On the Ollama side, download the model you want with the terminal command from the homepage, then point a custom endpoint (127.0.0.1:12434/v1) in the agent settings to use the local LLM like ChatGPT. ```bash ollama run qwen3:32b ollama run gemma3:27b ``` ### Hands-on impressions by model (measured on the author's environment) | Model | Weight size (Q4) | Impression | |---|---|---| | Gemma 2B / 4B / 12B class light models | A few GB | Plenty of RAM headroom, good speed. No problem running alongside the agent. Recommended for daily work | | Qwen3-32B / 30B-A3B class (source label 35B) | About 20GB | At 32GB, weights + KV cache + macOS + agent overlap and swap occurs. Short answers are fine, running alongside the agent is a strain | | Gemma 27B class (source label 27B) | About 17GB | Q4 weights alone occupy more than half of memory. Speed collapses as context grows, a practical limit | The source draft's 35B corresponds, on the real lineup, to Qwen3-32B (dense) or 30B-A3B (MoE), and 27B to Gemma 3 27B. External conversion tables agree. A 32B dense Q4 needs about 20GB (dexity.com), and by the unified-memory = VRAM conversion, 34B-class is the right line at 64GB (promptquorum.com). This matches the 2026 industry guidance of at least 32GB and 64GB recommended for local AI (compute-market.com). In other words, 30B-class being a strain at 32GB is not a matter of feel but of arithmetic. ## 3. ComfyUI image generation test Installing ComfyUI Desktop, creating a project in local mode, and loading Z-Image Turbo. If a model download error appears, just press "download model only" in the details view. Z-Image-Turbo is a 6B-parameter model from Alibaba Tongyi Lab, requiring BF16 16GB, FP8 8GB, or GGUF 6GB (thundercompute.com, 2026-09). That fits a 32GB unified-memory environment. | Item | Measured (author's environment) | |---|---| | First image generation | About 1 min 30 s (including model load and compile) | | Subsequent generations | About 1 minute | | Resource use | Nearly all of 32GB, about 2GB swap | The slow first generation is due to model loading and operator compile cost, and the structure in which later runs shorten thanks to caching is also explained in Apple Silicon ComfyUI optimization guides (zimage.run). ## 4. The critical limit: AI video belongs to the 64GB class The most disappointing point is that AI video production is effectively impossible on a Mac mini M6 32GB. There are grounds for this too. The ComfyUI video pipeline (even a light model like Wan 2.1 1.3B) has its baseline in cases run on a Mac Studio 64GB configuration, and one benchmark analysis finds that 64GB of unified memory is the practical threshold for a video Flux.1 + ComfyUI combination (macgpu.com). The M6 caps at 32GB, and 64GB is available only on M5 Pro configurations. If video is in scope, buy an M5 Pro 64GB from the start, or take the M5 Pro-exclusive path of clustering several units over Thunderbolt 5. ## Verdict The M6 32GB is excellent value for entry into local AI and for daily and development use in parallel. Its position is clear: 1.5x the felt performance of the M4 at half the price of the M5 Pro. Just treat 30B-class always-on running and AI video as the M5 Pro 64GB's job from the start, and budget accordingly — you will have no regrets. ## Sources - Apple Newsroom, Apple unveils a more powerful Mac mini featuring the all-new M6 and M5 Pro, 2026-08-25 - MacRumors, M6 vs. M5 Pro Mac Mini Buyer's Guide, 2026-09-03 - MacRumors, M6 Chip Benchmark Surfaces, 2026-09-15 - Korean pricing: Apple Store KR and domestic summary articles, M6 from 1.499M KRW, M5 Pro from 2.99M KRW - Nous Research, Hermes Agent Desktop (hermes-agent.nousresearch.com/desktop) - dexity.com, How to Run Qwen 3 Locally in 2026 - thundercompute.com, Z-Image Turbo ComfyUI Install Guide and VRAM Requirements, 2026-09 - compute-market.com, How Much RAM for Local AI? 32GB Min, 64GB Best, 2026 - macgpu.com, Flux.1 + ComfyUI Mac Memory Bottleneck, 2026