# amfora を Homebrew, apk, apt, MacPorts, Nix, pacman, scoop, zypper でインストール

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

## インストール

```sh
sudo av install brew:amfora
```

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

### macOS

- Homebrew (100%):

```sh
brew install amfora
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install amfora
```

  証拠: MacPorts ports tree: net/amfora/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add amfora
```

  証拠: Alpine Linux edge package indexes: amfora from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install amfora
```

  証拠: Debian stable package indexes: amfora from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#amfora
```

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

- pacman (92%):

```sh
sudo pacman -S amfora
```

  証拠: Arch Linux sync databases: amfora from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install amfora
```

  証拠: openSUSE Tumbleweed package metadata: amfora from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

### Windows

- Scoop (92%):

```sh
scoop install extras/amfora
```

  証拠: Scoop official bucket manifest trees: bucket/amfora.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:amfora
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/amfora>
- **バージョン:** 1.11.0
- **ソース概要:** Fancy terminal browser for the Gemini protocol
- **ホームページ:** <https://github.com/makew0rld/amfora>
- **リポジトリ:** <https://github.com/makew0rld/amfora>
- **上流ドキュメント:** <https://github.com/makew0rld/amfora#readme>
- **ライセンス:** GPL-3.0-only AND (GPL-3.0-only OR MIT)
- **ソースアーカイブ:** <https://github.com/makew0rld/amfora/archive/refs/tags/v1.11.0.tar.gz>
- **生成日時:** 2026-07-08T07:18:31+00:00

## 実行可能ファイル

- amfora (cli)
- amfora (エイリアス)

## ビルド依存関係

- go

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-07-08
- マネージャ版: 1.11.0
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/makew0rld/amfora
- 検出された最新: v1.11.0 (最新)
- 情報: No package-manager update timestamp was available.
## プロジェクトの歴史と使われ方

Amfora is a terminal browser for the Gemini protocol, written in Go and packaged as a single CLI/TUI application. Its README presents it as a featureful, attractive Gemini client rather than a multi-protocol browser, explicitly directing users who want Gopher or other non-Web protocols to Bombadillo.

### プロジェクトの歴史

The makew0rld/amfora repository was created in June 2020, during the early wave of Gemini protocol clients. The README's demo notes v1.0.0 and describes a goal of being the best-looking Gemini client with the most features in the terminal, while remaining cross-platform with full Windows support.

Amfora built on Go terminal and content libraries such as cview, tcell, Viper, go-gemini, gofeed, Chroma, and termenv. Its feature list grew beyond basic Gemini browsing to tabs, TOFU certificate handling, bookmarks, downloads, theming, proxying, client certificates, subscriptions, feed support, and syntax highlighting for preformatted blocks.

### 採用の歴史

Amfora quickly became one of the better-known Gemini clients because it combined terminal-native packaging with a polished UI at a time when Gemini was intentionally small and client choice mattered. The README documents packaging across many Linux distributions, Homebrew, MacPorts, Scoop, Termux caveats, binary releases, and source builds.

The project entered maintenance mode after the author's 2023 blog post about stepping back from Gemini, but official releases continued later, with v1.10.0 in 2024 and v1.11.0 in 2025. That makes it both a historical Gemini-boom package and still a maintained-enough terminal client for users who remain in geminispace.

### 使われ方

Users run amfora as an interactive terminal browser. Configuration is TOML-based, with the official wiki stating that config.toml is stored at ~/.config/amfora/config.toml by default, $XDG_CONFIG_HOME/amfora/config.toml when XDG_CONFIG_HOME is set, and %APPDATA%\amfora\config.toml on Windows.

Package-manager users care about terminal capabilities, Unicode behavior, config-file bootstrapping, desktop-entry installation on Unix systems, and whether the build tracks releases or HEAD. The README explicitly documents Homebrew release installs and brew --HEAD installs for macOS users.

### パッケージ好きにとっての重要性

Amfora is a neat package-manager artifact because the Gemini ecosystem was small, decentralized, and protocol-first. A distro package for Amfora often served as a user's first practical Gemini client.

It also illustrates how a niche protocol client can have serious packaging breadth: Linux distro packages, Homebrew, MacPorts, Scoop, Termux workarounds, direct binaries, and source builds all appear in the official install story.

### タイムライン

- 2020-06-18: makew0rld/amfora repository is created.
- 2020: README demo references v1.0.0-era Amfora.
- 2021-12-10: v1.9.2 release is published.
- 2023: Project enters maintenance mode according to the README.
- 2024-03-18: v1.10.0 release is published.
- 2025-07-14: v1.11.0 release is published.

