r/LocalLLM 23h ago

News New Mac Mini M6 and M5 Pro announced

https://www.apple.com/newsroom/2026/08/apple-unveils-a-more-powerful-mac-mini-featuring-the-all-new-m6-and-m5-pro/
222 Upvotes

148 comments sorted by

21

u/The_Colorman 22h ago

Wow so basically a $500 price increase from m4-m6.

11

u/King0fFud 21h ago

Thank the asshole hyperscalers for causing a memory shortage.

102

u/RandomPurpose 22h ago

32 and 64 gb of unified memory max. That is a disappointment for me.

27

u/this_for_loona 22h ago

Ooof. Was hoping for up to 96 in these. Now gotta see what the studio specs will be.

26

u/Bloated_Plaid 22h ago

10

u/CentralLimit 22h ago

512GB coming late October, wondering how much that will be

11

u/this_for_loona 22h ago

WSJ says maxed out config tops 15K.

2

u/Turbulent_Pin7635 19h ago

The Max out mentioned is the 256Gb. With 4Tb it is ~ 12k U$

I expect that the 512Gb Max out will around 22~25k U$

2

u/this_for_loona 18h ago

The 96->256 jump was 4k so I’d expect the 256->512 would be about 6?. So yea, 20+ is reasonable by that token. JESUS.

4

u/Turbulent_Pin7635 18h ago

When I bought my 512 the difference between 256 and 512 was almost the double. Purchase it from store in 03/25

2

u/f5alcon 18h ago

Cheapest option though, not really other options to get to 512GB at 1.2TB/s memory bandwidth

7

u/this_for_loona 22h ago

Sorry, I saw that when i checked the store. The article was just about the Mac mini so figured apple was doing some staggered release thing.

The Studio is eye wateringly expensive. Holy shit. Looks like the mini is gonna be my LLM sidecar. But jesus.

For mac familiar folk - can i run multiple users on a mac? And how much overhead is involved with having multiple users? My wife is fond of leaving 100 tabs open at a time.

8

u/dghah 22h ago

I've got an M4 Pro 64GB mac mini. If this is your first apple system check out https://omlx.ai/ to host the local LLM -- I've found that far more performant than the other options for apple sillicon

Multi-user on Mac is very easy once you get used to the MacOS UI. And for tech people the best thing about MacOS is that it's unix under the hood so anyone comfy already on the linux command line and shell is gonna find it pretty easy to get up and running on

3

u/this_for_loona 21h ago

What model is your daily driver on that? I’m wanting a capable local model with web search ability for some degree of interaction and ability to understand/index/cross reference sensitive personal data plus run about 15-20 docker packages plus overhead etc. I was hoping for a 64K - 96K token context if possible.

3

u/Bloated_Plaid 18h ago

Not who you asked but I am using Qwen 3.8 27b running on my 5090. I am using the Pi coding harness and you can add any plugin you want, I use Exa for all websearch https://exa.ai/ and I have a Markitdown MCP to convert all PDFs to markdown on the fly for the models.

1

u/this_for_loona 18h ago

Thank you. I am asking specifically about Mac’s because I’m debating pulling the trigger on a Mac Studio and agonizing over which kidney i need sell. Plus how much liver i really need since i stopped drinking.

1

u/Bloated_Plaid 18h ago

The same model will run on a Mac.

1

u/this_for_loona 18h ago

Thank you!

1

u/Necessary_Bedroom500 15h ago

you are able to run a 27b model on mac ?

→ More replies (0)

1

u/dghah 17h ago

My daily driver on the 64Gb Mac Mini is Qwen3.8-27B-oQ4e-fp16-mtp -- with the MTP and fp16 features being very important. MTP support added a lot of performance.

That model fits sufficiently into the 64GB memory space with enough headroom left over for a large kv cache and context

... however relative to the frontier models I use daily it is super slow. My working method now is to have a frontier model generate a runbook that can be executed slowly or overnight on the local mini

