Nightly Builds
Daily snapshots of the current development status in the master
branch
provide the bleeding-edge version of Crystal.
Nightly builds are inherently less stable than proper releases. But they allow trying out new features and ensuring compatibility for existing code bases.
It’s recommended to test against nightlies regularly in order to notice any issues ahead of time and avoid surprises with the next release.
Linux
Crystal
Installer (DEB & RPM)
x86_64
curl -fsSL https://crystal-lang.org/install.sh | sudo bash -s - --channel=nightly
MacOS
Crystal
Community
Windows (preview)
Docker
Crystal
Developer Tools
Crystal
GitHub Actions
Repo info
x86_64
aarch64
- uses: crystal-lang/install-crystal@v1
with:
crystal: nightly
From Sources
See Build from sources for further instructions and pull the content of the master
branch, instead of a tagged release version.