iTranslated by AI
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.
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.
Currently, the Windows version of Node.js is quite difficult to use,
so it has the potential to become an alternative to that.
> 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
winget install Oven-sh.Bun
bun --version
1.1.0
Discussion