# gollama を Homebrew, Nix でインストール

gollama のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:gollama
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install gollama
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#gollama
```

  証拠: nixpkgs package indexes: pkgs/by-name/go/gollama/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:gollama
- **パッケージマネージャ:** Homebrew
- **バージョン:** 2.0.5
- **ソース概要:** Go manage your Ollama models
- **ホームページ:** <https://smcleod.net>
- **リポジトリ:** <https://github.com/sammcj/gollama>
- **最終更新:** 2026-07-27T16:47:25+02:00
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- gollama (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 2.0.5
## プロジェクトの歴史と使われ方

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.

### タイムライン

- 2024: Project post announces Gollama as a Go-based Ollama model manager and explains its origin as a rewrite of llamalink.
- 2024: README describes TUI model listing, filtering, sorting, deleting, inspecting, and LM Studio linking.
- 2025: Release notes and README document removal of LM Studio linking in the v2 line.
- 2025-2026: README emphasizes model-management, registry, running-model, and vRAM-estimation workflows.

### Related projects

- Ollama is the local model runtime Gollama manages.
- llamalink is the maintainer's earlier project that Gollama rewrote and expanded.
- LM Studio, llama.cpp, and llama-swap are named in maintainer documentation around the removed linking feature and the maintainer's model-serving workflow.

### ソース

- <https://github.com/sammcj/gollama>
- <https://github.com/sammcj/gollama/releases>
- <https://github.com/sammcj/llamalink>
- <https://ollama.com/>
- <https://smcleod.net/2024/06/gollama-ollama-model-manager/>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

## 他のパッケージマネージャ記録

- Nix - gollama: normalized package name match | nixpkgs package indexes: pkgs/by-name/go/gollama/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/gollama.yml](https://github.com/mxcl/pkgdb/blob/main/combined/gollama.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
