macOS
brew install gollamalocal Homebrew formula metadata
brew
Go manage your Ollama models. Version 2.0.5 via Homebrew; verified 2026-06-22.
install
brew install gollamalocal Homebrew formula metadata
nix profile install nixpkgs#gollamanixpkgs package indexes · pkgs/by-name/go/gollama/package.nix · source: api.github.com
overview
Go manage your Ollama models
history
Gollama is a macOS and Linux TUI/CLI for managing Ollama models. Its README describes listing, inspecting, deleting, copying, pushing, running, unloading, sorting, filtering, and editing models.
Sam McLeod's June 2024 project post says Gollama started as a rewrite of `llamalink`, then expanded into a friendlier model-management interface. Early documentation emphasized linking Ollama models to LM Studio as well as listing and deleting local models.
The README later broadened the tool with Modelfile editing, registry push/pull operations, running-model views, vRAM estimation, search, and configurable Ollama API host options.
The maintainer documented a 2025 shift: LM Studio linking was removed in the v2.0.1 era because ongoing upstream changes and local-configuration differences made the feature costly to maintain, and development slowed as the maintainer's own model-serving workflow moved away from Ollama.
Gollama belongs to the local-LLM wave around Ollama: it is a companion tool for users who accumulate many local model tags and need a terminal interface to clean, inspect, run, and organize them. The batch input records Homebrew and Nix packages, matching the macOS/Linux developer audience named in the README.
Its adoption story is narrower than Ollama itself but meaningful for package catalogs because it packages local model housekeeping into one Go binary and can be installed without a desktop UI.
The primary workflow is running `gollama` to open the TUI, then using hotkeys to select, run, inspect, delete, edit, copy, pull, push, sort, and unload models. The CLI also supports list, search, edit, host override, custom Ollama directory, log-level, and vRAM estimation flags.
Gollama reads and writes user configuration under `~/.config/gollama/`, including sorting, displayed columns, API URL, log level, and related display options. It may store an Ollama API key in that configuration when users choose to configure one, but the package itself is not primarily a credential manager.
For package nerds, Gollama is a good example of the post-Ollama helper-binary ecosystem: small Go tools that wrap a local AI runtime with ergonomic terminal workflows. It is easy for Homebrew and Nix users to install beside Ollama, LM Studio, llama.cpp, and model-management scripts.
The v2 removal of LM Studio linking is also significant: it shows how fast-moving local-AI tools force package maintainers and users to track feature removals, not just version bumps.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
gollama | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/sammcj/gollama
install metadata
| Package key | brew:gollama |
|---|---|
| Version | 2.0.5 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/gollama |
| Homepage | https://smcleod.net |
| Repository | https://github.com/sammcj/gollama |
| Upstream docs | https://github.com/sammcj/gollama#readme |
| License | MIT |
| Source archive | https://github.com/sammcj/gollama/archive/refs/tags/v2.0.5.tar.gz |
| Last updated | 2026-06-22T14:03:37-07:00 |
| Pulse | updated |
| Build dependencies | go |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | gollama |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
gollama
nix profile install nixpkgs#gollamasource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.