logoalt Hacker News

Qwen 3.6 is now much easier to run locally on your Mac, thanks to JetBrains

16 pointsby bundietoday at 7:47 PM10 commentsview on HN

Comments

nateb2022today at 8:15 PM

Curious why they're using 3.6-27B and not 3.8-27B which is competitive with Opus 4.6 (https://huggingface.co/Qwen/Qwen3.8-27B)

show 1 reply
danw1979today at 8:08 PM

How is this easier than using lmstudio or omlx or whatever your favourite runtime is ?

It’s maybe a bit interesting that Jetbrains are making moves to integrate with local models more closely, but I think claiming this is “easier” is incorrect for most users.

coder-pmtoday at 8:25 PM

Anything good to run on Mac M5 Max with 48GB? is this even worth trying? so far I found the responses so slow compared to the paid subscriptions...

show 1 reply
bellowsgulchtoday at 8:49 PM

It seems to me that Qwen3.6-35B-A3B is still the local LLM leader, because 27B in either of the latest releases is just too slow to be usable compared to OpenCode Zen free models, or OpenRouter free models.

Sad a Qwen3.8-35B-A3B model wasn't released.

Also, I think this is just an ad.

bellowsgulchtoday at 8:05 PM

Uh...

    brew install llama.cpp
    llama serve -hf unsloth/Qwen3.6-35B-A3B-GGUF:UD-Q4_K_M
    open http://127.0.0.1:8080
show 1 reply