macOS
brew install esbuildlocal Homebrew formula metadata
brew
Extremely fast JavaScript bundler and minifier. Version 0.28.1 via Homebrew; verified 2026-06-12.
install
brew install esbuildlocal Homebrew formula metadata
sudo apk add esbuildAlpine Linux edge package indexes · esbuild · source: dl-cdn.alpinelinux.org
sudo apt install esbuildDebian stable package indexes · esbuild · source: deb.debian.org
nix profile install nixpkgs#esbuildnixpkgs package indexes · pkgs/by-name/es/esbuild/package.nix · source: api.github.com
sudo pacman -S esbuildArch Linux sync databases · esbuild · source: geo.mirror.pkgbuild.com
sudo zypper install esbuildopenSUSE Tumbleweed package metadata · esbuild · source: download.opensuse.org
overview
Extremely fast JavaScript bundler and minifier
history
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.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
esbuild | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/evanw/esbuild
install metadata
| Package key | brew:esbuild |
|---|---|
| Version | 0.28.1 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/esbuild |
| Homepage | https://esbuild.github.io/ |
| Repository | https://github.com/evanw/esbuild |
| Upstream docs | https://esbuild.github.io/ |
| License | MIT |
| Source archive | https://github.com/evanw/esbuild/archive/refs/tags/v0.28.1.tar.gz |
| Last updated | 2026-06-12T00:26:27Z |
| Pulse | updated |
| Build dependencies | go |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| 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 |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
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 esbuildsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.