Automic VaultAutomic Vault

brew

biome を Homebrew, apk, Nix, pacman, zypper, scoop, winget でインストール

biome のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install biome

local Homebrew formula metadata

Linux

Alpine Linux apk確認済み · 92%
sudo apk add biome

Alpine Linux edge package indexes · biome · ソース: dl-cdn.alpinelinux.org

Nix確認済み · 92%
nix profile install nixpkgs#biome

nixpkgs package indexes · pkgs/by-name/bi/biome/package.nix · ソース: api.github.com

Arch Linux pacman確認済み · 92%
sudo pacman -S biome

Arch Linux sync databases · biome · ソース: geo.mirror.pkgbuild.com

openSUSE zypper確認済み · 92%
sudo zypper install biome

openSUSE Tumbleweed package metadata · biome · ソース: download.opensuse.org

Windows

Scoop確認済み · 92%
scoop install main/biome

Scoop official bucket manifest trees · bucket/biome.json · ソース: api.github.com

Windows Package Manager確認済み · 92%
winget install --id BiomeJS.Biome -e

Windows Package Manager source index · BiomeJS.Biome · ソース: cdn.winget.microsoft.com

概要

パッケージ概要

Toolchain of the web

履歴

プロジェクトの歴史と使われ方

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.

タイムライン

  • 2020: Rome tools repository created.
  • 2023: biomejs/biome repository created.
  • 2023: Biome CLI v1.0.0 released.
  • 2024: Biome v1.5 and v1.6 releases continued the stable CLI line.
  • 2025: Biome CLI v2.0.0 released.
  • 2026: Biome v2.5 blog announced more than 500 lint rules.

Related projects

  • Biome is historically related to Rome and functionally related to Prettier, ESLint, typescript-eslint, JSON/CSS/GraphQL formatters, language-server tooling, and editor extensions for VS Code, Open VSX-compatible editors, and JetBrains IDEs.
  • The project also absorbed GritQL under the Biome organization, using it as a plugin language according to the official Biome blog.

セキュリティ状態

保護ツール対応はまだ見つかっていません

biome に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。
  • ビルドメタデータには 1 件のビルド依存関係があります。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

local files

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

Config paths the tool may read or write during local use.

Linux
biome.json, biome.jsonc, .biome.json,.biome.jsonc in the current working directoryparent folders$XDG_CONFIG_HOME/biome~/.config/biome
macOS
biome.json, biome.jsonc, .biome.json,.biome.jsonc in the current working directoryparent folders/Users/$USER/Library/Application Support/biome
Windows
biome.json, biome.jsonc, .biome.json,.biome.jsonc in the current working directoryparent foldersC:\Users\$USER\AppData\Roaming\biome\config

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
biomecliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-24
マネージャ版2.5.5
マネージャ更新日2026-07-21
ローカルデータOK
上流not checked
検出された最新未検出

https://github.com/biomejs/biome

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:biome
バージョン2.5.5
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/biome
ホームページhttps://biomejs.dev/
リポジトリhttps://github.com/biomejs/biome
上流ドキュメントhttps://biomejs.dev/guides/configure-biome
ライセンスApache-2.0 OR MIT
ソースアーカイブhttps://github.com/biomejs/biome/archive/refs/tags/@biomejs/biome@2.5.5.tar.gz
最終更新2026-07-21T09:45:40Z
Pulseupdated
ビルド依存関係rust
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namebiome
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Nix95%

biome

nix profile install nixpkgs#biome
  • normalized package name match
  • 一致条件: Biome
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/bi/biome/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
apk95%

biome 2.3.13-r0

Toolchain of the web

https://biomejs.dev/

sudo apk add biome
  • License: MIT
  • Architecture: x86_64
  • Source Package: biome
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Biome
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: biome from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
pacman95%

biome 2.3.15-2

Formatter, linter, and more for Javascript, Typescript, JSON, and CSS

https://biomejs.dev

sudo pacman -S biome
  • License: MIT
  • Architecture: x86_64
  • 2 依存関係
  • normalized package name match
  • 一致条件: Biome
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: biome from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

biome 2.4.5-1.2

A JavaScript and TypeScript toolchain

https://github.com/biomejs/biome

sudo zypper install biome
  • License: Apache-2.0 AND MIT
  • Category: Productivity/Other
  • Architecture: x86_64
  • Source Package: biome
  • 4 依存関係
  • 2 提供
  • normalized package name match
  • 一致条件: Biome
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: biome from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
Scoop95%

main/biome

scoop install main/biome
  • normalized package name match
  • 一致条件: Biome
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/biome.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
winget95%

BiomeJS.Biome

winget install --id BiomeJS.Biome -e
  • normalized package name match
  • 一致条件: Biome
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: BiomeJS.Biome from https://cdn.winget.microsoft.com/cache/source.msix

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment