macOS
brew install biomelocal Homebrew formula metadata
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für biome in AI-Agent-Workflows.
Installation
brew install biomelocal Homebrew formula metadata
sudo apk add biomeAlpine Linux edge package indexes · biome · Quelle: dl-cdn.alpinelinux.org
nix profile install nixpkgs#biomenixpkgs package indexes · pkgs/by-name/bi/biome/package.nix · Quelle: api.github.com
sudo pacman -S biomeArch Linux sync databases · biome · Quelle: geo.mirror.pkgbuild.com
sudo zypper install biomeopenSUSE Tumbleweed package metadata · biome · Quelle: download.opensuse.org
scoop install main/biomeScoop official bucket manifest trees · bucket/biome.json · Quelle: api.github.com
winget install --id BiomeJS.Biome -eWindows Package Manager source index · BiomeJS.Biome · Quelle: cdn.winget.microsoft.com
Überblick
Toolchain of the web
Verlauf
Biome is a fast formatter, linter, CLI, and editor-facing toolchain for web projects, descended from the Rome project and positioned as a unified alternative to piles of separate JavaScript, TypeScript, JSX, JSON, CSS, and GraphQL tools.
Biome's predecessor was Rome, whose GitHub repository was created in 2020 and is now archived with the description 'Unified developer tools for JavaScript, TypeScript, and the web'. The Biome repository was created in July 2023, and the official blog includes an 'Announcing Biome' entry during that transition.
Biome shipped its CLI v1.0.0 in August 2023. The official package README describes it as the 'Toolchain of the web', with a formatter, linter, CLI, LSP/editor integration, WebAssembly playground, and a goal of unifying functions that had previously been separate tools.
The v2 line arrived in June 2025, followed by frequent 2.x releases. By the v2.5 blog post in June 2026, the project said Biome had crossed 500 lint rules and added features such as plugin code fixes, cross-file linting, watcher mode, and new formatter options.
Biome's adoption is visible in several official/project-backed signals: the README advertises npm, VS Code Marketplace, Open VSX, Discord, sponsorship, Open Collective, and enterprise support surfaces; the GitHub repository has tens of thousands of stars; and the input package metadata lists Homebrew, Alpine/apk, Nix, Arch/pacman, Scoop, Winget, and openSUSE/zypper.
It grew by addressing a common package-manager pain point in web projects: replacing formatter, linter, import organization, diagnostics, and editor wiring with one fast native binary and one configuration model.
The README documents package usage through `npm install --save-dev --save-exact @biomejs/biome`, then commands such as `biome format --write`, `biome lint --write`, `biome check --write`, and `biome ci`. It also notes an online WebAssembly playground and first-class LSP/editor usage.
Biome is commonly used as a project-local development dependency in JavaScript and TypeScript repos, but package managers such as Homebrew make the standalone CLI convenient for editor integrations, monorepo tooling, and system-level developer setups.
Biome is package-nerd significant because it is part of the post-Node-script era of JavaScript tooling: a single native binary, written in Rust, distributed through npm and OS package managers, doing work that historically meant wiring together Prettier, ESLint, typescript-eslint, import tools, JSON formatters, and editor plugins.
It also carries the Rome lineage without requiring users to care about that history. For maintainers and package curators, Biome is the rare web tool that wants to be both npm-native and distro-friendly: fast executable, clear releases, editor extensions, configuration docs, and no requirement that Node.js be present for manual installation.
Sicherheitslage
Für biome wurde kein passendes lokales Secret-Handling-Manifest gefunden. Nucleus-Paketmetadaten bleiben hier veröffentlicht, damit künftige Abdeckung eine stabile Paket-URL hat.
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
local files
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.
Config paths the tool may read or write during local use.
biome.json, biome.jsonc, .biome.json,.biome.jsonc in the current working directoryparent folders$XDG_CONFIG_HOME/biome~/.config/biomebiome.json, biome.jsonc, .biome.json,.biome.jsonc in the current working directoryparent folders/Users/$USER/Library/Application Support/biomebiome.json, biome.jsonc, .biome.json,.biome.jsonc in the current working directoryparent foldersC:\Users\$USER\AppData\Roaming\biome\configExecutables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
biome | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://github.com/biomejs/biome
Installationsmetadaten
| Paketschlüssel | brew:biome |
|---|---|
| Version | 2.5.5 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/biome |
| Homepage | https://biomejs.dev/ |
| Repository | https://github.com/biomejs/biome |
| Upstream-Dokumentation | https://biomejs.dev/guides/configure-biome |
| Lizenz | Apache-2.0 OR MIT |
| Quellarchiv | https://github.com/biomejs/biome/archive/refs/tags/@biomejs/biome@2.5.5.tar.gz |
| Zuletzt aktualisiert | 2026-07-21T09:45:40Z |
| Pulse | updated |
| Build-Abhängigkeiten | rust |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | biome |
| 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 |
|
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
biome
nix profile install nixpkgs#biomebiome 2.3.13-r0
Toolchain of the web
sudo apk add biomebiome 2.3.15-2
Formatter, linter, and more for Javascript, Typescript, JSON, and CSS
sudo pacman -S biomebiome 2.4.5-1.2
A JavaScript and TypeScript toolchain
https://github.com/biomejs/biome
sudo zypper install biomemain/biome
scoop install main/biomeBiomeJS.Biome
winget install --id BiomeJS.Biome -eQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.