Automic VaultAutomic Vault

brew

bun mit Homebrew, chocolatey, MacPorts, Nix, pacman, scoop, winget installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für bun in AI-Agent-Workflows.

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install bun

local Homebrew formula metadata

MacPortsverifiziert · 94%
sudo port install bun

MacPorts ports tree · devel/bun/Portfile · Quelle: api.github.com

Linux

Nixverifiziert · 92%
nix profile install nixpkgs#bun

nixpkgs package indexes · pkgs/by-name/bu/bun/package.nix · Quelle: api.github.com

Arch Linux pacmanverifiziert · 92%
sudo pacman -S bun

Arch Linux sync databases · bun · Quelle: geo.mirror.pkgbuild.com

Windows

Chocolateyverifiziert · 92%
choco install bun

Chocolatey community package catalog · bun · Quelle: community.chocolatey.org

Scoopverifiziert · 92%
scoop install main/bun

Scoop official bucket manifest trees · bucket/bun.json · Quelle: api.github.com

Windows Package Managerverifiziert · 92%
winget install --id Oven-sh.Bun -e

Windows Package Manager source index · Oven-sh.Bun · Quelle: cdn.winget.microsoft.com

Überblick

Paketzusammenfassung

Incredibly fast JavaScript runtime, bundler, test runner, and package manager

Verlauf

Projektgeschichte und Nutzung

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.

Projektgeschichte

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.

Adoptionsgeschichte

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.

Wie es verwendet wird

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.

Warum Paket-Nerds sich dafür interessieren

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.

Zeitleiste

  • 2023-09-08: Bun 1.0 announced as stable and production-ready.
  • 2024: 1.x releases continued expanding Node.js compatibility and toolkit coverage.
  • 2025: Official docs describe Bun as a runtime, package manager, test runner, and bundler for modern JavaScript and TypeScript apps.
  • 2026-05: GitHub release feed shows Bun v1.3.14 with ongoing 1.3.x releases.

Related projects

  • Bun is most directly related to Node.js, npm, yarn, pnpm, npx, ts-node, tsx, esbuild, webpack, Rollup, Parcel, Jest, Vitest, Deno, and the JavaScriptCore/WebKit project.

Sicherheitslage

Noch keine Protected-Tool-Abdeckung gefunden

Für bun wurde kein passendes lokales Secret-Handling-Manifest gefunden. Nucleus-Paketmetadaten bleiben hier veröffentlicht, damit künftige Abdeckung eine stabile Paket-URL hat.

Installationsverhalten

  • Homebrew deklariert einen Post-install-Hook für diese Formel.
  • Homebrew-Bottle-Metadaten sind für 6 Plattformziele verfügbar.
  • Build-Metadaten listen 4 Build-Abhängigkeiten.

Empfohlene Prüfung

Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.

local files

Configuration and credential file locations

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.

Configuration files

Config paths the tool may read or write during local use.

Unix
bunfig.toml~/.bunfig.toml$XDG_CONFIG_HOME/.bunfig.toml

Credential files

Credential-bearing paths to review before unattended agent runs.

Unix
bunfig.toml~/.bunfig.toml$XDG_CONFIG_HOME/.bunfig.toml

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
buncliglobales Executable
bunxcliglobales Executable

Aktualität

Version und 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.

Seite generiert2026-07-25
Manager-Version1.3.14
Manager aktualisiert2026-06-03
lokale DatenOK
Upstreamnot checked
neueste erkannte Versionnicht erkannt

https://github.com/oven-sh/bun

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:bun
Version1.3.14
PaketmanagerHomebrew
Paketmanager-Seitehttps://formulae.brew.sh/formula/bun
Homepagehttps://bun.com/
Repositoryhttps://github.com/oven-sh/bun
Upstream-Dokumentationhttps://bun.com/docs
LizenzMIT 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)
Quellarchivhttps://github.com/oven-sh/bun.git
Zuletzt aktualisiert2026-06-03T16:56:51Z
Pulseupdated
Build-Abhängigkeitencmake, llvm@21, ninja, rust
Bottleverfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installdefiniert
Dienstkeiner deklariert

Registry-Fakten

Details aus der Quelldatenbank

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namebun
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.

Nix95%

bun

nix profile install nixpkgs#bun
  • normalized package name match
  • Abgeglichen nach: Bun
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/bu/bun/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
pacman95%

bun 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 bun
  • License: MIT
  • Architecture: x86_64
  • 2 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Bun
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: bun from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
MacPorts95%

bun

sudo port install bun
  • normalized package name match
  • Abgeglichen nach: Bun
MacPorts ports tree · api.github.com · MacPorts ports tree: devel/bun/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Chocolatey95%

bun

choco install bun
  • normalized package name match
  • Abgeglichen nach: Bun
Chocolatey community package catalog · community.chocolatey.org · Chocolatey community package catalog: bun from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','bluejeansapp'
Scoop95%

main/bun

scoop install main/bun
  • normalized package name match
  • Abgeglichen nach: Bun
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/bun.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
winget95%

Oven-sh.Bun

winget install --id Oven-sh.Bun -e
  • normalized package name match
  • Abgeglichen nach: Bun
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: Oven-sh.Bun from https://cdn.winget.microsoft.com/cache/source.msix

Quellspur

Aus Repository-Daten generiert

Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.

Verwendete Quellen

  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment