# Installer fastfetch avec Homebrew, apk, chocolatey, apt, dnf, MacPorts, Nix, pacman, zypper, scoop, winget

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de fastfetch pour les workflows d'agents IA.

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install fastfetch
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install fastfetch
```

  Preuve: 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
```

  Preuve: 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
```

  Preuve: 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
```

  Preuve: 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
```

  Preuve: 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
```

  Preuve: 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
```

  Preuve: 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
```

  Preuve: 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
```

  Preuve: 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
```

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

## Faits du paquet

- **Clé du paquet:** brew:fastfetch
- **Gestionnaire de paquets:** Homebrew
- **Version:** 2.66.0
- **Résumé source:** Like neofetch, but much faster because written mostly in C
- **Page d'accueil:** <https://github.com/fastfetch-cli/fastfetch>
- **Dépôt:** <https://github.com/fastfetch-cli/fastfetch>
- **Dernière mise à jour:** 2026-07-10T10:18:48Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- fastfetch (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 2.66.0
## Historique du projet et usages

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.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

- 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.

### Sources

- <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>


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour fastfetch. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.



## 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
## Autres enregistrements de gestionnaires de paquets

- 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)


## Sources

- 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