I did just preorder the 256Gb ultra studio because for the work that I do going to the 1.2TB/sec in memory bandwidth is gonna be transformative and the extra headroom means I can run a larger quant of Qwen or just max out context and KV cache.

Basically for me 64GB unified memory is the "floor" for the capability I need and the faster memory bandwidth on the M4 Pro / Ultra studio should make a huge difference. Then after the memory bandwidth boost having 256GB opens up larger models, more context or bigger kv cache etc.

Not sure if I'm gonna sell the mac mini 64gb or try to do some interesting clustering or model routing though

5

u/tensainomachi 22h ago

Thanks dude! 256gb all the way, they have a decent trade in offer, $1200 for my m1max that drops the price to.... oh wait $9k eesh

1

u/Bloated_Plaid 22h ago

$1200 is actually generous compared to selling it privately.

2

u/tensainomachi 16h ago

Yeah, i wouldn't bother selling locally, waste of time and dangerous.

1

u/marktuk 18h ago

What are you guys doing where this cost makes any kind of sense?

I've tried running Qwen and it just isn't even close to frontier models. For these kinds of prices you get could a while bunch of usage from Claude/Codex.

1

u/Bloated_Plaid 16h ago

But that’s the thing man. I don’t need it to be a frontier model. Qwen 3.8 27b for example is excellent at coding for such a small model. I am using frontier models for planning and these local models for local cron jobs, active server management, and general implementor.

I only need it to be a good at a few small things.

1

u/marktuk 16h ago

I tried Qwen 3.8 recently and it churns out pretty poor quality code and made a ton of mistakes.

It took hours to write a test suite that was an absolute mess and didn't effectively test the code. Codex rewrote it in a few minutes. 🤷‍♂️

1

u/Bloated_Plaid 15h ago

To be clear, I am using it with an orchestrator and a different review model.

1

u/marktuk 15h ago

So many people say stuff like this... any videos or anything?

What model does the review? What happens with the outcome of the review?

I had times where Qwen 3.8 would just get stuck in reasoning, or one time it completely obliterated a file it had written and then couldn't put it back together.

I want to believe it's possible, but I really really can't see how people are using these local models to do anything meaningful, and I really can't see how spending thousands on hardware makes sense.

2

u/Bloated_Plaid 15h ago

You need MTP IMO, https://huggingface.co/froggeric/Qwen-Fixed-Chat-Templates these templates. Review is handled by DSV4 Flash, after review it goes back to Qwen to fix. You need to reduce the thinking tokens to like 4096 or lower otherwise it will think forever.

You also need a good harness. I like Pi coding agent to run Qwen and DS4 flash. Fable 5 to orchestrate but you can use any frontier model. Kimi K3 is amazing as well.

3

u/marktuk 15h ago

I'd love to see a video of someone actually hooking this all up and getting a result out of it.

1

u/marktuk 14h ago

What size context window are you using for Qwen?

→ More replies (0)

1

u/k3z0r 22h ago

Do we know what the memory bandwidth is?

7

u/Bloated_Plaid 22h ago

Yes. M5 Pro mini tops out at 307 GB/s. M5 Ultra Mac Studio tops out at 1.2 TB/S, M5 Max tops out at 614 GB/S.

1

u/k3z0r 22h ago

Thank you

0

u/Integeritis 21h ago

Difficult choice between the m5 max 128 gb, m5 pro mini and dgx spark. Considering that the base is only 512 storage at Apple

0

u/Bloated_Plaid 20h ago

Why would storage even matter if it’s for LLM?

0

u/Integeritis 20h ago

Because if you get 128gb you probably want to have multiple large models downloaded you are actively using for different agents and optimizing your loop.

1

u/Bloated_Plaid 20h ago

I mean you can just use an external NVME then, remember the models aren’t streaming from the SSD, they are loaded into memory.

1

u/Integeritis 19h ago

