Research · updated September 26, 2026

Mac developer storage statistics (2026)

Updated September 26, 2026 · method and sources · download the data · how to cite

We measured how much disk space the most common developer and local-AI tools take on a Mac in 2026, and collected the key figures around them from primary sources: Ollama, Hugging Face, npm, PyPI, Docker Hub, Apple and the Stack Overflow Developer Survey. Every number below links to where it comes from.

Key takeaways

  • Llama 3.3 70B takes 42.5 GB of disk in Ollama. (Ollama)
  • Eight popular Ollama models together take 114.7 GB. (Ollama)
  • Llama 3.1 has been downloaded 119.9M times from Ollama; DeepSeek-R1 93.2M. (Ollama)
  • Keeping one 32B coding model in both Ollama and MLX costs 38.3 GB. (Ollama, Hugging Face)
  • The mlx-community organisation on Hugging Face publishes 5,605 models for Apple silicon. (Hugging Face)
  • Xcode 26.5 plus one iOS simulator runtime take 13.6 GB before you build anything. (measured)
  • Each iOS simulator runtime is about 8.5 GB. (measured)
  • A new Next.js project installs 369 packages, at least 429 MB. (npm)
  • A new Vite + React project is 70 MB, about six times smaller. (npm)
  • A 256 GB MacBook gives macOS 245.1 GB of usable capacity. (measured)
  • On MacBook Neo, 512 GB instead of 256 GB costs $100 ($699 vs $799); MacBook Air now starts at 512 GB. (Apple)
  • 32.9% of professional developers use macOS as their primary work OS. (Stack Overflow 2025)
  • 84% of developers use or plan to use AI tools, up from 76%. (Stack Overflow 2025)

How much disk space do local AI models use on a Mac?

Popular local AI models take 2–43 GB each in Ollama's default quantisation, and eight of the most-used ones total 114.7 GB. (Ollama registry)

llama3.2:3b2.0 GB
llama3.1:8b4.9 GB
qwen2.5-coder:7b4.7 GB
deepseek-r1:14b9.0 GB
mistral-small:24b14.3 GB
gemma3:27b17.4 GB
qwen2.5-coder:32b19.9 GB
llama3.3:70b42.5 GB

How popular are these models?

ModelOllama downloads
llama3.1119.9M
deepseek-r193.2M
llama3.284.4M
gemma340.7M
qwen338M
qwen2.5-coder21.8M
gpt-oss13.2M
llama3.34.2M
mistral-small3.1M

Download counts as shown on each model's page at ollama.com on September 26, 2026.

Does the same model take space twice?

Yes. Ollama, Hugging Face/MLX and LM Studio each keep their own copy, so Qwen2.5 Coder 32B takes 19.9 GB in Ollama and 18.4 GB as an MLX download: 38.3 GB for one model. (Ollama, Hugging Face) The same families as 4-bit MLX models (total repository size):

Llama-3.2-3B-Instruct-4bit1.8 GB
Meta-Llama-3.1-8B-Instruct-4bit4.5 GB
Qwen2.5-Coder-32B-Instruct-4bit18.4 GB
gemma-3-27b-it-4bit16.9 GB
Llama-3.3-70B-Instruct-4bit39.7 GB
whisper-large-v3-mlx3.1 GB

Hugging Face's mlx-community organisation alone publishes 5,605 models converted for Apple silicon. (Hugging Face) See how to delete Ollama models and how to clear the Hugging Face cache.

How much space does Xcode use?

Xcode 26.5 takes 5.1 GB, and one iOS simulator runtime adds 8.5 GB: 13.6 GB before you build anything. (measured)

ItemSizeHow measured
Xcode 26.5 app5.1 GBdu on /Applications/Xcode.app
iOS 26.5 simulator runtime8.5 GBxcrun simctl runtime list
Total before building anything13.6 GB

DerivedData, iOS DeviceSupport (3–6 GB per iOS version of each connected device) and old runtimes come on top. See how to clear Xcode's leftovers.

How big is node_modules for a new JavaScript project?

A new Next.js project installs 369 packages taking at least 429 MB, while a Vite + React project installs 25 packages and 70 MB. (npm registry)

Starter stackPackagesnode_modules size
Next.js 16.3.6 (TypeScript, Tailwind, ESLint)369at least 429 MB
Expo SDK 57 (React Native 0.87.1)496at least 283 MB
Vite 8.3.1 + React (TypeScript)2570 MB

"At least" because a few packages don't publish their size (12 for Next.js, 43 for Expo). These packages are downloaded constantly: in the month to 2026-09-24, npm served next 197 million times, react 627 million, vite 643 million and typescript 1.0 billion times. (npm downloads API) See how to delete every node_modules folder.

How big are Python machine-learning packages on macOS?

The PyTorch wheel for Apple silicon is 127 MB to download and TensorFlow's is 223 MB; installed, they take more. (PyPI)

PackageVersionmacOS arm64 download
tensorflow2.21.0223 MB
torch2.14.0127 MB
opencv-python5.0.0.9348 MB
jupyterlab4.6.417 MB
transformers5.17.012 MB
numpy2.5.312 MB
mlx0.32.21 MB
mlx-lm0.31.30 MB

Each project's virtual environment gets its own copy, and pip and uv cache every wheel they download. See how to clear package caches.

How big are common Docker images?

Official images for Node.js and Python are about 400 MB each to download for Apple silicon, compressed. (Docker Hub)

Image (linux/arm64)Compressed downloadAll-time pulls
node:22400 MB7.0 billion
python:3.12400 MB9.3 billion
postgres:17160 MB11.6 billion
mysql:8.4234 MB5.2 billion
redis:743 MB11.3 billion
ubuntu:24.0429 MB10.1 billion

Images take more space once unpacked, and every version you pull stays until you prune it. See how to shrink Docker's disk.

How much usable space does a 256 GB Mac have?

The 256 GB MacBook we measured has an SSD of 251.0 GB, of which macOS gets a 245.1 GB container, the capacity Finder shows. (measured) Apple counts 1 GB as 1 billion bytes and notes that "actual formatted capacity" is less. (Apple) macOS, its apps and System Data then take their share before any of the tools above.

Apple's current 256 GB Mac is MacBook Neo at $699; the 512 GB model is $799. (Apple) MacBook Air starts at $1,299 with 512 GB (options up to 4 TB). (Apple) Xcode with one runtime (13.6 GB) and three mid-size models (about 50 GB) fill a large part of a 256 GB Mac before any projects.

How many developers use a Mac?

32.9% of professional developers use macOS as the primary operating system they work in, and 32.7% for personal use. (Stack Overflow Developer Survey 2025)

How many developers use AI tools?

84% of developers are using or planning to use AI tools in their development process, up from 76% the year before. (Stack Overflow Developer Survey 2025) Running models locally is where the disk space goes.

See your own numbers. Storage Cleaner scans your Mac for every item in this report, shows when you last used each one, and cleans to the Trash with Undo. Scanning is free.

Try Storage Cleaner free

Method and sources

Registry data collected September 26, 2026 (2026-09-26T12:25+00:00). Sizes in decimal units (1 GB = 109 bytes), as macOS reports them. We update this page every quarter.

Using this data

You're welcome to use these figures, with a link to this page (CC BY 4.0). Suggested citation:

Storage Cleaner, "Mac Developer Storage Statistics 2026", storagecleaner.dev/research/developer-disk-space-2026, September 26, 2026.

Download the data: developer-disk-space-2026.json. Spotted an error? Email [email protected].