iTranslated by AI

The content below is an AI-generated translation. This is an experimental feature, and may contain errors. View original article
🙌

bun 1.1: Windows Support Released

に公開

bun, a Node runtime written in Zig, became a hot topic for a while.
Setting aside overseas trends, I haven't seen it being used as a primary tool in Japan,
but it seems to be used to speed up processes by incorporating it into GitHub Actions and similar workflows.

Personally, I use it as a replacement for npm.
Once you experience bun install, it's a bit hard to go back.

Now, a few years have passed since the debut of bun,
and as I wrote in a previous article, there was information about Windows support being added due to demand,
and it seems that is finally going to be released.

https://twitter.com/bunjavascript/status/1774383702455583052

It was originally scheduled for a March release,
but it seems it took some time to clear the tests.
They have been posting test progress like a countdown.
https://twitter.com/bunjavascript/status/1774036956474978507

Currently, the Windows version of Node.js is quite difficult to use,
so it has the potential to become an alternative to that.

powershell
> winget search --id  Oven-sh.Bun
Name ID          Version Source
-----------------------------------
Bun  Oven-sh.Bun 1.1.0      winget

o(≧◇≦)o Whoaaa!

ヾ(・ω<)ノ" 三三三● ⅱⅲ Rolling along♪

------------------- ↓ The main topic starts here ↓-------------------

bun 1.1

Install via winget

powershell
winget install Oven-sh.Bun
bun --version
  1.1.0

Discussion