# 使用 Homebrew, apk, apt, MacPorts, Nix, pacman, scoop, zypper 安装 amfora

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