macOS
brew install esbuildlocal Homebrew formula metadata
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für esbuild in AI-Agent-Workflows.
Installation
brew install esbuildlocal Homebrew formula metadata
sudo apk add esbuildAlpine Linux edge package indexes · esbuild · Quelle: dl-cdn.alpinelinux.org
sudo apt install esbuildDebian stable package indexes · esbuild · Quelle: deb.debian.org
nix profile install nixpkgs#esbuildnixpkgs package indexes · pkgs/by-name/es/esbuild/package.nix · Quelle: api.github.com
sudo pacman -S esbuildArch Linux sync databases · esbuild · Quelle: geo.mirror.pkgbuild.com
sudo zypper install esbuildopenSUSE Tumbleweed package metadata · esbuild · Quelle: download.opensuse.org
Überblick
Extremely fast JavaScript bundler and minifier
Verlauf
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.
Sicherheitslage
narrow executable package without higher-risk signals.
grün Risiko · niedrig Konfidenz · appliance
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
esbuild | 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/evanw/esbuild
Installationsmetadaten
| Paketschlüssel | brew:esbuild |
|---|---|
| Version | 0.28.1 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/esbuild |
| Homepage | https://esbuild.github.io/ |
| Repository | https://github.com/evanw/esbuild |
| Upstream-Dokumentation | https://esbuild.github.io/ |
| Lizenz | MIT |
| Quellarchiv | https://github.com/evanw/esbuild/archive/refs/tags/v0.28.1.tar.gz |
| Zuletzt aktualisiert | 2026-06-12T00:26:27Z |
| Pulse | updated |
| Build-Abhängigkeiten | go |
| 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 | 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-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
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 esbuildQuellspur
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.