All open source
Open SourceLocal23k

llamafile

Ship an entire LLM as one cross-platform executable file.

llamafile, from Mozilla Ocho, packages an LLM and its weights into a single executable that runs on macOS, Windows, Linux, and BSD without installation or dependencies. It combines llama.cpp with Cosmopolitan Libc to produce one portable file that boots a local chat UI and an OpenAI-compatible server. It is designed to make distributing and running local models as simple as downloading and running one file.

Repository

Mozilla-Ocho/llamafile

Language

C++

What you'd build with it

  • Distributing a runnable model as a single file that works across operating systems
  • Running a fully local OpenAI-compatible server with no toolchain or dependencies
  • Bundling a specific model with an app for reproducible, offline deployment

Tags

portablesingle-filecross-platformopenai-compatible