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

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

## installation

```sh
sudo av install brew:eza
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install eza
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install eza
```

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

### Linux

- apk (92%):

```sh
sudo apk add eza
```

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

- Debian apt (92%):

```sh
sudo apt install eza
```

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

- dnf (92%):

```sh
sudo dnf install eza
```

  Preuve: Fedora Rawhide package metadata: eza 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#eza
```

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

- pacman (92%):

```sh
sudo pacman -S eza
```

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

- zypper (92%):

```sh
sudo zypper install eza
```

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

### Windows

- Scoop (92%):

```sh
scoop install main/eza
```

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

- winget (92%):

```sh
winget install --id eza-community.eza -e
```

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

## Faits du paquet

- **Clé du paquet:** brew:eza
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.23.5
- **Résumé source:** Modern, maintained replacement for ls
- **Page d'accueil:** <https://eza.rocks>
- **Dépôt:** <https://github.com/eza-community/eza>
- **Dernière mise à jour:** 2026-07-09T13:14:32Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- eza (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

eza is a Rust command-line file lister positioned as a modern replacement for the traditional Unix `ls`, with colorized output, Git awareness, extended metadata, icons, hyperlinks, tree views, and a single-binary distribution model.

### Historique du projet

The eza repository was created in 2023 by the eza-community organization and explicitly carries forward the design space of exa, while documenting fixes and additions not present in exa. Its README describes it as a more featureful and user-friendly alternative to `ls`, and calls out post-exa additions such as security fixes, hyperlink support, SELinux context output, mount point details, Git repository status output, relative dates, and a `theme.yml` customization file.

The first GitHub release under the eza name was v0.10.3 on July 31, 2023. Subsequent changelog entries show steady maintenance through 2024 and 2025, including man-page packaging, completions, build updates, and behavior fixes.

### Historique d'adoption

eza spread through the package-manager ecosystem quickly because it fit an existing command-line habit: users could alias or substitute a maintained `ls` replacement without changing file managers or shells. The project documents installation on Windows, macOS, and Linux and advertises packaging status across many repositories.

Homebrew, Debian, Ubuntu, Fedora, Arch, Nix, MacPorts, Scoop, winget, and other package-manager entries in the input all point to eza becoming the maintained successor for users who had previously tracked exa.

### Modes d'utilisation

Typical usage mirrors `ls` while adding richer defaults: grid and long listings, recursion, tree output, sorting, file-type coloring, icons, Git status, extended attributes, inode and link metadata, and custom timestamp formatting. Users often configure shell aliases such as `ls=eza` or use eza directly for tree-style directory inspection.

Configuration is intentionally small: the README documents `theme.yml` in `EZA_CONFIG_DIR` or `$XDG_CONFIG_HOME/eza`, with environment variables such as `LS_COLORS` and `EXA_COLORS` still taking precedence for compatibility.

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

eza matters to package nerds because it is a visible example of a community-maintained fork replacing an unmaintained but popular CLI. It also sits in the classic package-manager sweet spot: tiny binary, obvious executable name, man pages, shell completions, cross-platform builds, and behavior close enough to a core Unix command to invite aliases and bikeshedding.

Its packaging footprint is also useful metadata: availability across Unix-like distributions, Homebrew, Nix, Scoop, and winget signals that a terminal nicety graduated into a broadly packaged default-choice tool.

### Chronologie

- 2023: eza-community/eza repository created.
- 2023: v0.10.3 published as the first GitHub release under the eza name.
- 2024: Man pages documented as available from installed packages as of v0.18.13.
- 2025: v0.23.x changelog entries show continued maintenance, completions, build refreshes, and behavior fixes.

### Related projects

- exa is the direct predecessor and comparison point for eza.
- `ls` is the Unix command whose everyday role eza modernizes rather than replacing at the operating-system level.
- eza-themes is the official theme collection for users customizing colors and icons.

### Sources

- <https://github.com/eza-community/eza>
- <https://github.com/eza-community/eza/blob/main/README.md>
- <https://github.com/eza-community/eza/blob/main/CHANGELOG.md>
- <https://api.github.com/repos/eza-community/eza>
- <https://api.github.com/repos/eza-community/eza/releases>


## Notes de sécurité

generalized runtime or code generation signal.

- **Risque Geiger:** yellow / moyen
- generalized runtime or code generation signal


## 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: $EZA_CONFIG_DIR/theme.yml, $XDG_CONFIG_HOME/eza/theme.yml
## Autres enregistrements de gestionnaires de paquets

- Debian apt - eza - 0.21.0-1+b1: normalized package name match | Debian stable package indexes: eza from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Modern replacement for ls | https://github.com/eza-community/eza
- Nix - eza: normalized package name match | nixpkgs package indexes: pkgs/by-name/ez/eza/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - eza - 0.18.2-1: normalized package name match | Ubuntu 24.04 LTS package indexes: eza from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Modern replacement for ls | https://github.com/eza-community/eza
- apk - eza - 0.23.4-r0: normalized package name match | Alpine Linux edge package indexes: eza from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | ls replacement written in Rust | https://github.com/eza-community/eza
- apk - eza-bash-completion - 0.23.4-r0: normalized package name match | Alpine Linux edge package indexes: eza-bash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Bash completions for eza | https://github.com/eza-community/eza
- apk - eza-doc - 0.23.4-r0: normalized package name match | Alpine Linux edge package indexes: eza-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | ls replacement written in Rust (documentation) | https://github.com/eza-community/eza
- apk - eza-fish-completion - 0.23.4-r0: normalized package name match | Alpine Linux edge package indexes: eza-fish-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Fish completions for eza | https://github.com/eza-community/eza
- apk - eza-zsh-completion - 0.23.4-r0: normalized package name match | Alpine Linux edge package indexes: eza-zsh-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Zsh completions for eza | https://github.com/eza-community/eza
- dnf - eza - 0.23.4-4.fc45: normalized package name match | Fedora Rawhide package metadata: eza from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Modern replacement for ls | https://crates.io/crates/eza
- pacman - eza - 0.23.5-2: normalized package name match | Arch Linux sync databases: eza from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | A modern replacement for ls (community fork of exa) | https://github.com/eza-community/eza
- zypper - eza - 0.23.5-1.2: normalized package name match | openSUSE Tumbleweed package metadata: eza from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Replacement for ls written in Rust | https://github.com/eza-community/eza
- zypper - eza-bash-completion - 0.23.5-1.2: normalized package name match | openSUSE Tumbleweed package metadata: eza-bash-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Bash Completion for eza | https://github.com/eza-community/eza
- zypper - eza-fish-completion - 0.23.5-1.2: normalized package name match | openSUSE Tumbleweed package metadata: eza-fish-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Fish completion for eza | https://github.com/eza-community/eza
- zypper - eza-zsh-completion - 0.23.5-1.2: normalized package name match | openSUSE Tumbleweed package metadata: eza-zsh-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Zsh Completion for eza | https://github.com/eza-community/eza
- MacPorts - eza: normalized package name match | MacPorts ports tree: sysutils/eza/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - main/eza: normalized package name match | Scoop official bucket manifest trees: bucket/eza.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/eza.yml](https://github.com/mxcl/pkgdb/blob/main/combined/eza.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
