Skip to content

bun

Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one

Package Information

Installation

bash
# Install with launchpad
launchpad install bun.com

Programs

This package provides the following executable programs:

  • bun
  • bunx

Aliases

This package can also be accessed using these aliases:

  • bun.com

Available Versions

Show all 127 versions
  • 1.2.23, 1.2.22, 1.2.21, 1.2.20, 1.2.19
  • 1.2.18, 1.2.17, 1.2.16, 1.2.15, 1.2.14
  • 1.2.13, 1.2.12, 1.2.11, 1.2.10, 1.2.9
  • 1.2.8, 1.2.7, 1.2.6, 1.2.5, 1.2.4
  • 1.2.3, 1.2.2, 1.2.1, 1.2.0, 1.1.45
  • 1.1.44, 1.1.43, 1.1.42, 1.1.41, 1.1.40
  • 1.1.39, 1.1.38, 1.1.37, 1.1.36, 1.1.35
  • 1.1.34, 1.1.33, 1.1.32, 1.1.31, 1.1.30
  • 1.1.29, 1.1.28, 1.1.27, 1.1.26, 1.1.25
  • 1.1.24, 1.1.23, 1.1.22, 1.1.21, 1.1.20
  • 1.1.19, 1.1.18, 1.1.17, 1.1.16, 1.1.15
  • 1.1.14, 1.1.13, 1.1.12, 1.1.11, 1.1.10
  • 1.1.9, 1.1.8, 1.1.7, 1.1.6, 1.1.5
  • 1.1.4, 1.1.3, 1.1.2, 1.1.1, 1.1.0
  • 1.0.36, 1.0.35, 1.0.34, 1.0.33, 1.0.32
  • 1.0.31, 1.0.30, 1.0.29, 1.0.28, 1.0.27
  • 1.0.26, 1.0.25, 1.0.24, 1.0.23, 1.0.22
  • 1.0.21, 1.0.20, 1.0.19, 1.0.18, 1.0.17
  • 1.0.16, 1.0.14, 1.0.13, 1.0.12, 1.0.11
  • 1.0.10, 1.0.9, 1.0.8, 1.0.7, 1.0.6
  • 1.0.5, 1.0.4, 1.0.3, 1.0.2, 1.0.1
  • 1.0.0, 0.8.1, 0.8.0, 0.7.2, 0.7.1
  • 0.7.0, 0.6.14, 0.6.13, 0.6.12, 0.6.11
  • 0.6.10, 0.6.8, 0.6.7, 0.6.6, 0.6.5
  • 0.6.4, 0.6.3, 0.6.2, 0.6.1, 0.6.0
  • 0.5.9, 0.5.6

Latest Version: 1.2.23

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +bun.sh@1.2.23 -- $SHELL -i

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry['bun.com']

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.