Install from Scoop
A community bucket for the Scoop package manager on Windows is available. Start by installing git (if you don’t already have it available) and adding the Crystal repository:
scoop install git
scoop bucket add crystal-preview https://github.com/neatorobito/scoop-crystal
If you don’t yet have the x64 Native Tools Command Prompt available, run this command:
scoop install vs_2022_cpp_build_tools
Finally:
scoop install crystal
When a new Crystal version is released you can upgrade your system using:
scoop update
scoop update crystal
Please see the neatorobito/scoop-crystal
repo for more information and support.