---
title: "Junie Local: Run the AI Coding Agent on Your Mac"
url: https://daily.dev/posts/junie-local-run-the-ai-coding-agent-on-your-mac-czzpgokh1
source_url: https://blog.jetbrains.com/junie/2026/08/junie-local-launch
type: article
source: "JetBrains"
published: 2026-08-24T16:12:54.992Z
updated: 2026-08-25T04:16:19.971Z
tags: ["ai-agents", "jetbrains", "local-ai"]
reading_time: 6
upvotes: 1
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Junie Local: Run the AI Coding Agent on Your Mac

**[JetBrains](https://daily.dev/sources/jetbrains)** · 6 min read · 1 upvotes · 0 comments

## Summary

JetBrains launches Junie Local, a version of its Junie AI coding agent that runs entirely on-device on Apple M5 Macs with 64GB RAM, using a tuned Qwen3.6-27B model at 4-bit quantization. Installation is a single /local command with no configuration, tokens, quota, or cloud dependency, keeping code fully on the machine. The model benchmarks near Sonnet 4.5 and slightly below GPT-5 at medium effort. JetBrains chose Qwen3.6 over 3.8 for speed, optimized prefill throughput using M5's 8-bit Neural Accelerator instructions (about 40% faster), and used speculative decoding to roughly double generation speed. Support for DGX Spark and RTX 5090 is in prototype.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://blog.jetbrains.com/junie/2026/08/junie-local-launch>

## Questions this post answers

### What are the hardware requirements to run Junie Local from JetBrains?

Junie Local requires an Apple M5 Mac with 64 GB of RAM, since the local model needs about 20 GB of storage for its weights. The agent runs a 4-bit quantized version of Qwen3.6-27B tuned specifically for JetBrains' Junie agent loop, entirely on-device with no cloud connection or token usage required.

_daily.dev helps developers weighing local versus cloud AI coding setups track releases like this one._

### Why did JetBrains choose Qwen3.6 instead of Qwen3.8 for Junie Local?

Qwen3.6 was chosen over the newer Qwen3.8 because Qwen3.8 requires reasoning enabled to work reliably, and enabling reasoning makes it run roughly four times slower. On current Mac hardware, Qwen3.6 with reasoning disabled offers a better speed-to-quality tradeoff for a local coding agent.

_Developers choosing between model versions for local agents can follow these tradeoffs on daily.dev._

### How does Junie Local's performance compare to cloud models like Sonnet 4.5 and GPT-5?

Qwen3.6-27B running locally in Junie Local scored on par with Sonnet 4.5 at a 10,000-token reasoning limit, while GPT-5 at medium effort scored slightly higher. Notably, the local model achieves this with reasoning disabled entirely, since testing found reasoning added little quality while costing two to three times as many tokens.

_daily.dev keeps developers evaluating local versus cloud coding agents up to date on benchmarks like these._

---

Tags: [#ai-agents](https://daily.dev/tags/ai-agents), [#jetbrains](https://daily.dev/tags/jetbrains), [#local-ai](https://daily.dev/tags/local-ai)

[View this post on daily.dev](https://daily.dev/posts/junie-local-run-the-ai-coding-agent-on-your-mac-czzpgokh1)
