# Installer zsh

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

## installation

```sh
sudo av install brew:zsh
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install zsh
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install zsh
```

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

### Linux

- apk (92%):

```sh
sudo apk add zsh
```

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

- Debian apt (92%):

```sh
sudo apt install zsh
```

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

- dnf (92%):

```sh
sudo dnf install zsh
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#zsh
```

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

- pacman (92%):

```sh
sudo pacman -S zsh
```

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

- zypper (92%):

```sh
sudo zypper install zsh
```

  Preuve: openSUSE Tumbleweed package metadata: zsh from https://download.opensuse.org/tumbleweed/repo/oss/repodata/155b97171d05e27afd950b6fe0d55513ff38f4597110664535bceedc680bbe6fd459f0733718dcc21dcf0efc7c8250fd1390c73d4790b42e62fb2c16a87242e5-primary.xml.zst

## Faits du paquet

- **Clé du paquet:** brew:zsh
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/zsh>
- **Version:** 5.9
- **Résumé source:** UNIX shell (command interpreter)
- **Page d'accueil:** <https://www.zsh.org/>
- **Docs amont:** <https://www.zsh.org/>
- **Licence:** MIT-Modern-Variant AND GPL-2.0-only AND GPL-2.0-or-later AND ISC
- **Archive source:** <https://downloads.sourceforge.net/project/zsh/zsh/5.9/zsh-5.9.tar.xz>
- **Mis à jour:** 2026-03-09T15:42:47-04:00
- **Source générée:** 2026-05-26T17:25:59+00:00

## exécutables

- zsh (cli)
- zsh-5.9 (cli)
- zsh (alias)
- zsh-5.9 (alias)

## Dépendances

- ncurses
- pcre2

## Dépendances de compilation

- autoconf
- texinfo

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux

## fraîcheur

- page générée: 2026-05-26
- version du gestionnaire: 5.9
- gestionnaire mis à jour: 2026-03-09
- données locales: ok
- dépôt amont: https://www.zsh.org/
- info: Release/tag comparison is only available for GitHub repositories.

## Notes de sécurité

doc example: shell runtime.

- **Risque Geiger:** yellow / high
- doc example: shell runtime

## Liens liés

- [pcre2](https://www.automicvault.com/pkg/brew/pcre2/) - Runtime dependency declared by Homebrew.
- [ncurses](https://www.automicvault.com/pkg/brew/ncurses/) - Runtime dependency declared by Homebrew.
- [autoconf](https://www.automicvault.com/pkg/brew/autoconf/) - Build dependency declared by Homebrew.
- [texinfo](https://www.automicvault.com/pkg/brew/texinfo/) - Build dependency declared by Homebrew.
- [zshdb](https://www.automicvault.com/pkg/brew/zshdb/) - Popular package that depends on this formula.
- [fizsh](https://www.automicvault.com/pkg/brew/fizsh/) - Popular package that depends on this formula.
- [Secret-risk packages](https://www.automicvault.com/pkg/secret-risk-packages/)

## Sources

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- package version freshness
- package relationship graph
- cross-ecosystem install command graph
