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
0likes
0comments
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

OptiQ information

  • Developed by

    OptiQ
  • Licensing

    Open Source (MIT) and Free product.
  • Alternatives

    52 alternatives listed
  • Supported Languages

    • English

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?

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.

Official Links