bun

Installation
SKILL.md

Bun

All-in-one JavaScript runtime, bundler, package manager, and test runner written in Zig.

Quick Start

# Install Bun
curl -fsSL https://bun.sh/install | bash

# Or with npm
npm install -g bun

# Run TypeScript directly
bun run src/index.ts

# Install packages
bun install
Related skills
Installs
1
GitHub Stars
4
First Seen
Mar 29, 2026