### Related projects

- Gemini is the protocol and geminispace is the network/community Amfora targets.
- Bombadillo is named by Amfora as an alternative for users who want Gopher or other non-Web protocols.
- go-gemini, cview, tcell, Viper, Chroma, gofeed, and termenv are important implementation dependencies named in the README.

### ソース

- <https://api.github.com/repos/makew0rld/amfora>
- <https://api.github.com/repos/makew0rld/amfora/releases?per_page=8>
- <https://raw.githubusercontent.com/makew0rld/amfora/master/README.md>
- <https://raw.githubusercontent.com/wiki/makew0rld/amfora/Configuration.md>


## セキュリティノート

narrow executable package without higher-risk signals.

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


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: ~/.config/amfora/config.toml, $XDG_CONFIG_HOME/amfora/config.toml
- Windows: %APPDATA%\amfora\config.toml
## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** amfora
- **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:** head, stable

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

- Debian apt - amfora - 1.10.0-1+b10: normalized package name match | Debian stable package indexes: amfora from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Fancy terminal browser for the Gemini protocol | https://github.com/makeworld-the-better-one/amfora
- Nix - amfora: normalized package name match | nixpkgs package indexes: pkgs/by-name/am/amfora/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - amfora - 1.9.2-2ubuntu2: normalized package name match | Ubuntu 24.04 LTS package indexes: amfora from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Fancy terminal browser for the Gemini protocol | https://github.com/makeworld-the-better-one/amfora
- apk - amfora - 1.11.0-r9: normalized package name match | Alpine Linux edge package indexes: amfora from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | terminal browser for the Gemini protocol | https://github.com/makeworld-the-better-one/amfora
- pacman - amfora - 1.11.0-1: normalized package name match | Arch Linux sync databases: amfora from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Terminal browser for the Gemini protocol | https://github.com/makeworld-the-better-one/amfora
- zypper - amfora - 1.11.0-2.4: normalized package name match | openSUSE Tumbleweed package metadata: amfora from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | CLI/Terminal based gemini browser | https://github.com/makeworld-the-better-one/amfora
- MacPorts - amfora: normalized package name match | MacPorts ports tree: net/amfora/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - extras/amfora: normalized package name match | Scoop official bucket manifest trees: bucket/amfora.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1


## 関連リンク

- [Source-control packages](https://www.automicvault.com/ja/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://www.automicvault.com/ja/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/ja/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Web development packages](https://www.automicvault.com/ja/pkg/web-dev-tools/) - Matched web development metadata.
- [go](https://www.automicvault.com/ja/pkg/brew/go/) - Build dependency declared by Homebrew.
- [bombadillo](https://www.automicvault.com/ja/pkg/brew/bombadillo/) - Shares av.db curated category or tags: browser, cli, gemini, networking.
- [bonnie++](https://www.automicvault.com/ja/pkg/brew/bonnie/) - Shares av.db curated category or tags: browser, cli, networking.
- [arss](https://www.automicvault.com/ja/pkg/brew/arss/) - Shares av.db curated category or tags: cli, networking, terminal.
- [asuka](https://www.automicvault.com/ja/pkg/brew/asuka/) - Shares av.db curated category or tags: cli, gemini, networking.
- [bandwhich](https://www.automicvault.com/ja/pkg/brew/bandwhich/) - Shares av.db curated category or tags: cli, networking, terminal.
- [bitchx](https://www.automicvault.com/ja/pkg/brew/bitchx/) - Shares av.db curated category or tags: cli, networking, terminal.
- [c-kermit](https://www.automicvault.com/ja/pkg/brew/c-kermit/) - Shares av.db curated category or tags: cli, networking, terminal.
- [catgirl](https://www.automicvault.com/ja/pkg/brew/catgirl/) - Shares av.db curated category or tags: cli, networking, terminal.
- [felinks](https://www.automicvault.com/ja/pkg/brew/felinks/) - Local package facts share a topical domain. Shared terms: browser, cli, gemini, networking, terminal.
- [center-im](https://www.automicvault.com/ja/pkg/brew/center-im/) - Local package facts share a topical domain. Shared terms: cli, networking, protocol, terminal.
- [mabel](https://www.automicvault.com/ja/pkg/brew/mabel/) - Local package facts share a topical domain. Shared terms: cli, fancy, networking, terminal.

## Combined YAML source

View the package source record on GitHub. [combined/amfora.yml](https://github.com/automic-vault/db/blob/main/combined/amfora.yml)


## ソース

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
