In general, the recommended approach on all platforms is to use a package
manager such as Chocolatey (Windows), Homebrew (macOS), or Snapcraft (Linux).
WindowsmacOSLinux
powershell
Copy
> choco install vale
bash
Copy
$ brew install vale
bash
Copy
$ snap install vale
This will ensure that Vale is available on your $PATH and allow you to stay
up to date with new releases.
Vale can also be found at a number of other package repositories.
These are community-maintained, so please read the package’s documentation
before installing.