mozilla-ai/llamafile

Distribute and run LLMs with a single file.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 52 minutes ago
Added to GitGenius on September 2nd, 2026
Created on September 10th, 2023
Open Issues & Pull Requests: 216 (+0)
GitHub issues: Enabled
Number of forks: 1,602
Total Stargazers: 25,916 (+0)
Total Subscribers: 231 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 27.6 hours
Mean response time: 27.8 days
90th percentile: 77.2 days
Tracked items: 225

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 86% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "request to lend support" is answered fastest, typically in about an hour, while "enhancement" waits about 10 days. Only 7% of issues opened in the past year have been closed. Three people close 77% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 121
New in 7 days: 3
Closed in 7 days: 0
Avg open age: 533 days
Stale 30+ days: 115
Stale 90+ days: 106

Recent activity

Opened in 7 days: 3
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 1

Top labels

  • bug (134)
  • medium severity (46)
  • enhancement (42)
  • high severity (30)
  • low severity (27)
  • critical severity (26)
  • question (14)
  • request to lend support (10)

Detailed Description

llamafile is a single-file executable tool that distributes and runs large language models locally across operating systems and CPU architectures without installation.

The tool solves the complexity of deploying open-source LLMs by combining llama.cpp with Cosmopolitan Libc into a unified framework. This approach packages everything needed to run a model into one executable file that works on most platforms with no setup required. The project also includes whisperfile, a companion single-file speech-to-text tool built on whisper.cpp that handles audio transcription and translation across the same range of platforms.

Developers should choose this tool if they want to distribute LLMs to end users without requiring installation steps or complex dependency management. It suits projects where portability and simplicity are priorities, particularly when targeting users across different operating systems. The tool works with GGUF format models and supports both bundled models and external weights. Users with powerful hardware or GPUs can select larger models for better accuracy, though Windows users should note that executables above 4GB require downloading the llamafile binary separately and running it with external model files.

The project underwent a significant rebuild starting from version 0.10.0 to align more closely with recent llama.cpp releases, enabling support for newer models and features while acknowledging that some previous functionality was not carried forward. The team maintains pre-built llamafiles with clear version labeling so users know which server version they are downloading. The project actively solicits user feedback through discussions and blog posts about what features matter most and where improvements would add value.