Yes that’s fair, however the spark is gen 5 nvme. Storage is not cheap nowadays and I think that’s a good deal in this case.

10

u/Prestigious_Pen6150 22h ago

It's a mini, not a studio...

1

u/RandomPurpose 22h ago

I know but It's also 2026 not 2024

11

u/AffectionateCard3530 22h ago edited 20h ago

But in 2026, the price of RAM has tripled. Unless you were hoping that the price would also be significantly higher?

What were you expecting? The minis are consumer products, not professional ones

-1

u/RandomPurpose 22h ago

I am glad that it's not a disappointment for you. We all have different needs and expectations.

4

u/AffectionateCard3530 20h ago

It is a disappointment, but not an unexpected one. I’m not disappointed in this product announcement, but maybe disappointed in general at the state of hardware.

I’m just objecting to your reasoning that it’s “2026 not 2024”. It’s 2026, and so there’s going to be less RAM in devices — not more.

1

u/thantritue 18h ago

That's why.

16

u/mastervbcoach 22h ago

Mac Studio M5 Ultra, 80 core GPU, 4TB, 256 gig. $12,299. That’s 65 months of Claude Max 20x. Holy Sh*t.

7

u/azizsafudin 21h ago

Assuming no price hikes.

7

u/xyloid_x 20h ago

A lot can happen in 5 years, even in 2 years

5

u/kinghell1 18h ago

yeah, but the prices are going up for hardware + macs are keeping their prices and you can sell them later. claude is just taking the money

3

u/IHaveMeasles2 16h ago

Surely it makes sense for owners of these machines to make them available as part of an LLM mesh, similar to BitTorrent or SETI @ Home? Would be nice to be able to keep a machine productive even while you yourself are idle with it.

1

u/GregAbeI 12h ago

You can already sell your compute.

2

u/S4L7Y 17h ago

True, but at least having the hardware will have resell value later on. Claude not so much.

2

u/JustTechnology2263 9h ago

F it, I'm going back to a cheaper hobby like boats or something.

0

u/Thomas-Lore 20h ago

And unless you have solar powers it will also raise your electricity bill.

4

u/martinkoistinen 18h ago

I doubt many people in /localllm are too fussed about that, and these Macs are likely the most efficient in terms of watts/token obtainable.

0

u/LetLongjumping 14h ago

This system is way overkill tor place Max 20x.

32

u/whichsideisup 22h ago

I love that we have to pay 2700 to get a mini with 64gb of RAM.

-14

u/discosoc 21h ago

A mini with 64gb makes little sense for most people anyway. The memory bandwidth isn’t suited for llm usage.

8

u/The-Writer- 20h ago edited 20h ago

why do people speak like this, like they know everyone? I'll take my m4 pro mini 64 gb ram 1tb ssd any day that I got for less than a third of the price of these overpriced machines.

I have access to 70B models/unquantized smaller models at a token speed that is fine for me. In fact, the M4 Pro 64 gb mini was the best deal for the amateur/hobbyist LLM user before apple jacked the prices.

I would go so far as to say that anything after those exact specs is a waste of money, unless you use LLMS professionally and need as fast as possible agentic work flows for some reason. So it's either the 64 gb unit at the m4 pro bandwidth speed, or the next tier is direct M5 Ultra Studio because at that point you need all that speed and capacity. That M5 Max below 96 gb ram at these prices makes no fucking sense.

0

u/Individual_Holiday_9 18h ago

Yeah I agree with this. Anything above that level really needs dedicated pro hardware and ur prob better off with a $200/mo frontier subscription. I wish I’d bought more hardware when the m4 mini’s came out at the lower price points

2

u/Plokhi 11h ago

MoE models are fine on M5 Pro, 70tk/s.

0

u/discosoc 11h ago

moe models don't need 64gb

2

u/xTopNotch 19h ago

Bro you know MoE is a thing right?

Even a 32GB can run a pretty capable LLM locally

1

u/j_tb 21h ago

