Manual installation
Using Biome’s standalone CLI binary can be a great choice if you aren’t already using Node.js or npm
(or any other package manager).
Or in other words, Biome shouldn’t be the only reason for you to have a package.json
.
Supported platforms
Section titled Supported platformsYou have to pick the correct binary for your platform for Biome work. The following table should help you do so.
CPU Architecture | Windows | macOS | Linux | Linux (musl) |
---|---|---|---|---|
arm64 | win32-arm64 | darwin-arm64 (M1 or newer) | linux-arm64 | linux-arm64-musl |
x64 | win32-x64 | darwin-x64 | linux-x64 | linux-x64-musl |
Homebrew
Section titled HomebrewBiome is available as a Homebrew formula for macOS and Linux users.
Using a published binary
Section titled Using a published binaryTo install Biome, grab the executable for your platform from the latest CLI release on GitHub and give it execution permission.
Now you can use Biome by simply running ./biome
.
Next Steps
Section titled Next StepsFollow our Getting Started guide.