macOS
brew install esbuildlocal Homebrew formula metadata
brew
esbuild のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install esbuildlocal Homebrew formula metadata
sudo apk add esbuildAlpine Linux edge package indexes · esbuild · ソース: dl-cdn.alpinelinux.org
sudo apt install esbuildDebian stable package indexes · esbuild · ソース: deb.debian.org
nix profile install nixpkgs#esbuildnixpkgs package indexes · pkgs/by-name/es/esbuild/package.nix · ソース: api.github.com
sudo pacman -S esbuildArch Linux sync databases · esbuild · ソース: geo.mirror.pkgbuild.com
sudo zypper install esbuildopenSUSE Tumbleweed package metadata · esbuild · ソース: download.opensuse.org
概要
Extremely fast JavaScript bundler and minifier
履歴
esbuild is a JavaScript and CSS bundler and minifier whose package identity is built around speed: its upstream README describes the project goal as making web build tools far faster while still providing a modern, easy-to-use bundler.
The project is developed in the evanw/esbuild repository and is documented on esbuild.github.io. Its public npm release history shows 0.1.0 published in April 2020, followed by rapid 0.x releases as the tool accumulated bundling, minification, TypeScript, JSX, CSS, source-map, watch, serve, and plugin capabilities.
esbuild's design is deliberately different from traditional JavaScript build tools: it ships as native code, exposes CLI, JavaScript, and Go APIs, and emphasizes doing parsing, printing, bundling, and minification without a cache. The upstream README frames this as a response to existing web build tools being much slower than necessary.
The package became important in JavaScript tooling because it offered a fast native binary through ordinary package-manager workflows. The npm package is the primary JavaScript distribution, while Homebrew and multiple Unix package managers carry command-line builds for system-level installation.
Its adoption pattern differs from older bundlers such as webpack and Rollup: many projects use esbuild directly for fast bundling or minification, while others use it as an embedded transform/minify engine behind higher-level developer tools.
Common use is direct CLI invocation for bundling, minifying, transforming, or serving web assets, or calling the JavaScript API from build scripts. The official docs also document a Go API, loaders for JavaScript, TypeScript, JSX, CSS, JSON, text, and binary assets, and a plugin system for custom resolution and loading.
For package-manager users, esbuild is notable because installation has to land the correct platform-specific executable. The official getting-started documentation discusses npm installation details and additional npm flags, while Homebrew exposes a single `esbuild` command for local use.
esbuild changed expectations for JavaScript package tooling latency. Package nerds care because it made native, single-purpose build executables feel normal in frontend toolchains, and because its versioned binary distribution model sits at the intersection of npm packages, system packages, and reproducible builds.
It is also a useful comparison point for later tools: when a new bundler, transpiler, or dev server advertises speed, esbuild is one of the baseline projects people instinctively measure against.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
esbuild | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/evanw/esbuild
インストールメタデータ
| パッケージキー | brew:esbuild |
|---|---|
| バージョン | 0.28.1 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/esbuild |
| ホームページ | https://esbuild.github.io/ |
| リポジトリ | https://github.com/evanw/esbuild |
| 上流ドキュメント | https://esbuild.github.io/ |
| ライセンス | MIT |
| ソースアーカイブ | https://github.com/evanw/esbuild/archive/refs/tags/v0.28.1.tar.gz |
| 最終更新 | 2026-06-12T00:26:27Z |
| Pulse | updated |
| ビルド依存関係 | go |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | esbuild |
| 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 |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
esbuild 0.25.5-1+b1
extremely fast JavaScript bundler and minifier (program)
https://github.com/evanw/esbuild
sudo apt install esbuildesbuild
nix profile install nixpkgs#esbuildesbuild 0.20.1-1
extremely fast JavaScript bundler and minifier (program)
https://github.com/evanw/esbuild
sudo apt install esbuildesbuild 0.27.1-r5
Extremely fast JavaScript bundler and minifier
sudo apk add esbuildesbuild-doc 0.27.1-r5
Extremely fast JavaScript bundler and minifier (documentation)
sudo apk add esbuild-docesbuild 0.28.0-1
An extremely fast JavaScript and CSS bundler and minifier.
sudo pacman -S esbuildesbuild 0.28.0-1.1
A JavaScript bundler written for speed
sudo zypper install esbuildソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.