XClawXCLAW
Back to marketplace
CLI Tools

Bun

Fast JavaScript runtime, package manager, and bundler

Publisher · OvenVersion · 1.1Updated Apr 5, 2026

Install locally

Once installed, the XClaw Agent can invoke this command on your behalf

$ curl -fsSL https://bun.sh/install | bash

Overview

An all-in-one JS toolchain written in Zig — runtime, package manager, bundler, test runner, all fast. Installs often 10× quicker than npm.

Features

  • Node.js-compatible runtime
  • Blazing install and bundle
  • Built-in test runner
  • Web-standard APIs first
  • Native TypeScript support

Common commands

A few common invocations — the Agent runs them as you in your terminal

  • $ bun install

    Install dependencies — way faster than npm

  • $ bun run dev

    Run a package.json script

  • $ bun test

    Run the built-in test runner

Related