Uncensored Gemma 4 31B, local on Apple Silicon. A 4-bit MLX conversion of
huihui-ai/Huihui-gemma-4-31B-it-abliterated, the abliterated Gemma 4 31B Instruct.
17.3 GB on disk — wants a 32 GB Mac. No cloud, no API key, no refusals.
The refusal direction has been orthogonalized out of the weights, so the model
answers instructions a stock instruct-tuned model would decline, while staying
coherent on ordinary tasks. The abliteration here is huihui-ai's, not mine —
this repo is the MLX conversion of their work.
1mlx_lm.generate --model divinetribe/Huihui-gemma-4-31B-it-abliterated-4bit-mlx \
2 --prompt "Explain quantum entanglement to a 12 year old." --max-tokens 400
1from mlx_lm import load, generate
2model, tok = load("divinetribe/Huihui-gemma-4-31B-it-abliterated-4bit-mlx")
3text = tok.apply_chat_template(
4 [{"role": "user", "content": "Explain quantum entanglement to a 12 year old."}],
5 add_generation_prompt=True, tokenize=False)
6print(generate(model, tok, prompt=text, max_tokens=400))
Also loads in LM Studio and anything else that reads MLX models.
Part of the
Abliterated MLX for Apple Silicon
collection — Llama 3.3 70B, Gemma 4, Qwen3, Qwen3-VL, Hermes 4 and Muse Glimmer,
all converted for Apple Silicon.
Base model and abliteration by
huihui-ai. MLX 4-bit conversion by
divinetribe.
This model is one of the fighters in
Claude Code Local (3.2k★), which runs Claude Code 100% on-device on Apple Silicon through an MLX-native Anthropic-API server. Not sure which local model to run as an agent? Check the
Agent-12 local agent leaderboard: real agent tasks, judged by the filesystem, same hardware for every row.
Built by
Matt Macosko in Arcata, CA. Open to work on local-AI and Apple Silicon inference:
matt@ineedhemp.com.