TheVibeFounder. Resource · 100X Builder Series
100X Builder Series · Day 151

Run frontier AI
on your own Mac.

EXO is a free, open-source tool that clusters Apple Silicon Macs into one giant AI brain. Because Macs use unified memory, pooling them gives you one massive memory bank — big enough to run trillion-parameter frontier models that normally live in a data center. No cloud, no API bills, no one watching your tokens. Here's the full setup.

Cost — $0 per token Models — up to 671B params Needs — Apple Silicon + 16GB Tool — EXO, open source
The 30-second version

What EXO actually is

01

Many Macs, one brain

EXO pools multiple Apple Silicon Macs over your network into a single memory bank. Unified memory means two M2 Maxes (96 GB each) become one 192 GB machine — enough for models that normally need a data center.

02

Free and open source

Pay once for the hardware, then zero per-token fees. Ever. No cloud bill, no usage meter, no API key to manage.

03

Private by default

Nothing leaves your machine. Point it at private docs and let it run all night — no internet round-trip, nobody watching your tokens.

04

Real frontier models

Not toy models. DeepSeek V3 (671B), Llama 3.3 (70B), Qwen 2.5 (72B), Mistral Large (123B) — running locally on your own silicon.

What you can run

Models that fit on your desk

DeepSeek V3Coding + reasoning beast
671B params
Mistral LargeInstruction following
123B params
Qwen 2.5Multilingual + math
72B params
Llama 3.3Fast, versatile assistant
70B params

Rule of thumb: more RAM = bigger models. A single M2 Max (96 GB) runs 70B solo; pool two Macs and you're at 192 GB.

Before you start

What you need

01

A recent Apple Silicon Mac

M1, M2, M3, or M4 — running macOS 13 Ventura or later. Intel Macs won't work.

02

16 GB+ unified memory per Mac

The floor for useful models. More memory (or more Macs pooled) unlocks the bigger ones.

03

Python 3.12+ and Homebrew

Python 3.12 or higher; Homebrew is optional but makes the install one command.

04

A solid connection between Macs

Good Wi-Fi works; wired ethernet between Macs is dramatically faster for splitting a model.

Seven steps

Install EXO, start to finish

1

Open Terminal

Press Cmd + Space, type Terminal, hit Enter.

2

Install Python 3.12+ (if needed)

Run brew install [email protected], then verify with python3 --version — it should show 3.12 or higher.

3

Install EXO via pip

One command: pip install exo-explore. It downloads everything automatically — takes 1–3 minutes.

4

Start EXO on your first Mac

Run exo. It starts up, prints your local IP, and waits for peers.

5

Add more Macs (optional, but powerful)

Install EXO the same way on each extra Mac and run exo. They discover each other automatically on the same network — no config needed.

6

Download a model

In a new Terminal window: exo run llama-3.2-3b (or any model from the table above). The first run downloads the weights.

7

Start chatting

Once the model loads, EXO opens a local web UI at http://localhost:52415. Open it in your browser — private AI, no internet, no API key.

# 1. install Python 3.12 if you don't have it
brew install [email protected]
python3 --version          # should show 3.12+

# 2. install EXO (downloads everything, ~1-3 min)
pip install exo-explore

# 3. start EXO — run this on each Mac
exo

# 4. download + run a model (any from the table)
exo run llama-3.2-3b

# 5. open the local web UI in your browser
# http://localhost:52415
Pro tips

Get the most out of it

01

More RAM = bigger models

A single M2 Max (96 GB) runs 70B solo. Pool two and you hit 192 GB — into trillion-parameter territory.

02

Ethernet beats Wi-Fi

A wired connection between Macs dramatically speeds up the model-splitting that makes clustering work.

03

Private by default

Nothing leaves your machine. Point it at sensitive docs and run wild — no data ever leaves the cluster.

04

No ongoing cost

Pay once for the hardware. Zero per-token fees, forever. The opposite of a cloud API bill.

The one line to keep
Frontier AI on your own Mac.
No cloud. No tokens. No one watching.
The full guide · 2 pages

Read the whole setup guide

The complete walkthrough — what EXO is, the models you can run, the requirements, all seven install steps, and the pro tips. Read inline or download.

EXO — Run Frontier AI on Your Own Mac
PDF · 2 pages · ~7 KB