bun

bun 1.4.2

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

<rendered-html><p>All in one fast &amp; easy-to-use tool. Instead of 1,000 node_modules for development, you only need bun.</p> </rendered-html>

https://bun.sh
MIT LicenseGNU Lesser General Public License v2.1 only
main program: bunprograms: bun, bunx
Platforms (3)
aarch64-darwinx86_64-linuxaarch64-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  bun
];
Ad-hoc shell
nix-shell -p bun
Flake (nix run)
nix run nixpkgs#bun