macOS
brew install bunlocal Homebrew formula metadata
sudo port install bunMacPorts ports tree · devel/bun/Portfile · Source: api.github.com
brew
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de bun pour les workflows d'agents IA.
installation
brew install bunlocal Homebrew formula metadata
sudo port install bunMacPorts ports tree · devel/bun/Portfile · Source: api.github.com
nix profile install nixpkgs#bunnixpkgs package indexes · pkgs/by-name/bu/bun/package.nix · Source: api.github.com
sudo pacman -S bunArch Linux sync databases · bun · Source: geo.mirror.pkgbuild.com
choco install bunChocolatey community package catalog · bun · Source: community.chocolatey.org
scoop install main/bunScoop official bucket manifest trees · bucket/bun.json · Source: api.github.com
winget install --id Oven-sh.Bun -eWindows Package Manager source index · Oven-sh.Bun · Source: cdn.winget.microsoft.com
aperçu
Incredibly fast JavaScript runtime, bundler, test runner, and package manager
historique
Bun is an all-in-one JavaScript and TypeScript toolkit: runtime, package manager, script runner, test runner, package runner, and bundler shipped as a single executable.
Bun was created as a response to the accumulated layers of Node.js-era JavaScript tooling. The official 1.0 announcement, published on September 8, 2023, framed Bun as a stable, production-ready toolkit for running, building, testing, and debugging JavaScript and TypeScript.
The project is powered by JavaScriptCore rather than V8 and is designed as a faster, leaner, more modern replacement for Node.js while preserving compatibility with npm packages, Node-style module resolution, CommonJS, ES modules, Web APIs, and many Node built-ins.
Bun's documentation later described it as written in Rust and powered by JavaScriptCore, while the GitHub README emphasizes that the single `bun` command includes the runtime plus test runner, script runner, package manager, and package runner.
Bun moved from an alternative runtime curiosity into mainstream JavaScript tooling after the 1.0 release because it promised speed without forcing developers to abandon existing package.json projects. Official install paths include shell installer, npm, Homebrew, Docker, and Windows PowerShell, and package-manager metadata now lists it across Homebrew, Chocolatey, MacPorts, Nix, pacman, Scoop, and winget.
Its adoption is tied to projects experimenting with faster local feedback loops: replacing Node for script execution, replacing npm/yarn/pnpm for installs, replacing Jest/Vitest in some tests, and replacing separate bundlers for simple build cases.
Common commands include `bun run` for scripts and TypeScript files, `bun install` for npm-compatible dependency installation, `bun test` for tests, `bun build` for bundling, and `bunx` for executing packages. Configuration is optional and lives in local or global `bunfig.toml` files for Bun-specific settings.
Bun's package manager writes `node_modules`, reads package.json, uses a global cache, and supports workspaces and npm registry configuration. Because it aims to run existing Node.js applications with little or no change, usage often starts as a drop-in replacement for selected scripts rather than a full-stack rewrite.
Bun is significant because it collapses several previously separate JavaScript package tools into one binary. For package historians, it marks a major post-Node/npm phase where runtime, package manager, test runner, and bundler compete as integrated developer platforms rather than independent commands.
It is also important because it made package-manager performance and lockfile workflows part of a runtime's identity. Bun's rise pressured the broader ecosystem to treat install speed, TypeScript startup, test speed, and Node compatibility as one developer-experience surface.
posture de sécurité
Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour bun. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.
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.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
bunfig.toml~/.bunfig.toml$XDG_CONFIG_HOME/.bunfig.tomlCredential-bearing paths to review before unattended agent runs.
bunfig.toml~/.bunfig.toml$XDG_CONFIG_HOME/.bunfig.tomlexécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
bun | cli | exécutable global | |
bunx | 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/oven-sh/bun
métadonnées d'installation
| Clé du paquet | brew:bun |
|---|---|
| Version | 1.3.14 |
| Gestionnaire de paquets | Homebrew |
| Page du gestionnaire de paquets | https://formulae.brew.sh/formula/bun |
| Page d'accueil | https://bun.com/ |
| Dépôt | https://github.com/oven-sh/bun |
| Docs amont | https://bun.com/docs |
| Licence | MIT AND LGPL-2.0-or-later AND Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND IJG AND LGPL-2.1-or-later AND Zlib AND (Apache-2.0 WITH LLVM-exception) |
| Archive source | https://github.com/oven-sh/bun.git |
| Dernière mise à jour | 2026-06-03T16:56:51Z |
| Pulse | updated |
| Dépendances de compilation | cmake, llvm@21, ninja, rust |
| Bouteille | disponible (sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| post-install Homebrew | défini |
| Service | aucun déclaré |
faits du registre
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | bun |
| Version Scheme | 0 |
| Revision | 0 |
| 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.
bun
nix profile install nixpkgs#bunbun 1.3.14-1
Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
https://github.com/oven-sh/bun
sudo pacman -S bunbun
sudo port install bunbun
choco install bunmain/bun
scoop install main/bunOven-sh.Bun
winget install --id Oven-sh.Bun -episte 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.