Llama-macOS
by ggml-orgA cosy home for your LLMs.
About Llama-macOS
Llama-macOS is a Swift open-source ai skill project by ggml-org. A cosy home for your LLMs. With 1,335 GitHub stars and 77forks, it's one of the AI Skill tools worth knowing. You can download the source, browse it on GitHub, or read the full setup guide in the README below.
From the project README
Llama
Llama is a macOS menu bar app for running local LLMs.
<br>
[image: Llama]
<br>
Install
brew install --cask llama-app
Or download from Releases.
How it works
When you start Llama, it runs a local server at http://localhost:9931/v1.
If you have llama.cpp installed, Llama uses it. Otherwise, it installs a prebuilt binary for your Mac. Models you've already installed via llama.cpp show up in the app automatically. You can install any GGUF model from Hugging Face, and Llama also recommends models that fit your Mac's hardware.
You can chat with any model in the built-in WebUI, connect other apps (coding agents, chat UIs, editors), or use the API directly. Models load when requested and unload when idle, so they don't take up memory when not in use.
Features
- 100% local — Models run on your Mac; no data ever leaves it
- Small footprint —
4 MBnative macOS app - Zero configuration — models are auto-configured with optimal settings for your Mac
- Model recommendations — a built-in list of models your Mac can run, installable in one click
- Standard storage — models live in the Hugging Face cache, shared with
llama.cppand other tools - Built on llama.cpp — from the GGML org, developed alongside llama.cpp
Example requests
List installed models:
curl http://localhost:9931/v1/modelsThis is an excerpt from the project's own README, quoted here for reference. Read the full README on GitHub →
Llama-macOS — FAQ
What is Llama-macOS?
A cosy home for your LLMs.
Is Llama-macOS free to use?
Yes. Llama-macOS is open-source and free. You can browse the source on GitHub or download it here at no cost — no signup required.
How do I install and run Llama-macOS?
Download the latest source as a ZIP from GitHub (or clone the main branch), then follow the setup steps in the README below.
What language is Llama-macOS written in?
Llama-macOS is primarily written in Swift.
How popular is Llama-macOS?
Llama-macOS has 1,335 stars and 77 forks on GitHub, and was last updated 6/22/2026 — a useful signal of how actively it's maintained and trusted by developers.