macOS
brew install esbuildlocal Homebrew formula metadata
brew
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de esbuild pour les workflows d'agents IA.
installation
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
aperçu
Extremely fast JavaScript bundler and minifier
historique
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.
posture de sécurité
narrow executable package without higher-risk signals.
risque vert · confiance faible · appliance
Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.
exécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
esbuild | cli | exécutable global |
fraîcheur
Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.
https://github.com/evanw/esbuild
métadonnées d'installation
| Clé du paquet | brew:esbuild |
|---|---|
| Version | 0.28.1 |
| Gestionnaire de paquets | Homebrew |
| Page du gestionnaire de paquets | https://formulae.brew.sh/formula/esbuild |
| Page d'accueil | https://esbuild.github.io/ |
| Dépôt | https://github.com/evanw/esbuild |
| Docs amont | https://esbuild.github.io/ |
| Licence | MIT |
| Archive source | https://github.com/evanw/esbuild/archive/refs/tags/v0.28.1.tar.gz |
| Dernière mise à jour | 2026-06-12T00:26:27Z |
| Pulse | updated |
| Dépendances de compilation | go |
| Bouteille | disponible (sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| post-install Homebrew | non défini |
| Service | aucun déclaré |
faits du registre
| 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 |
|
correspondances dans les bases sources
Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.
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 esbuildpiste source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.