How-to

How to free up disk space for large local models

Last updated 2026-06-18 · Outlier v1.11.469

Quick answer

The Plus tier is 209 GB. Strategies for finding the room without losing your real data. The whole sequence below stays on the Mac.

What you need first for “how to free up disk space for large local models”

Apple Silicon Mac, macOS 12 or later, the unified-memory minimum that the chosen tier requires (6 GB for Nano, 12 GB for Lite, 24 GB for Core / Code / Vision, 32 GB for Plus). Internet is required only for the one-time model download.

Steps

  1. Inspect Hugging Face cache. ~/.cache/huggingface/ often holds duplicate snapshots.
  2. Move Photos library to external SSD. Modern Macs handle this gracefully; the Photos app remembers the path.
  3. Clear Xcode derived data. ~/Library/Developer/Xcode/DerivedData can be tens of GB.
  4. Use the Outlier model picker to delete tiers. Each tier has a Delete button next to its size in Settings > Models.

What is the specific thing to know about this guide?

The Plus tier alone is 209 GB on disk. A typical Mac with 512 GB total storage will feel pressure once the OS, Xcode, Photos, and Plus weights are all present.

What can go wrong with this guide?

How does this guide differ from the cloud equivalent?

Cloud models do not consume your disk. They consume your wallet per token instead. The trade-off is direct.

The Plus tier alone is 209 GB on disk. A typical Mac with 512 GB total storage will feel pressure once the OS, Xcode, Photos, and Plus weights are all present.

What does this guide not claim about “how to free up disk space for large local models”?

The Plus tier alone is 209 GB on disk. A typical Mac with 512 GB total storage will feel pressure once the OS, Xcode, Photos, and Plus weights are all present.

This guide does not claim feature parity with cloud-side workflows for “how to free up disk space for large local models”. Specifically, the product surface in v1.11.469 covers chat, file attachment, the local agent loop, project scoping, and the model picker. Cross-device sync, team workspaces, and shared session history are out of scope and are not on the v1.9 backlog either.

How big is each Outlier tier on disk?

Nano 2.37 GB, Lite 5.04 GB, Quick 15.61 GB, Core 15.13 GB, Code 15.13 GB (shares Core weights), Vision 19.0 GB, Plus 209 GB. Plus alone is more than half a typical 512 GB SSD’s usable capacity once the OS is accounted for; the v1.9 streaming engine improvements only reduce the working RAM requirement, not the disk requirement.

Where does this guide fit in the rest of the lineup?

A clean Outlier install with Nano + Lite costs about 8 GB. Adding Core lifts that to 23 GB, Code shares Core (no extra disk), Vision adds 19 GB, Quick adds 16 GB, Plus alone adds 209 GB. Quick numbers in the model picker.

One unique number

4 steps, zero network requests after the model is downloaded. Hugging Face cache duplicates can hide tens of GB; du -sh ~/.cache/huggingface/hub/ usually reveals the surprise.

Download Outlier for Mac

Requires Apple Silicon (M1, M2, M3, or M4) — Intel Macs are not supported. macOS 12+.

Outlier runs entirely on your Mac. No prompts leave the device. macOS 12+ on Apple Silicon (arm64). Apache 2.0 model weights. Back to home.