# Installer foot avec Homebrew, apk, apt, dnf, Nix, pacman, zypper

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

## installation

```sh
sudo av install brew:foot
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install foot
```

  Preuve: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add foot
```

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

- Debian apt (92%):

```sh
sudo apt install foot
```

  Preuve: Debian stable package indexes: foot from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install foot
```

  Preuve: Fedora Rawhide package metadata: foot from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#foot
```

  Preuve: nixpkgs package indexes: pkgs/by-name/fo/foot/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S foot
```

  Preuve: Arch Linux sync databases: foot from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install foot
```

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

## Faits du paquet

- **Clé du paquet:** brew:foot
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/foot>
- **Version:** 1.27.0
- **Résumé source:** Fast, lightweight and minimalistic Wayland terminal emulator
- **Page d'accueil:** <https://codeberg.org/dnkl/foot>
- **Docs amont:** <https://codeberg.org/dnkl/foot>
- **Licence:** MIT
- **Archive source:** <https://codeberg.org/dnkl/foot/archive/1.27.0.tar.gz>
- **Dernière mise à jour:** 2026-07-16T12:50:32Z
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- foot (cli)
- footclient (cli)
- foot (alias)
- footclient (alias)

## Dépendances

- fcft
- fontconfig
- freetype
- libxkbcommon
- pixman
- utf8proc
- wayland

## Dépendances de compilation

- cmake
- meson
- ninja
- pkgconf
- scdoc
- tllist
- wayland-protocols

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, x86_64_linux

## Version et fraîcheur

- page générée: 2026-08-04
- version du gestionnaire: 1.27.0
- gestionnaire mis à jour: 2026-07-16
- données locales: OK
- dépôt amont: https://codeberg.org/dnkl/foot
- info: Release/tag comparison is only available for GitHub repositories.
## Historique du projet et usages

foot is a fast, lightweight Wayland-native terminal emulator whose own README emphasizes low dependency, disk, and memory footprint; desktop-environment independence; a server/daemon mode; searchable scrollback; URL handling; color emoji; true color; sixel images; and modern terminal protocol support.

### Historique du projet

The project is developed on Codeberg by dnkl and is written for Wayland rather than for X11 compatibility. Its README presents foot as a focused terminal emulator, while its installation guide documents Meson-based builds and the author's related libraries fcft and tllist as part of the build ecosystem.

The name is explained by the maintainer as a contraction from 'foo terminal' through 'footerm' to 'foot', matching the small, utilitarian naming style of the project.

### Historique d'adoption

foot became notable in Wayland-oriented Linux packaging because it is designed as a native Wayland terminal with its own terminfo. The installation guide notes that ncurses has included a version of foot's terminfo since the 2021-07-31 ncurses release, while still documenting packaging choices for foot-specific or separately packaged terminfo definitions.

### Modes d'utilisation

Users run foot directly or use footclient with the server mode. Configuration is read from XDG-style foot.ini paths, and packagers can tune Meson options for documentation, tests, IME, grapheme clustering, terminfo, systemd units, and utmp backends.

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

Package maintainers care about foot because it sits at the intersection of Wayland, terminal capability databases, optional runtime integrations, and small C dependencies. Its docs explicitly discuss whether to use ncurses' bundled terminfo or package foot's own terminfo, a detail that affects remote shells, tmux, and TERM/TERMINFO behavior.

### Chronologie

- 2021: ncurses 2021-07-31 includes a version of foot's terminfo, according to foot's install guide.
- 2025: foot 1.27.0 adds configurable URL underline styles in the project changelog.
- 2026: the Codeberg releases page lists a 1.27.0 release dated 2026-05-15.

### Related projects

- foot's installation guide identifies fcft and tllist as related libraries by the same maintainer. Its README also links terminal features to related protocol ecosystems such as kitty underlines, synchronized updates, and sixel.

### Sources

- <https://codeberg.org/dnkl/foot>
- <https://codeberg.org/dnkl/foot/raw/branch/master/CHANGELOG.md>
- <https://codeberg.org/dnkl/foot/raw/branch/master/INSTALL.md>
- <https://codeberg.org/dnkl/foot/raw/branch/master/README.md>
- <https://codeberg.org/dnkl/foot/releases>


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour foot. Les métadonnées de paquet 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: $XDG_CONFIG_HOME/foot/foot.ini, ~/.config/foot/foot.ini, $XDG_CONFIG_DIRS/foot/foot.ini, /etc/xdg/foot/foot.ini
## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** foot
- **Version Scheme:** 0
- **Revision:** 0
- **Requirements:** linux
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## Autres enregistrements de gestionnaires de paquets

- Debian apt - foot - 1.21.0-2: normalized package name match | Debian stable package indexes: foot from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Fast, lightweight and minimalistic Wayland terminal emulator | https://codeberg.org/dnkl/foot
- Debian apt - foot-extra-terminfo - 1.21.0-2: normalized package name match | Debian stable package indexes: foot-extra-terminfo from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Fast, lightweight and minimalistic Wayland terminal emulator (extra terminfo files) | https://codeberg.org/dnkl/foot
- Debian apt - foot-terminfo - 1.21.0-2: normalized package name match | Debian stable package indexes: foot-terminfo from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Fast, lightweight and minimalistic Wayland terminal emulator (terminfo files) | https://codeberg.org/dnkl/foot
- Debian apt - foot-themes - 1.21.0-2: normalized package name match | Debian stable package indexes: foot-themes from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Fast, lightweight and minimalistic Wayland terminal emulator (theme files) | https://codeberg.org/dnkl/foot
- Nix - foot: normalized package name match | nixpkgs package indexes: pkgs/by-name/fo/foot/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - foot - 1.16.2-2build1: normalized package name match | Ubuntu 24.04 LTS package indexes: foot from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Fast, lightweight and minimalistic Wayland terminal emulator | https://codeberg.org/dnkl/foot
- Ubuntu apt - foot-terminfo - 1.16.2-2build1: normalized package name match | Ubuntu 24.04 LTS package indexes: foot-terminfo from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Fast, lightweight and minimalistic Wayland terminal emulator (terminfo files) | https://codeberg.org/dnkl/foot
- Ubuntu apt - foot-themes - 1.16.2-2build1: normalized package name match | Ubuntu 24.04 LTS package indexes: foot-themes from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Fast, lightweight and minimalistic Wayland terminal emulator (theme files) | https://codeberg.org/dnkl/foot
- apk - foot - 1.27.0-r0: normalized package name match | Alpine Linux edge package indexes: foot from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Fast, lightweight and minimalistic Wayland terminal emulator | https://codeberg.org/dnkl/foot
- apk - foot-bash-completion - 1.27.0-r0: normalized package name match | Alpine Linux edge package indexes: foot-bash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Bash completions for foot | https://codeberg.org/dnkl/foot
- apk - foot-dbg - 1.27.0-r0: normalized package name match | Alpine Linux edge package indexes: foot-dbg from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Fast, lightweight and minimalistic Wayland terminal emulator (debug symbols) | https://codeberg.org/dnkl/foot
- apk - foot-doc - 1.27.0-r0: normalized package name match | Alpine Linux edge package indexes: foot-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Fast, lightweight and minimalistic Wayland terminal emulator (documentation) | https://codeberg.org/dnkl/foot
- apk - foot-extra-terminfo - 1.27.0-r0: normalized package name match | Alpine Linux edge package indexes: foot-extra-terminfo from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Fast, lightweight and minimalistic Wayland terminal emulator (extra terminfo data) | https://codeberg.org/dnkl/foot
- apk - foot-fish-completion - 1.27.0-r0: normalized package name match | Alpine Linux edge package indexes: foot-fish-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Fish completions for foot | https://codeberg.org/dnkl/foot
- apk - foot-openrc - 1.27.0-r0: normalized package name match | Alpine Linux edge package indexes: foot-openrc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Fast, lightweight and minimalistic Wayland terminal emulator (OpenRC init scripts) | https://codeberg.org/dnkl/foot
- apk - foot-themes - 1.27.0-r0: normalized package name match | Alpine Linux edge package indexes: foot-themes from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Fast, lightweight and minimalistic Wayland terminal emulator (color schemes) | https://codeberg.org/dnkl/foot


## Liens liés

- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://pkg.so/fr/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Game and emulation packages](https://pkg.so/fr/game-emulation-tools/) - Matched game or emulation metadata.
- [Homebrew utility packages](https://pkg.so/fr/brew-utility-packages/) - Matched Homebrew package provider.
- [fontconfig](https://pkg.so/fr/brew/fontconfig/) - Runtime dependency declared by Homebrew.
- [freetype](https://pkg.so/fr/brew/freetype/) - Runtime dependency declared by Homebrew.
- [libxkbcommon](https://pkg.so/fr/brew/libxkbcommon/) - Runtime dependency declared by Homebrew.
- [wayland](https://pkg.so/fr/brew/wayland/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://pkg.so/fr/brew/pkgconf/) - Build dependency declared by Homebrew.
- [cmake](https://pkg.so/fr/brew/cmake/) - Build dependency declared by Homebrew.
- [ninja](https://pkg.so/fr/brew/ninja/) - Build dependency declared by Homebrew.
- [meson](https://pkg.so/fr/brew/meson/) - Build dependency declared by Homebrew.
- [tree](https://pkg.so/fr/brew/tree/) - Shares pkgdb curated category or tags: cli, system, terminal.
- [qemu](https://pkg.so/fr/brew/qemu/) - Shares pkgdb curated category or tags: cli, emulator, system.
- [htop](https://pkg.so/fr/brew/htop/) - Shares pkgdb curated category or tags: cli, system, terminal.
- [eza](https://pkg.so/fr/brew/eza/) - Shares pkgdb curated category or tags: cli, system, terminal.
- [watch](https://pkg.so/fr/brew/watch/) - Shares pkgdb curated category or tags: cli, system, terminal.
- [pv](https://pkg.so/fr/brew/pv/) - Shares pkgdb curated category or tags: cli, system, terminal.
- [nushell](https://pkg.so/fr/brew/nushell/) - Shares pkgdb curated category or tags: cli, system, terminal.
- [rxvt-unicode](https://pkg.so/fr/brew/rxvt-unicode/) - Local package facts share a topical domain. Shared terms: cli, emulator, fontconfig, freetype, system.
- [ipmitool](https://pkg.so/fr/brew/ipmitool/) - Local package facts share a topical domain. Shared terms: cli, system.
- [jdupes](https://pkg.so/fr/brew/jdupes/) - Local package facts share a topical domain. Shared terms: cli, system.

## Combined YAML source

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


## Sources

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