Skip to content
← Back to Changelog

Monday, September 11th 2023

Bun install is now supported with zero configuration

Posted by

Avatar for styfle

Steven Salat

Software Engineer

Avatar for seanmassa-vercelcom

Sean Massa

Software Engineer

Avatar for ethanarrowood-vercel

Ethan Arrowood

Software Engineer

Avatar for chrisbarber

Chris Barber

Software Engineer

Avatar for trekglowacki-vercelcom

Trek Glowacki

Software Engineer

Avatar for tootallnate

Nathan Rajlich

Software Engineer

Avatar for mcocirio

Mariano Cocirio

Product Manager

Projects using Bun as a package manager can now be deployed to Vercel with zero configuration.

Like yarn, npm, and pnpm, Bun acts as a package manager focused on saving disk space and boosting installation speed. Starting today, Projects that contain a bun.lockb file will automatically run bun install as the default Install Command using bun@1.

This change impacts the build phase but not runtime. Therefore, Serverless Functions will not use the Bun runtime yet.

Check out the documentation to learn more.

Post