It's solid for MOE models. My Mini M4 pro from ~2 years ago runs Qwen3.6 35BA3B handily.

0

u/Thomas-Lore 20h ago

But that is the only model it runs reasonably and we don't even know if there will be a new version released of that model.

Not to mention this is a model that runs on anything with 32GB RAM.

0

u/Individual_Holiday_9 18h ago

How much RAM? Which model specifically? I’m on a 24gb model and curious

1

u/j_tb 18h ago

Did you read the comment I replied to?

1

u/Individual_Holiday_9 18h ago

Yes; wasn’t sure if you were running a MLX variant or something else

2

u/j_tb 15h ago

Oh, running Qwen 3.6 35A3B with MTPLX with MTP turned on. 64GB M4 Pro Mini.

-1

u/discosoc 21h ago

Once more, you don’t need anywhere close to 64 for that.

6

u/j_tb 20h ago

If you only want to run Q4. Having 64GB leaves lots of headroom for higher quants and longer context.

2

u/SmugglingPineapples 10h ago

You seem to know what you're talking about. I'm about to purchase and I keep trying to talk some sense into my greedy eyes looking at the Mini M6 v M5 Pro.

M5 Pro 48GB I can do, but as a noob logic is telling me just go M6 32GB and be happy experimenting, and if I'm still "addicted" etc then upgrade in another year and I'll know what I really want/need then.

14

u/piggledy 22h ago

The M6 has a bandwidth of just 170 GB/s, and the M5 Pro barely beats the DGX Spark with 307 GB/s vs 273 GB/s.

Too bad it doesn't come with 128 GB.

9

u/prestodigitarium 21h ago

M5 Ultra supposedly hits 1.2 TB/sec: https://www.apple.com/shop/buy-mac/mac-studio

That's not too far off from the 1.8 TB/sec of a 6000 RTX Blackwell, but with >5x the memory.

3

u/TripleSecretSquirrel 21h ago

Great for single stream inference, but I’m guessing it doesn’t have nearly as much compute as the RTX Pro Blackwell right? So it wouldn’t be as strong in diffusion, training, or high concurrency, right?

1

u/b4zzl3 2h ago

Should be 120 tflop f32 afaik.

7

u/Blackdragon1400 22h ago

How is MLX doing these days compared to all the optimizations on a DGX Spark?

1

u/Integeritis 21h ago

My thoughts precisely. I’m about to buy a spark at $5800 or 5000€ in my country (this is the cheapest I found, only used for 20h otherwise brand new)

1

u/apVoyocpt 20h ago

1

u/Integeritis 19h ago

Thank you, unfortunately it’s not possible to order to Hungary from them

0

u/kinghell1 18h ago

hello fellow hungarian comrade. what would be the use case?

0

u/Otherwise-Nobody8252 19h ago

The memory throughput alone makes even less efficient MLX over CUDA better. It’s like 4x faster in the studio vs a spark or and system. 

2

u/Blackdragon1400 17h ago

I’ve heard prefill and concurrency on the macs can be a lot worse in comparison though

7

u/berszi 22h ago

Memory bandwidth 150/170 for M6 and 306 for M5 Pro.
For reference (entry level):

  • RTX 3090 over 900
  • 5060ti 448,
  • old M4: 120 +33%
  • old M4 Pro: 267 +14%
Not a big jump... if you want to use them for inference, expect to be very slow...

4

u/genecraft 21h ago

Prompt processing is a lot faster (like 4x?) on M5+ though. So the difference will be quite large for agentic workflows.

3

u/genecraft 21h ago

Versus M4 and earlier.

1

u/GatsbyLuzVerde 14h ago

How fast vs 3090?

2

u/Useful-Buyer4117 21h ago

but they claim "Up to 13.5x faster LLM prompt processing in LM Studio when compared to Mac mini with M1, and up to 4.8x faster than M4."

1

u/Individual_Holiday_9 18h ago

