crystal
Version, currently 1.21.096 versions
- 1.21.0latestJul 16, 2026
- 1.20.3not indexedAug 12, 2026
- 1.20.2not indexedAug 12, 2026
- 1.20.1not indexedAug 12, 2026
- 1.20.0not indexedAug 12, 2026
- 1.19.2not indexedAug 12, 2026
- 1.19.1not indexedAug 12, 2026
- 1.19.0not indexedAug 12, 2026
- 1.18.2not indexedAug 12, 2026
- 1.18.1not indexedAug 12, 2026
- 1.18.0not indexedAug 12, 2026
- 1.17.1not indexedAug 12, 2026
- 1.17.0not indexedAug 12, 2026
- 1.16.3not indexedAug 12, 2026
- 1.16.2not indexedAug 12, 2026
- 1.16.1not indexedAug 12, 2026
- 1.16.0not indexedAug 12, 2026
- 1.15.1not indexedAug 12, 2026
- 1.15.0not indexedAug 12, 2026
- 1.14.1not indexedAug 12, 2026
- 1.14.0not indexedAug 12, 2026
- 1.13.3not indexedAug 12, 2026
- 1.13.2not indexedAug 12, 2026
- 1.13.1not indexedAug 12, 2026
- 1.13.0not indexedAug 12, 2026
- 1.12.2not indexedAug 12, 2026
- 1.12.1not indexedAug 12, 2026
- 1.12.0not indexedAug 12, 2026
- 1.11.2not indexedAug 12, 2026
- 1.11.1not indexedAug 12, 2026
- 1.11.0not indexedAug 12, 2026
- 1.10.1not indexedAug 12, 2026
- 1.10.0not indexedAug 12, 2026
- 1.9.2not indexedAug 12, 2026
- 1.9.1not indexedAug 12, 2026
- 1.9.0not indexedAug 12, 2026
- 1.8.2not indexedAug 12, 2026
- 1.8.1not indexedAug 12, 2026
- 1.8.0not indexedAug 12, 2026
- 1.7.3not indexedAug 12, 2026
- 1.7.2not indexedAug 12, 2026
- 1.7.1not indexedAug 12, 2026
- 1.7.0not indexedAug 12, 2026
- 1.6.2not indexedAug 12, 2026
- 1.6.1not indexedAug 12, 2026
- 1.6.0not indexedAug 12, 2026
- 1.5.1not indexedAug 12, 2026
- 1.5.0not indexedAug 12, 2026
- 1.4.1not indexedAug 12, 2026
- 1.4.0not indexedAug 12, 2026
- 1.3.2not indexedAug 12, 2026
- 1.3.1not indexedAug 12, 2026
- 1.3.0not indexedAug 12, 2026
- 1.2.2not indexedAug 12, 2026
- 1.2.1not indexedAug 12, 2026
- 1.2.0not indexedAug 12, 2026
- 1.1.1not indexedAug 12, 2026
- 1.1.0not indexedAug 12, 2026
- 1.0.0not indexedAug 12, 2026
- 0.36.1not indexedAug 12, 2026
- 0.36.0not indexedAug 12, 2026
- 0.35.1not indexedAug 12, 2026
- 0.35.0not indexedAug 12, 2026
- 0.34.0not indexedAug 12, 2026
- 0.33.0not indexedAug 12, 2026
- 0.32.1not indexedAug 12, 2026
- 0.32.0not indexedAug 12, 2026
- 0.31.1not indexedAug 12, 2026
- 0.31.0not indexedAug 12, 2026
- 0.30.1not indexedAug 12, 2026
- 0.30.0not indexedAug 12, 2026
- 0.29.0not indexedAug 12, 2026
- 0.28.0not indexedAug 12, 2026
- 0.27.2not indexedAug 12, 2026
- 0.27.1not indexedAug 12, 2026
- 0.27.0not indexedAug 12, 2026
- 0.26.1not indexedAug 12, 2026
- 0.26.0not indexedAug 12, 2026
- 0.25.1not indexedAug 12, 2026
- 0.25.0not indexedAug 12, 2026
- 0.24.2not indexedAug 12, 2026
- 0.24.1not indexedAug 12, 2026
- 0.24.0not indexedAug 12, 2026
- 0.23.1not indexedAug 12, 2026
- 0.23.0not indexedAug 12, 2026
- 0.22.0not indexedAug 12, 2026
- 0.21.1not indexedAug 12, 2026
- 0.21.0not indexedAug 12, 2026
- 0.20.5not indexedAug 12, 2026
- 0.20.4not indexedAug 12, 2026
- 0.20.3not indexedAug 12, 2026
- tets-doc-4not indexedAug 12, 2026
- test-doc-5not indexedAug 12, 2026
- test-doc-3not indexedAug 12, 2026
- test-ci-1not indexedAug 12, 2026
- rubynot indexedAug 12, 2026
github.com/crystal-lang/crystal
The Crystal standard library and compiler.
Installation
# Add this to your shard.yml
dependencies:
crystal:
github: crystal-lang/crystal
version: ~> 1.21.0Then run:
shards installshard.yml
- Crystal
>= 1.0- License
- Apache-2.0 WITH Swift-exception
- Author
- Crystal Core Team
Dependencies
Runtime Dependencies
README
Crystal
Crystal is a programming language with the following goals:
- Have a syntax similar to Ruby (but compatibility with it is not a goal)
- Statically type-checked but without having to specify the type of variables or method arguments.
- Be able to call C code by writing bindings to it in Crystal.
- Have compile-time evaluation and generation of code, to avoid boilerplate code.
- Compile to efficient native code.
Why?
We love Ruby's efficiency for writing code.
We love C's efficiency for running code.
We want the best of both worlds.
We want the compiler to understand what we mean without having to specify types everywhere.
We want full OOP.
Oh, and we don't want to write C code to make the code run faster.
Project Status
Within a major version, language features won't be removed or changed in any way that could prevent a Crystal program written with that version from compiling and working. The built-in standard library might be enriched, but it will always be done with backwards compatibility in mind.
Development of the Crystal language is possible thanks to the community's effort and the continued support of 84codes and every other sponsor.
Installing
Follow these installation instructions
Try it online
Documentation
Community
Have any questions or suggestions? Ask on the Crystal Forum, on our Gitter channel or IRC channel #crystal-lang at irc.libera.chat, or on Stack Overflow under the crystal-lang tag. There is also an archived Google Group.
Contributing
The Crystal repository is hosted at crystal-lang/crystal on GitHub.
Read the general Contributing guide, and then:
- Fork it (https://github.com/crystal-lang/crystal/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This release
- Version
1.21.0- Tagged
- Jul 16, 2026
- Commit
57cf7da5094d- Crystal
>= 1.0- Indexed
- yes
Dependents
Repository
github.com/crystal-lang/crystal
Metadata
- Created
- Aug 12, 2026
- Updated
- Sep 4, 2026
- Synced
- Sep 4, 2026
- Versions
- 96