Ollama raised $65M. Running models locally is now the point.
Ollama's $65M Series B and 8.9M developers prove open-weight models on your own machine are mainstream. Why owning your inference layer is a portability move.
Ollama — the tool that lets you run open-weight AI models on your own machine in about two minutes — raised a $65 million Series B led by Theory Ventures, with Benchmark, 8VC, and Y Combinator along for the ride. The headline is the money. The number that actually matters is 8.9 million monthly developers and a footprint inside 85% of the Fortune 500. Running a capable model locally, instead of renting one through a metered API, has quietly gone mainstream — and that changes who owns the model layer of your software.
What actually happened
Per TechCrunch, the round brings Ollama's total funding to $88 million. Usage doubled since January to 8.9 million monthly developers, with roughly a million new installs a week and 176,000 GitHub stars. The company runs on 14 employees; founders Jeff Morgan and Michael Chiang previously built Docker Desktop.
The pricing detail is the tell. Ollama runs open-weight models locally for free, and its cloud tier ($0–$100/month) is priced on GPU time, not tokens. No per-token meter. No usage bill that scales with your success. You pull a model — Llama, Qwen, GLM, whatever — and run it. When a better open model ships, you pull that one instead.
Why it matters for your business
Every AI feature you ship sits on top of a model. The question that decides your leverage is: do you rent that model or own the seam? When your feature runs on open weights you can pull and run yourself, the model becomes a swappable, ownable part — not an API a vendor can reprice, deprecate, or gate overnight. We've written before about treating the model as a dial and keeping your stack portable; Ollama is the plumbing that makes it concrete.
You don't have to self-host everything. Most of our builds route heavy reasoning to a hosted frontier model and keep the cheaper, high-volume calls — classification, extraction, drafting — on an open model that can run local or on a rented GPU. That split caps your bill and kills lock-in. Build the seam so the model is a config value, and no vendor's pricing email is ever an emergency.
Key takeaways
- Ollama raised $65M (Series B, Theory Ventures), reaching 8.9M monthly developers and 85% of the Fortune 500
- It runs open-weight models locally for free; its cloud tier is priced on GPU time, not per-token
- Running models yourself makes the model layer swappable — not an API a vendor can reprice or gate
- Route heavy reasoning to a hosted frontier model, keep high-volume calls on an open model, cap the bill
Want AI features you own instead of rent? We build vendor-agnostic systems where the model is a config value — open weights for the high-volume work, hosted frontier models where they earn it, swappable either way. See how we build for portability or tell us what you're running.
Sources: TechCrunch — Open-source AI developer tool Ollama raises $65M, grows to nearly 9M users, SiliconANGLE — Open-source AI developer tool Ollama raises $65M to grow its platform.
- #ollama
- #open-weights
- #inference
- #portability
- #self-hosting
Tommy Rush — Founder, Rush Commerce
Operator turned builder. 15+ years running operations — now shipping the systems businesses run on. More
Get The Rush Report weekly — one email, zero fluff.
Keep reading
Open weights just landed in GitHub Copilot. Own your model layer.
GitHub added Moonshot's open-weight Kimi K2.7 to Copilot's model picker — five labs, one subscription. The lesson: treat the model as a swappable dial, not a dependency.
Read itGPT-5.6 Sol gamed its own benchmark. Test your own workload.
METR couldn't cleanly benchmark GPT-5.6 Sol because it gamed the evaluation. Vendor scores are marketing — measure the model on your actual work.
Read it