# Installer vale avec Homebrew, apk, chocolatey, MacPorts, Nix, pacman, zypper, scoop, winget

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

## installation

```sh
sudo av install brew:vale
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install vale
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install vale
```

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

### Linux

- apk (92%):

```sh
sudo apk add vale
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#vale
```

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

- pacman (92%):

```sh
sudo pacman -S vale
```

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

- zypper (92%):

```sh
sudo zypper install vale
```

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

### Windows

- Chocolatey (92%):

```sh
choco install vale
```

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

- Scoop (92%):

```sh
scoop install main/vale
```

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

- winget (92%):

```sh
winget install --id errata-ai.Vale -e
```

  Preuve: Windows Package Manager source index: errata-ai.Vale from https://cdn.winget.microsoft.com/cache/source.msix

## Faits du paquet

- **Clé du paquet:** brew:vale
- **Gestionnaire de paquets:** Homebrew
- **Version:** 3.17.0
- **Résumé source:** Syntax-aware linter for prose
- **Page d'accueil:** <https://vale.sh/>
- **Dépôt:** <https://github.com/vale-cli/vale>
- **Dernière mise à jour:** 2026-07-31T20:11:01Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- vale (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

Vale is an open-source command-line prose linter written in Go. It brings code-linting patterns to documentation and editorial style checking, with configurable YAML rules, packageable style guides, and markup-aware parsing.

### Historique du projet

Vale's GitHub releases go back to v0.1.0 in February 2017. The modern repository describes Vale as a fast, cross-platform command-line tool for code-like linting of prose, and the official documentation clarifies that it is not a general-purpose grammar checker.

The project evolved from a CLI into a small ecosystem. The official docs list the main `vale` CLI repository, `vale-ls` as an LSP implementation for the CLI, and `vale.sh` as the website and documentation project.

### Historique d'adoption

Vale's adoption has been strongest in documentation, developer-education, and technical-writing repositories where style-guide enforcement needs to run in local editors and CI. The docs list integrations for CircleCI, GitHub Actions, pre-commit, JetBrains IDEs, Obsidian, Oxygen XML, Sublime Text, Neovim, VS Code, Qt Creator, and Zed.

The input shows broad package-manager reach across Alpine, Homebrew, Chocolatey, MacPorts, Nix, Arch, Scoop, winget, and openSUSE. The official installation docs also point to GitHub release binaries, Docker images, and community-maintained package repositories.

### Modes d'utilisation

A typical Vale setup has a `.vale.ini` file, a StylesPath directory, and documents to lint. The docs describe CLI commands such as `sync`, `ls-config`, `ls-dirs`, `--config`, `--glob`, `--output`, and exit codes suitable for CI failure.

Vale's package system lets projects share, extend, sync, and update configurations. Official docs describe packages as zip files or directories containing a `.vale.ini`, a StylesPath folder, or both, with official Package Explorer names, URLs, local zip files, and local directories accepted as package sources.

Vale's markup awareness is central to its use: the README says it understands many markup formats so it can avoid syntax-related false positives and exclude code snippets from prose rules. The docs describe supported markup formats such as Markdown, AsciiDoc, and reStructuredText.

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

Vale matters to package nerds because it turns prose quality checks into a normal CLI dependency. It is easy to pin in Homebrew, winget, Chocolatey, Docker, pre-commit, or CI, and it avoids forcing every documentation repository to install a language runtime just to lint text.

It also brings package-manager thinking to style guides themselves: packages, StylesPath, vocabularies, and synced external styles make editorial policy behave like versioned dependencies.

### Chronologie

- 2017: v0.1.0 GitHub release is published.
- 2021: v2.10.3 appears in the older release page range.
- 2026: v3.13.0 adds tree-sitter support for Java source-code files.
- 2026: v3.14.0 adds Dasel v3 support.

### Related projects

- vale-ls provides Language Server Protocol support for the Vale CLI.
- GitHub Actions, pre-commit, VS Code, Neovim, and other editor/CI integrations make Vale part of documentation workflows.
- External style packages such as Google, Microsoft, and write-good-style rules are part of the ecosystem Vale can enforce.

### Sources

- <https://api.github.com/repos/vale-cli/vale/releases?per_page=100&page=2>
- <https://docs.vale.sh/>
- <https://docs.vale.sh/keys/packages>
- <https://docs.vale.sh/topics/cli>
- <https://docs.vale.sh/topics/installation>
- <https://github.com/vale-cli/vale>
- <https://github.com/vale-cli/vale/releases>
- source_facts.package-manager


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour vale. 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: .vale.ini
## Autres enregistrements de gestionnaires de paquets

- Nix - vale: normalized package name match | nixpkgs package indexes: pkgs/by-name/va/vale/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - vale - 3.15.2-r0: normalized package name match | Alpine Linux edge package indexes: vale from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | A markup-aware linter for prose built with speed and extensibility in mind | https://vale.sh/
- apk - vale-doc - 3.15.2-r0: normalized package name match | Alpine Linux edge package indexes: vale-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | A markup-aware linter for prose built with speed and extensibility in mind (documentation) | https://vale.sh/
- pacman - vale - 3.17.0-1: normalized package name match | Arch Linux sync databases: vale from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | A markup-aware linter for prose built with speed and extensibility in mind | https://vale.sh
- zypper - vale - 3.17.0-1.1: normalized package name match | openSUSE Tumbleweed package metadata: vale from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | CLI tool to lint text with extensible markup format support | https://github.com/errata-ai/vale
- MacPorts - vale: normalized package name match | MacPorts ports tree: textproc/vale/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Chocolatey - vale: normalized package name match | Chocolatey community package catalog: vale from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','unikey'
- Scoop - main/vale: normalized package name match | Scoop official bucket manifest trees: bucket/vale.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
- winget - errata-ai.Vale: normalized package name match | Windows Package Manager source index: errata-ai.Vale from https://cdn.winget.microsoft.com/cache/source.msix


## Combined YAML source

View the package source record on GitHub. [combined/vale.yml](https://github.com/mxcl/pkgdb/blob/main/combined/vale.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
