惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

爱范儿
爱范儿
博客园_首页
U
Unit 42
Apple Machine Learning Research
Apple Machine Learning Research
云风的 BLOG
云风的 BLOG
MongoDB | Blog
MongoDB | Blog
美团技术团队
H
Help Net Security
G
Google Developers Blog
B
Blog RSS Feed
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
aimingoo的专栏
aimingoo的专栏
Google DeepMind News
Google DeepMind News
J
Java Code Geeks
M
MIT News - Artificial intelligence
腾讯CDC
IT之家
IT之家
Vercel News
Vercel News
C
Check Point Blog
博客园 - 三生石上(FineUI控件)
Last Week in AI
Last Week in AI
I
InfoQ
博客园 - 司徒正美
A
About on SuperTechFans

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
How to Run Local AI on Your Mac in 2026 (No Cloud, No Acc...
Mohammed Ali Chherawalla · 2026-06-25 · via DEV Community

The same M-series chip that edits your video also runs language models, draws images, and transcribes speech, all on a single shared pool of memory. Most people rent three separate subscriptions to do those things on someone else's servers while that hardware sits idle. Off Grid AI Desktop is a free, open-source app that runs chat, image generation, and voice directly on your Mac.

GitHub →

Free, open source, runs offline. No account.

What You Need

This is the broad tour: chat, images, and voice. Image generation is the heaviest part, so size your Mac for that.

Tier Chip RAM macOS Free disk
Minimum M1 / M2 8 GB 13 Ventura 20 GB
Recommended M2 Pro / M3 16 GB 14 Sonoma+ 40 GB
Comfortable M3 Max / M4 32 GB+ 14+ 60 GB+

Chat and voice run fine on 8 GB. Image models want more headroom, so 16 GB is the comfortable floor if you generate pictures often.

What Off Grid AI Desktop Can Do

One app covers the three things you would otherwise pay three services for. Everything below runs on your own silicon.

Chat with a local model

A ChatGPT-style window backed by a model on your drive. Temperature and context controls are right there. The model's HTML, SVG, Mermaid, and React output renders live in a sandboxed preview.

Generate images on-device

Built on stable-diffusion.cpp. Run SDXL, the fast few-step SDXL-Lightning, SD 1.5 and 2.1, or the 2026 flagship Z-Image-Turbo at around 8 steps. You get text-to-image and image-to-image, a live per-step preview, progress and ETA, a cancel button, a lightbox, an artifacts gallery, and style presets like Sketch, Cinematic, and Anime.

Talk to it, hands free

Voice in uses bundled whisper.cpp: tap the mic and your speech becomes text in the composer. Voice out uses Kokoro-82M, an open-weight multilingual model, for a per-message Speak button and an auto-speak mode that reads replies aloud.

None of this calls home. You can draft a prompt, paint an image, and have the answer read to you on a flight with the Wi-Fi off.

How It Works

Three engines run side by side on Apple Silicon. llama.cpp handles chat, stable-diffusion.cpp handles images, and whisper.cpp handles speech. Kokoro produces the spoken voice.

Each one runs through Metal, Apple's GPU framework. Because the chip uses unified memory, the GPU reads model weights from the same RAM the CPU uses, with no copy across a PCIe bus. That is why a fanless laptop can chat, draw, and listen without a separate graphics card. The models are quantized so they fit in consumer RAM and stay fast.

Getting the Most Out of It

A few habits keep all three engines responsive.

  • Match the model to your RAM. A small chat model plus an image model can both live in memory on 16 GB. On 8 GB, run one heavy task at a time.
  • Use SDXL-Lightning or Z-Image-Turbo for speed. Few-step image models finish in a fraction of the steps a full SDXL run needs.
  • Lower image resolution to iterate. Generate small while you tune the prompt, then render the final at full size.
  • Quit memory-heavy apps. Image generation and a 7B chat model both want unified memory. Give them room.

Privacy: No Cloud, No Account

Cloud AI services send your words, your images, and your voice to a remote server, where they are logged and may train the next model. With Off Grid AI Desktop, all of it stays on your Mac. The prompt, the picture, the recording: none of it leaves the machine.

No account. No telemetry. No API key. The app is AGPL-3.0, so the full source is on GitHub for you to read. There is nothing to log in to and nothing phoning home.

Getting Started

  1. Open the repo at github.com/off-grid-ai/desktop and download the latest macOS build, or clone and build it yourself.
  2. Install and launch the app.
  3. Download a chat model and an image model from the in-app browser.
  4. Send a chat prompt, generate one image, and tap the mic to dictate one message.
  5. Turn off Wi-Fi and do all three again, to prove it runs on your Mac alone.
git clone https://github.com/off-grid-ai/desktop
cd desktop
npm install
npm run dev

What's Coming

  • More bundled image and chat models with one-click presets.
  • Cross-device sync so your chats, images, and models follow you, still local-first.
  • Unified search across everything you have made on-device.

FAQ

Q: Is it actually free?

Yes. Free and open source under AGPL-3.0. Chat, image generation, and voice are all in the free open core.

Q: Does the image generation really run on my Mac?

Yes. It uses stable-diffusion.cpp through Metal on your GPU. The image never touches a server.

Q: Does it work offline?

Yes. After the models download, chat, images, and voice all run with no network.

Q: Which image models can I use?

SDXL, SDXL-Lightning, SD 1.5 and 2.1, and Z-Image-Turbo, with text-to-image and image-to-image.

Q: How much RAM do I need?

8 GB handles chat and voice. 16 GB is comfortable once you add image generation.

Q: Is my voice data private?

Yes. Speech is transcribed on-device by whisper. The audio and the text stay on your Mac.

Chat, draw, and talk to AI on your own Mac today, with nothing leaving your drive.

GitHub →