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

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

## installation

```sh
sudo av install brew:shellcheck
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install shellcheck
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install shellcheck
```

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

### Linux

- apk (92%):

```sh
sudo apk add shellcheck
```

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

- Debian apt (92%):

```sh
sudo apt install shellcheck
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#shellcheck
```

  Preuve: nixpkgs package indexes: shellcheck from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix

- pacman (92%):

```sh
sudo pacman -S shellcheck
```

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

- dnf (92%):

```sh
sudo dnf install ShellCheck
```

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

- zypper (92%):

```sh
sudo zypper install ShellCheck
```

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

### Windows

- Chocolatey (92%):

```sh
choco install shellcheck
```

  Preuve: Chocolatey community package catalog: shellcheck from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','selenium-chrome-driver'

- Scoop (92%):

```sh
scoop install main/shellcheck
```

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

- winget (92%):

```sh
winget install --id koalaman.shellcheck -e
```

  Preuve: Windows Package Manager source index: koalaman.shellcheck from https://cdn.winget.microsoft.com/cache/source.msix

## Faits du paquet

- **Clé du paquet:** brew:shellcheck
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/shellcheck>
- **Version:** 0.11.0
- **Résumé source:** Static analysis and lint tool, for (ba)sh scripts
- **Page d'accueil:** <https://www.shellcheck.net/>
- **Dépôt:** <https://github.com/koalaman/shellcheck>
- **Docs amont:** <https://www.shellcheck.net/>
- **Licence:** GPL-3.0-or-later
- **Archive source:** <https://github.com/koalaman/shellcheck/archive/refs/tags/v0.11.0.tar.gz>
- **Dernière mise à jour:** 2026-07-22T15:29:11Z
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- shellcheck (cli)
- shellcheck (alias)

## Dépendances

- gmp

## Dépendances de compilation

- cabal-install
- ghc
- pandoc

## Bibliothèques fournies par macOS

- libffi

## Comportement d'installation

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

## Version et fraîcheur

- page générée: 2026-08-04
- version du gestionnaire: 0.11.0
- gestionnaire mis à jour: 2026-07-22
- données locales: OK
- dépôt amont: https://github.com/koalaman/shellcheck
- dernière version détectée: v0.11.0 (à jour)

## 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: .shellcheckrc, shellcheckrc, ~/.shellcheckrc, ~/.config/shellcheckrc
- Windows: .shellcheckrc, shellcheckrc, %APPDATA%/shellcheckrc
## Détails de la base source

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

## Autres enregistrements de gestionnaires de paquets

