惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Jina AI
Jina AI
Recent Announcements
Recent Announcements
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
月光博客
月光博客
A
About on SuperTechFans
Vercel News
Vercel News
博客园 - 【当耐特】
爱范儿
爱范儿
Blog — PlanetScale
Blog — PlanetScale
阮一峰的网络日志
阮一峰的网络日志
V
V2EX
D
Docker
博客园 - 叶小钗
The Cloudflare Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
H
Help Net Security
I
InfoQ
博客园 - 三生石上(FineUI控件)
博客园 - Franky
Microsoft Azure Blog
Microsoft Azure Blog
The GitHub Blog
The GitHub Blog
大猫的无限游戏
大猫的无限游戏
MongoDB | Blog
MongoDB | Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报

RubyInstaller for Windows

RubyInstaller 3.4.1-2 released with a new package for ARM64 Ruby Version Manager 4 Windows 1.0.0 released RubyInstaller for ARM64 RubyInstaller 3.3.0-1 released RubyInstaller 3.2.2-1, 3.1.4-1, 3.0.6-1 and 2.7.8-1 released RubyInstaller 3.2.1-1 released RubyInstaller 3.2.0-1 released RubyInstaller 3.1.3-1, 3.0.5-1 and 2.7.7-1 released RubyInstaller 3.1.2-1, 3.0.4-1, 2.7.6-1 and 2.6.10-1 released
Ruby-4.0 is available in the Microsoft Store
Lars Kanis · 2026-01-27 · via RubyInstaller for Windows

Great news: Ruby is now installable through the Microsoft Store!

ruby-in-msstore

Ruby can finally be installed on Windows per one click in the Microsoft Store. After download and installation there’s a new folder at C:/Ruby40-x64 which contains the Ruby binaries and sources as usual. The well known ruby tools, like irb, gem, bundler and rake are added to the PATH environment variable of the current user.

A startmenu entry is added for “Ruby 4.0”:

windows-startmenu

Microsoft recommends only one icon per app and this is why a neat console based start menu pops up, which looks like so:

ruby-startmenu

Here is the possibility to install MSYS2-Devkit, which is a precondition to install gems with C extensions.

Future patch versions of ruby-4.0.x will be distributed as app updates and can equally be installed through the store. Installed gems keep untouched in this case - only the ruby base installation is updated.

It’s also possible to install Ruby per winget command like so:

winget install "Ruby 4.0"

… and to remove it like so:

winget uninstall "Ruby 4.0.1-1-x64"

Both the packages for x64 and arm64 architectures are available and selected automatically.

The Ruby installed through the Microsoft Store is not special in any way. It’s a normal user installation without Devkit, executed with user privileges. The following options for unattended installation are used:

rubyinstaller-4.0.1-1-x64.exe /verysilent /currentuser /tasks=assocfiles,modpath

More help to installation issues is available in the RubyInstaller wiki.