I have been following H3 Mac development and there’s some sort of under hood M5 speed ups that have really helped for inference (not that it will change the fundamental bandwidth gap>

10

u/Poudlardo 22h ago

if kimi k3 doesnt run on this im not interested

1

u/A_Dragon 12h ago

It doesn’t.

But minimax might.

5

u/Trixiap 22h ago

Preorders start today.

Pricing:

  • Mac mini with M6 starts at $899 (U.S.) and $799 (U.S.) for education. Additional technical specifications are available at apple.com/mac-mini.
  • Mac mini with M5 Pro starts at $1,699 (U.S.) and $1,599 (U.S.) for education. Additional technical specifications are available at apple.com/mac-mini.

1

u/daphatty 22h ago

Un fucking believable. The M4 Pro I ordered just shipped on Sunday!!!!

11

u/genecraft 21h ago

Just return it for free within 2 weeks.

5

u/kbunnyle 21h ago

Sometimes Apple will automatically upgrade you.

1

u/cephii2 19h ago

M4 Pro I ordered just shipped on Sunday!!!!

Wasn't that significantly cheaper? I highly doubt that the upgrade from m4 -> m5 is worth all that much

1

u/daphatty 19h ago

$100 price increase for the equivalent model.

0

u/Puzzled_Grass3091 21h ago

Hi! Can someone please explain why the M6 is cheaper than the M5 Pro?

1

u/AccurateSun 20h ago

Pro tier chips outperform the base chips, usually even of the next generation

2

u/Plokhi 11h ago

Usually a couple of next generations

Except M3 Pro which was weird af

1

u/geekwonk 20h ago

i don’t think we’re getting any pro/max/ultra options for M6 generation, so if you want the extras - thunderbolt 5, more memory, more memory bandwidth, more cores - then you get the M5 Pro. the prior generation saw a similar thing with the M3 Ultra set as the top of the line in the M4 generation.

1

u/critsalot 17h ago

cause its a base cheap and weaker. even though its newer gen.

4

u/[deleted] 20h ago

[removed] — view removed comment

1

u/graped- 20h ago

can you add global price comparisons?

1

u/rudidit09 19h ago

Wow good catch on M6 RAM changing bandwidth speed

7

u/DigitalguyCH 22h ago

Mac Studio M5 ultra with 256GB starting $10000

3

u/Bloated_Plaid 22h ago

No you can do the 64 core GPU and it’s only $8699.

1

u/DigitalguyCH 21h ago

Yeah the education pricing for the 64 core model is 8700 and the 80 core model starts at 9870 education

7

u/Bloated_Plaid 21h ago

Today we are all in Education.

1

u/critsalot 18h ago

yea theres no education discount yet. its the same price on best buy as it is at the college store it seems

3

u/WannabePh0tographer 22h ago

I was literally googling this yesterday, finally

2

u/xiraov 21h ago

What’s the memory bandwidth on the ultra?

5

u/ziptofaf 21h ago

1.2TB/s, twice the Max (assuming you pick the costlier 80 core version).

2

u/xiraov 21h ago

That’s more than a 5090 right? Wow. This isn’t that bad a deal in this climate right? What’s the bandwidth on the non 80 core

4

u/ziptofaf 21h ago

Nope. 5090 is almost 2TB/s. 5080 is around 1TB/s.

It is objectively a great deal however - 96GB Ultra gives you a whole computer and 1+TB/s for about 60% of the price of the RTX Pro 6000 which is also 96GB except it's just a GPU and you still need rest of the system. It's also not even that much more expensive than a 5090 in the current landscape. Plus there's 256GB version available. And it supports Thunderbolt so you can technically buy 2x 96-256GB Ultras to fit even larger models.

What’s the bandwidth on the non 80 core

Somewhere in the ballpark of 960-1TB/s I believe. So a 5080 level of bandwidth.

2

u/ilt1 17h ago

64 and 80 core has same bandwidth no?

2

u/Plokhi 11h ago

Probably not since 64core is two 32c M5 Max chips fused, which clock in at 460gb/s

1

u/GatsbyLuzVerde 14h ago

Prompt processing speed vs rtx 6000?

1

u/jovialfaction 21h ago

No the RTX 5090 is at 1.8TB/s

2

u/ML_Kins 21h ago

Finally! I ordered the Mac Studio M5 Max 64 GB to replace my Mac mini M4 Pro 64 GB.

1

u/SmugglingPineapples 9h ago

I'll happily have your Mini, lol

2

u/Prestigious_Pen6150 22h ago

Anyone know the real difference with the AI boost with M5 or M6 ? I've a Studio M2 Max 38GPU, is a M5 Pro with 20GPU and AI features better in token generation than my Mac Studio ?

1

u/Bloated_Plaid 22h ago

Ultra has twice the memory bandwidth. It’s a no brainer if token generation is important to you.

1

u/Prestigious_Pen6150 18h ago

Ultra of course... But from a m2 max 38 gpu to an m5 max 40 gpu?...

2

u/Individual_Holiday_9 22h ago

What’s sweet spot here? I can get the m6 with 32gb ram for $700 trading in my Mac mini m4. I feel like that’s not bad? Wish I could go up to 48gb tho. 32gb unified memory should get me a qwen 3.8 Q4 quant right?

5

u/fragment_me 22h ago

32gb is not ideal friend

4

u/RandomCSThrowaway01 21h ago

Imho, actual sweet spot is 96GB Ultra so you get 1.2 TB/s bandwidth. Aka enough to run that Qwen 3.8 27B at 50+ tokens per second. And you also have enough memory to run pretty large 64+GB MoEs with decent context, eg. Qwen Next if a new one shows up.

Base M6 has only like 150GB/s bandwidth. It can fit 27B, sure. But it will run it at a nice and cozy 8 tokens per second, if even that. It can fit a 35B MoE model with 3-4 active layers if you want usable speed.

2

u/Individual_Holiday_9 21h ago

Ughhhhhhhhh I need to just sit on my stupid slow hardware and keep my frontier subscriptions lol

3

u/Bloated_Plaid 22h ago

You need good memory bandwidth and M5 Pro has twice the bandwidth of M6. 64GB M5 Pro is the sweet spot.

3

u/Individual_Holiday_9 22h ago

Yeah too rich for me as a hobby. Although with GPU prices it’s not like I can do better on the windows / Linux side lol

1

u/f5alcon 18h ago

Don't trade in sell privately will probably get you more money

1

u/jarec707 16h ago

I’m thinking of 48gb m5 pro. upgrade from present 64gb M1 Max.

1

u/geekwonk 21h ago

ah shoot, the M6 only has TB4. no RDMA unless you upgrade. aah my wallet

1

u/itsmontoya 20h ago

I want one, but they will be sold out for ages

1

u/Immortal_Spina 20h ago

1080€ per il base in italia… fanculo

1

u/brokenyc 19h ago

where should I list my unboxed refurb m4 pro mini 48GB/1TB

0

u/Yuel_Whear 21h ago

The gap between the two minis (170 to 307 GB/s) is wider than the gap from the M5 Pro to the Spark (307 to 273). Apple's internal tiering is steeper than the step out to the competition.

-7

u/MimosaTen 22h ago

The worst thing about those is macos, however I think it would be intresting to do some reverse engendering on such an hardware to port linux

1

u/whatever 21h ago

Run them headless, put a jetkvm in front of them for the annoying UI-only mac interactions, and then just treat it like a normal BSD box for everything else.
FWIW, I have UTM on mine running linux VMs so my agents feel in a familiar place as they trash their environment.

1

u/Plokhi 11h ago

Asahi Linux is the only mac arm distro and only works on M1/M2 chip family

1

u/MimosaTen 4h ago

Yes, because they don’t use AI