- Debian apt - shellcheck - 0.10.0-1: normalized package name match | Debian stable package indexes: shellcheck from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | lint tool for shell scripts | https://www.shellcheck.net/
- Nix - shellcheck: normalized package name match | nixpkgs package indexes: shellcheck from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
- Ubuntu apt - shellcheck - 0.9.0-1: normalized package name match | Ubuntu 24.04 LTS package indexes: shellcheck from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | lint tool for shell scripts | https://www.shellcheck.net/
- apk - shellcheck - 0.11.0-r2: normalized package name match | Alpine Linux edge package indexes: shellcheck from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | a static analysis tool for shell scripts | https://github.com/koalaman/shellcheck
- apk - shellcheck-doc - 0.11.0-r2: normalized package name match | Alpine Linux edge package indexes: shellcheck-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | a static analysis tool for shell scripts (documentation) | https://github.com/koalaman/shellcheck
- dnf - ShellCheck - 0.11.0-5.fc45: normalized package name match | Fedora Rawhide package metadata: ShellCheck from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Shell script analysis tool | https://www.shellcheck.net/
- dnf - ghc-ShellCheck - 0.11.0-5.fc45: normalized package name match | Fedora Rawhide package metadata: ghc-ShellCheck from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Haskell ShellCheck library | https://www.shellcheck.net/
- dnf - ghc-ShellCheck-devel - 0.11.0-5.fc45: normalized package name match | Fedora Rawhide package metadata: ghc-ShellCheck-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Haskell ShellCheck library development files | https://www.shellcheck.net/
- dnf - ghc-ShellCheck-doc - 0.11.0-5.fc45: normalized package name match | Fedora Rawhide package metadata: ghc-ShellCheck-doc from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Haskell ShellCheck library documentation | https://www.shellcheck.net/
- dnf - ghc-ShellCheck-prof - 0.11.0-5.fc45: normalized package name match | Fedora Rawhide package metadata: ghc-ShellCheck-prof from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Haskell ShellCheck profiling library | https://www.shellcheck.net/
- pacman - shellcheck - 0.11.0-130: normalized package name match | Arch Linux sync databases: shellcheck from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Shell script analysis tool | https://www.shellcheck.net
- zypper - ShellCheck - 0.11.0-1.3: normalized package name match | openSUSE Tumbleweed package metadata: ShellCheck from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Shell script analysis tool | https://hackage.haskell.org/package/ShellCheck
- zypper - ghc-ShellCheck - 0.11.0-1.3: normalized package name match | openSUSE Tumbleweed package metadata: ghc-ShellCheck from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Haskell ShellCheck library | https://hackage.haskell.org/package/ShellCheck
- zypper - ghc-ShellCheck-devel - 0.11.0-1.3: normalized package name match | openSUSE Tumbleweed package metadata: ghc-ShellCheck-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Haskell ShellCheck library development files | https://hackage.haskell.org/package/ShellCheck
- zypper - ghc-ShellCheck-doc - 0.11.0-1.3: normalized package name match | openSUSE Tumbleweed package metadata: ghc-ShellCheck-doc from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Haskell ShellCheck library documentation | https://hackage.haskell.org/package/ShellCheck
- zypper - ghc-ShellCheck-prof - 0.11.0-1.3: normalized package name match | openSUSE Tumbleweed package metadata: ghc-ShellCheck-prof from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Haskell ShellCheck profiling library | https://hackage.haskell.org/package/ShellCheck


## Liens liés

- [Secret-risk packages](https://pkg.so/fr/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/fr/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/fr/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [pandoc](https://pkg.so/fr/brew/pandoc/) - Build dependency declared by Homebrew.
- [cabal-install](https://pkg.so/fr/brew/cabal-install/) - Build dependency declared by Homebrew.
- [ghc](https://pkg.so/fr/brew/ghc/) - Build dependency declared by Homebrew.
- [actionlint](https://pkg.so/fr/brew/actionlint/) - Popular package that depends on this formula.
- [shfmt](https://pkg.so/fr/brew/shfmt/) - Shares pkgdb curated category or tags: bash, cli, developer-tools, shell.
- [sheldon](https://pkg.so/fr/brew/sheldon/) - Shares pkgdb curated category or tags: bash, cli, developer-tools, shell.
- [mcfly](https://pkg.so/fr/brew/mcfly/) - Shares pkgdb curated category or tags: bash, cli, developer-tools, shell.
- [checkstyle](https://pkg.so/fr/brew/checkstyle/) - Shares pkgdb curated category or tags: cli, developer-tools, linting, static-analysis.
- [detekt](https://pkg.so/fr/brew/detekt/) - Shares pkgdb curated category or tags: cli, developer-tools, linting, static-analysis.
- [shellharden](https://pkg.so/fr/brew/shellharden/) - Shares pkgdb curated category or tags: bash, cli, developer-tools, linting, shell.
- [credo](https://pkg.so/fr/brew/credo/) - Shares pkgdb curated category or tags: cli, developer-tools, linting, static-analysis.
- [shml](https://pkg.so/fr/brew/shml/) - Shares pkgdb curated category or tags: bash, cli, developer-tools, shell.
- [shellcheck](https://pkg.so/fr/npm/shellcheck/) - Same normalized package name appears in another local ecosystem. Shared terms: bash, cli, developer, developer-tools, linting.
- [hadolint](https://pkg.so/fr/brew/hadolint/) - Local package facts share a topical domain. Shared terms: analysis, cli, developer, developer-tools, gmp.
- [shellcheck](https://pkg.so/fr/npm/shellcheck/) - Same normalized package name in another local ecosystem.

## Combined YAML source

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


## Sources

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