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
Section titled LinuxCrystal
Installer (DEB & RPM)
x86_64
curl -fsSL https://crystal-lang.org/install.sh | sudo bash -s - --channel=nightly
MacOS
Section titled MacOSCrystal
Community
Windows (preview)
Section titled Windows (preview)Docker
Section titled DockerCrystal
Developer Tools
Section titled Developer ToolsCrystal
GitHub Actions
Repo info
x86_64
aarch64
- uses: crystal-lang/install-crystal@v1
with:
crystal: nightly
From Sources
Section titled From SourcesSee Build from sources for further instructions and pull the content of the master
branch, instead of a tagged release version.