# Junie Can Now Run Entirely on Your Mac – No Credits, No Cloud

[Jetbrains](https://yomu.fyi/company/jetbrains) · Dmitry Savelev · Aug 24, 2026

**Type:** Announcement

## Summary

JetBrains has introduced Junie Local, a feature that runs the Junie coding agent entirely on local hardware without cloud dependencies, subscriptions, or credit meters. Users execute a single command inside Junie to download a 4-bit quantized Qwen3.6-27B model, requiring an Apple M5 Mac with 64 GB of RAM. The team prioritized prefill throughput over pure generation speed by utilizing 8-bit arithmetic instructions on the M5 Neural Accelerator, which increased prefill throughput by approximately 40%. Performance optimizations also include KV-cache reuse, speculative decoding to double generation speed, and disabling reasoning to preserve performance. In JetBrains' evaluations, the local configuration performed comparably to cloud-based Sonnet 4.5 on everyday tasks while ensuring source code, diffs, and prompts never leave the local environment.

## Context

Connecting coding agents to local models previously required manual setup, runtime installation, profile configuration, and model tuning, while small models remained constrained to simpler tasks. Developers were also constrained by token consumption, cloud costs, and vendor privacy concerns.

## Approach / What changed

JetBrains launched Junie Local using a tuned 4-bit Qwen3.6-27B model on Apple M5 hardware with 64 GB of RAM. The implementation leverages M5 Neural Accelerator 8-bit arithmetic instructions for prefill speed, disables model reasoning, applies KV-cache reuse, and uses speculative decoding.

## Takeaways

- Junie Local runs a 4-bit Qwen3.6-27B model locally on an Apple M5 Mac with 64 GB of RAM via a single /local command.
- Optimizing prefill throughput using the Apple M5 Neural Accelerator's 8-bit arithmetic instructions yielded a 40% performance gain.
- JetBrains selected Qwen3.6 over Qwen3.8 because 3.8 required reasoning to operate reliably, which made tasks run roughly four times slower.

**Tags:** [Developer Experience](https://yomu.fyi/topic/developer-experience), [LLMs](https://yomu.fyi/topic/llm), [Performance](https://yomu.fyi/topic/performance), [Privacy](https://yomu.fyi/topic/privacy)

[Read original post](https://blog.jetbrains.com/junie/2026/08/junie-local-launch)
