macOS
brew install esbuildlocal Homebrew formula metadata
安装
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来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.