Here you can get the latest Ruby distributions in your favorite flavor.The current stable version is 3.0.2.Please be sure to read Ruby’s License.
Imagine what you could build if you learned Ruby on Rails Learning to build a modern web application is daunting. Ruby on Rails makes it much easier and more fun. It includes everything you need to build fantastic applications, and you can learn it with the support of our large, friendly community. Latest version — Rails 6.1.4 released.
Ways of Installing Ruby
We have several tools on each major platform to install Ruby:
Get Ruby on Rails in no time Rails is low on dependencies and prides itself on shipping with most everything you need in the box. To get started, just install Ruby, the language, and RubyGems, the package manager. Just download it, run it, and you are done! If you are installing Ruby in order to use Ruby on Rails, you can use the following installer: Bitnami Ruby Stack provides a complete development environment for Rails. It supports macOS, Linux, Windows, virtual machines, and cloud images. Many Rubyists use Ruby managers to.
- On Linux/UNIX, you can use the package management system of yourdistribution or third-party tools (rbenv and RVM).
- On macOS machines, you can use third-party tools (rbenv and RVM).
- On Windows machines, you can use RubyInstaller.
See the Installation page for details on usingpackage management systems or third-party tools.
Ruby Download
Of course, you can also install Ruby from source on all major platforms.
Compiling Ruby — Source Code
Installing from the source code is a great solution for when you arecomfortable enough with your platform and perhaps need specific settingsfor your environment. It’s also a good solution in the event that thereare no other premade packages for your platform.
See the Installation page for details on buildingRuby from source. If you have an issue compiling Ruby, consider usingone of the third party tools mentioned above. They may help you.
- Stable releases:
- Ruby 3.0.2
sha256: 5085dee0ad9f06996a8acec7ebea4a8735e6fac22f22e2d98c3f2bc3bef7e6f1 - Ruby 2.7.4
sha256: 3043099089608859fc8cce7f9fdccaa1f53a462457e3838ec3b25a7d609fbc5b
- Ruby 3.0.2
- In security maintenance phase (will EOL soon!):
- Ruby 2.6.8
sha256: 1807b78577bc08596a390e8a41aede37b8512190e05c133b17d0501791a8ca6d
- Ruby 2.6.8
- Not maintained anymore (EOL):
- Ruby 2.5.9
sha256: f5894e05f532b748c3347894a5efa42066fd11cc8d261d4d9788ff71da00be68
- Ruby 2.5.9
- Snapshots:
- Stable Snapshot of ruby_3_0 branch:This is a tarball of the latest snapshot of the current
ruby_3_0
branch. - Stable Snapshot of ruby_2_7 branch:This is a tarball of the latest snapshot of the current
ruby_2_7
branch. - Stable Snapshot of ruby_2_6 branch:This is a tarball of the latest snapshot of the current
ruby_2_6
branch. - Nightly Snapshot:This is a tarball of whatever is in Git, made nightly.This may contain bugs or other issues, use at your own risk!
- Stable Snapshot of ruby_3_0 branch:This is a tarball of the latest snapshot of the current
For more information about specific releases, particularly older releasesor previews, see the Releases page.Information about the current maintenance status of the variousRuby branches can be found on the Branches page.
For information about the Ruby Subversion and Git repositories, see ourRuby Core page.
Ruby On Rails Tutorial
The Ruby source is available from a worldwide set ofMirror Sites.Please try to use a mirror that is near you.