OptiQ icon
OptiQ icon

OptiQ

OptiQ is an MLX-native toolkit for running large language models on Apple Silicon. No PyTorch, no CUDA, no cloud.

OptiQ screenshot 1

Cost / License

  • Free
  • Open Source (MIT)

Platforms

  • Mac
3likes
0articles

Features

Properties

  1.  Privacy focused

Features

  1.  Works Offline
  2.  No registration required
  3.  No Tracking
  4.  Ad-free
  5.  Apple Silicon support

OptiQ News & Activities

Highlights All activities

Recent activities

  • bnchndlr liked OptiQ
  • Greenative Studio icon
    tyagihas added OptiQ as alternative to Greenative Studio
  • diegozpy liked OptiQ
  • aaronjoyvictor liked OptiQ
  • Maoholguin updated OptiQ
  • sandeep85das added OptiQ
  • Ollama icon
    sandeep85das added OptiQ as alternative to Ollama, Jan.ai, GPT4ALL and Open WebUI + 51 similar activities

OptiQ information

AlternativeTo Categories

System & HardwareAI Tools & Services

Popular alternatives

View all
OptiQ was added to AlternativeTo by sandeep85das on and this page was last updated .
No comments or reviews, maybe you want to be first?

Official Links

What is OptiQ?

OptiQ is an MLX-native toolkit for running large language models on Apple Silicon. No PyTorch, no CUDA, no cloud.

Its main job is mixed-precision quantization. Rather than applying one bit-width to the whole model, it measures each layer's sensitivity and assigns bit-widths per layer, keeping 8-bit where accuracy depends on it and dropping to 4-bit or 2-bit where it does not. On a sparse mixture-of-experts model this matters a lot, since the routed experts are most of the weights.

It also does LoRA fine-tuning and serving. optiq serve exposes an OpenAI and Anthropic compatible endpoint with a mixed-precision KV cache, prompt caching and tool-call healing, and can stream expert weights off SSD so a model far larger than RAM still runs.

OptiQ Code is a terminal coding agent built on the same stack, aimed at local models.