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

推荐订阅源

A
Arctic Wolf
博客园 - 聂微东
F
Fortinet All Blogs
云风的 BLOG
云风的 BLOG
小众软件
小众软件
V
Visual Studio Blog
博客园 - 三生石上(FineUI控件)
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Apple Machine Learning Research
Apple Machine Learning Research
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
The Cloudflare Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
The GitHub Blog
The GitHub Blog
Y
Y Combinator Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园_首页
L
LangChain Blog
A
About on SuperTechFans
阮一峰的网络日志
阮一峰的网络日志
I
Intezer
T
The Blog of Author Tim Ferriss
Security Latest
Security Latest
C
CXSECURITY Database RSS Feed - CXSecurity.com
Know Your Adversary
Know Your Adversary
Simon Willison's Weblog
Simon Willison's Weblog
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
P
Palo Alto Networks Blog
Scott Helme
Scott Helme
S
Secure Thoughts
Spread Privacy
Spread Privacy
T
Threat Research - Cisco Blogs
Attack and Defense Labs
Attack and Defense Labs
P
Privacy & Cybersecurity Law Blog
O
OpenAI News
H
Heimdal Security Blog
www.infosecurity-magazine.com
www.infosecurity-magazine.com
Help Net Security
Help Net Security
C
Cyber Attacks, Cyber Crime and Cyber Security
Blog — PlanetScale
Blog — PlanetScale
GbyAI
GbyAI
G
Google Developers Blog
博客园 - Franky
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
K
Kaspersky official blog
Recent Commits to openclaw:main
Recent Commits to openclaw:main
T
Tor Project blog
D
Darknet – Hacking Tools, Hacker News & Cyber Security
T
Tenable Blog
Google Online Security Blog
Google Online Security Blog
PCI Perspectives
PCI Perspectives

Mozilla.ai

From Evaluation to Guardrails: What We Brought to ACM FAccT 2026 Open Models are ready for agents. Their APIs are not. Using Octonous as an AI Safety Engineer The Control Layer: Why the Next Era of AI Is About Infrastructure, Not Just Models Introducing Otari: The Open-Source LLM Control Plane Announcing transcribe.cpp Using Octonous as a Product Manager Image Classification Comes to encoderfile What is an LLM control plane? Use the Otari Gateway with OpenCode Otari: Own Your AI Stack | AI Gateway & Hosted Platform AI Got Expensive. Now What? | Mozilla.ai cq exchange: Agents without Borders The Interface Is No Longer the Product VIBE✓: First Defense for cq (Stack Overflow for Agents) Octonous Open Beta: What We've Learned and Where We're Going Sovereign AI: Control, Choice, and Beyond Geopolitics Encoderfile’s New Format: Why a “Dull” Design Wins The Real Challenge Behind Small Trade Businesses Hardening Your LLM Dependency Supply Chain cq: Stack Overflow for Agents cq: Stack Overflow for Agents When Shipping Software Becomes Too Easy Mozilla.ai Joins Flower Hub as Launch Partner Owning Code in the Age of AI The Star Chamber: Multi-LLM Consensus for Code Quality
llamafile Reloaded: What’s New in v0.10.0
Davide Eynard · 2026-03-20 · via Mozilla.ai
Product Release

llamafile 0.10.0 unifies portability and modern model features. Bundle weights, run multimodal models, and access tool calling and Anthropic Messages API support, all from a single executable.

Davide Eynard

3 min read

llamafile Reloaded: What’s New in v0.10.0

We are happy to announce the release of llamafile 0.10.0.

Since our previous announcement, we've rebuilt llamafile from the ground up, following an approach that makes it far easier to keep pace with its upstream dependencies.

We started with a polyglot build of llama.cpp, so we could get the best of two worlds. On one side, the signature features that make llamafile what it is: portability across different systems and CPU architectures, plus the ability to bundle model weights directly into llamafile executables. On the other side, all the features and model support available in the latest versions of llama.cpp, so that now you can serve Qwen3.5 models for vision, lfm2 for tool calling, and use Anthropic Messages API to run Claude code with a local model, all of this by running a single executable file.

What can the new llamafile do?

We asked for your feedback and we hear you: what makes a llamafile isn't just an APE executable. So we've brought back more of llamafile's original features. Here's what you'll find in 0.10.0:

  • APE executable running out-of-the-box on multiple OSes and CPU architectures
  • Full llama.cpp server feature set, including recent models, multimodal support, tool calling, and the Anthropic Messages API
  • Multimodal model support in the terminal chat
  • Multiple UIs: CLI tool, HTTP server, and terminal chat interface
  • Metal GPU support
  • CUDA GPU support (currently tested on Linux)
  • CPU optimizations for different architectures
  • Whisperfile

Where can I get a llamafile?

We provide a few pre-built llamafiles for you to try here. We've selected a variety of models covering different capabilities (thinking, multimodal, tool calling) and sizes ranging from 0.6B to 27B parameters. But we don't want to be a bottleneck to your creativity, so we want you to experiment with different models and configurations! 

If you already have model weights on your system, you can just download the main llamafile executable and load your GGUF files directly. The v0.10.0 llamafile and whisperfile executables are available here. Check out our documentation to see how to run them with pre-downloaded models. And if you are looking for an easier way to bundle your own llamafiles, here’s a teaser image from llamafile-builder, an application we are building with this specific goal:

What next?

We have plenty of ideas for the future llamafile. Here's what we're currently working on:

  • Feature parity with the older version of llamafile. We documented here some of the features we haven’t caught up with yet. Let us know what you'd like prioritized!
  • Easier bundling (see the teaser above): we want to see you experimenting with combinations of models and parameters we never thought of, and sharing them around!
  • Vulkan support: check out one more teaser we left for you at the end of this post.
  • And of course, finding and fixing any new issues we can spot. 🙂

What about the old llamafile?

If there's something you're missing from the old llamafile:

  • Let us know! We want to build something that's useful for you.
  • Check out previous builds: you can still download source code from older commits and binaries from previous releases.
  • Look for older llamafiles: we're still hosting a wide range of older models on HuggingFace, and for each one we specify the llamafile version it was built with.
  • Build your own: we'll be making it easier for you to build llamafiles with whatever version of the software you want.

… And last but not least, if you need another good reason to try the newer llamafiles: