# 使用 Homebrew, apk, chocolatey, apt, dnf, MacPorts, Nix, pacman, zypper, scoop, winget 安装 fastfetch

查看 fastfetch 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:fastfetch
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install fastfetch
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install fastfetch
```

  证据: MacPorts ports tree: sysutils/fastfetch/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add fastfetch
```

  证据: Alpine Linux edge package indexes: fastfetch from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install fastfetch
```

  证据: Debian stable package indexes: fastfetch from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install fastfetch
```

  证据: Fedora Rawhide package metadata: fastfetch from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#fastfetch
```

  证据: nixpkgs package indexes: pkgs/by-name/fa/fastfetch/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S fastfetch
```

  证据: Arch Linux sync databases: fastfetch from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install fastfetch
```

  证据: openSUSE Tumbleweed package metadata: fastfetch from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

### Windows

- Chocolatey (92%):

```sh
choco install fastfetch
```

  证据: Chocolatey community package catalog: fastfetch from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','everythingpowertoys'

- Scoop (92%):

```sh
scoop install main/fastfetch
```

  证据: Scoop official bucket manifest trees: bucket/fastfetch.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

- winget (92%):

```sh
winget install --id Fastfetch-cli.Fastfetch -e
```

  证据: Windows Package Manager source index: Fastfetch-cli.Fastfetch from https://cdn.winget.microsoft.com/cache/source.msix

## 软件包事实

- **软件包键:** brew:fastfetch
- **软件包管理器:** Homebrew
- **版本:** 2.66.0
- **来源摘要:** Like neofetch, but much faster because written mostly in C
- **主页:** <https://github.com/fastfetch-cli/fastfetch>
- **仓库:** <https://github.com/fastfetch-cli/fastfetch>
- **最后更新:** 2026-07-10T10:18:48Z
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- fastfetch (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 2.66.0
## 项目历史与用法

fastfetch is a neofetch-like system information tool written mainly in C, with an emphasis on speed, active maintenance, broad platform support, and JSONC-based customization. It became one of the main successors in the terminal screenshot and system-info niche after neofetch stagnated.

### 项目历史

The official README positions fastfetch as a neofetch-like tool for fetching system information and displaying it attractively. Unlike shell-script-oriented predecessors, fastfetch is written mainly in C and targets performance and customizability across Linux, macOS, Windows, Android, BSDs, Haiku, and SunOS-family systems.

The project documents a 1.0.0 tag series and a large 2.x release line in its Git tags. Its README emphasizes ongoing CI, releases, package availability, platform screenshots, presets, JSON schema documentation, and active support expectations for current versions.

fastfetch uses JSONC configuration and can generate a default config at `~/.config/fastfetch/config.jsonc`. It also exposes a large module system, formatting controls, logo options, JSON output, presets, and warnings about arbitrary shell commands in untrusted configs.

### 采用历史

fastfetch adoption grew through the same channels that made neofetch familiar: shell startup screenshots, distro displays, terminal customization, and system inventory snippets. The README explicitly compares it with neofetch and argues for fastfetch on active maintenance, speed, feature count, configurability, polish, and accuracy.

The official README lists install paths across many package ecosystems: Debian and Ubuntu, Arch, Fedora, Gentoo, Alpine, NixOS, openSUSE, Slackware, Void, Homebrew, MacPorts, Scoop, Chocolatey, winget, MSYS2, BSD package managers, and Termux. That unusually broad package coverage is a major part of its adoption story.

### 使用方式

The simplest use is `fastfetch`, which prints a compact system summary. Users can run `fastfetch -c all.jsonc` to enable all supported modules, `fastfetch -s ... --format json` to extract machine-readable data, or `fastfetch --gen-config` to create a JSONC configuration file.

Customization is the main advanced workflow: users select modules, format fields, choose logos or images, load presets, tune colors, and wire the command into interactive shells. The README also documents practical troubleshooting for privacy-related local IP display, root/Xauthority issues, p10k instant prompt interactions, image protocols, and package-count differences from neofetch.

### 为什么软件包爱好者会关心

fastfetch is package-nerd significant because it turned a screenshot-culture tool into a cross-platform compiled utility with many optional platform probes. Packaging it well means deciding which detection libraries, image backends, and platform integrations are available while keeping the tool fast and dependency-conscious.

It also became a visible example of replacement-package momentum: once a beloved package becomes unmaintained, distributions and users look for a drop-in-ish successor that is faster, packaged everywhere, and still has maintainers.

### 时间线

- 1.0.0: Public tag series existed before the larger 2.x line.
- 2.x: The project expanded release cadence and package availability across desktop, server, mobile, and BSD ecosystems.
- 2025: README notes include current Windows image-protocol support details and broad distribution support.
- 2026: Homebrew, MacPorts, Windows package managers, BSD package managers, Termux, and major Linux distributions are listed as installation options.

### Related projects

- neofetch is the direct comparison point and cultural predecessor.
- screenfetch and other system-info display tools occupy the same terminal customization niche.
- p10k, terminal image protocols, JSON schema tooling, and distro package managers appear in fastfetch's documented usage surface.

### 来源

- <https://github.com/fastfetch-cli/fastfetch>
- <https://github.com/fastfetch-cli/fastfetch#readme>
- <https://github.com/fastfetch-cli/fastfetch/wiki/Configuration>
- <https://github.com/fastfetch-cli/fastfetch/releases>
- <https://github.com/fastfetch-cli/fastfetch/tags>


## 安全说明

没有找到 fastfetch 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布，以便未来覆盖拥有稳定的软件包 URL。



## 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/fastfetch/config.jsonc
## 其他软件包管理器记录

- Debian apt - fastfetch - 2.40.4+dfsg-1: normalized package name match | Debian stable package indexes: fastfetch from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | neofetch-like tool for fetching system information | https://github.com/fastfetch-cli/fastfetch
- Nix - fastfetch: normalized package name match | nixpkgs package indexes: pkgs/by-name/fa/fastfetch/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - fastfetch - 2.66.0-r0: normalized package name match | Alpine Linux edge package indexes: fastfetch from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Maintained, feature-rich and performance oriented, neofetch-like system information tool | https://github.com/fastfetch-cli/fastfetch
- apk - fastfetch-bash-completion - 2.66.0-r0: normalized package name match | Alpine Linux edge package indexes: fastfetch-bash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Bash completions for fastfetch | https://github.com/fastfetch-cli/fastfetch
- apk - fastfetch-doc - 2.66.0-r0: normalized package name match | Alpine Linux edge package indexes: fastfetch-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Maintained, feature-rich and performance oriented, neofetch-like system information tool (documentation) | https://github.com/fastfetch-cli/fastfetch
- apk - fastfetch-fish-completion - 2.66.0-r0: normalized package name match | Alpine Linux edge package indexes: fastfetch-fish-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Fish completions for fastfetch | https://github.com/fastfetch-cli/fastfetch
- apk - fastfetch-zsh-completion - 2.66.0-r0: normalized package name match | Alpine Linux edge package indexes: fastfetch-zsh-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Zsh completions for fastfetch | https://github.com/fastfetch-cli/fastfetch
- dnf - fastfetch - 2.66.0-2.fc45: normalized package name match | Fedora Rawhide package metadata: fastfetch from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Fast neofetch-like system information tool | https://github.com/fastfetch-cli/fastfetch
- pacman - fastfetch - 2.66.0-1: normalized package name match | Arch Linux sync databases: fastfetch from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | A feature-rich and performance oriented neofetch like system information tool | https://github.com/fastfetch-cli/fastfetch
- zypper - fastfetch - 2.66.0-1.2: normalized package name match | openSUSE Tumbleweed package metadata: fastfetch from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Neofetch-like tool written mostly in C | https://github.com/fastfetch-cli/fastfetch
- zypper - fastfetch-bash-completion - 2.66.0-1.2: normalized package name match | openSUSE Tumbleweed package metadata: fastfetch-bash-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Bash Completion for fastfetch | https://github.com/fastfetch-cli/fastfetch
- zypper - fastfetch-fish-completion - 2.66.0-1.2: normalized package name match | openSUSE Tumbleweed package metadata: fastfetch-fish-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Fish Completion for fastfetch | https://github.com/fastfetch-cli/fastfetch
- zypper - fastfetch-zsh-completion - 2.66.0-1.2: normalized package name match | openSUSE Tumbleweed package metadata: fastfetch-zsh-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Zsh Completion for fastfetch | https://github.com/fastfetch-cli/fastfetch
- MacPorts - fastfetch: normalized package name match | MacPorts ports tree: sysutils/fastfetch/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Chocolatey - fastfetch: normalized package name match | Chocolatey community package catalog: fastfetch from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','everythingpowertoys'
- Scoop - main/fastfetch: normalized package name match | Scoop official bucket manifest trees: bucket/fastfetch.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## Combined YAML source

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


## 来源

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