Source and Binary Releases
We provide OpenPGP signatures ('.asc') files and checksums ('.sha512') for every release artifact. We recommend that you verify the integrity of downloaded files by generating your own checksums and match them against ours, and checking signatures using the KEYS file which contains the Grails OpenPGP release keys.NOTE: The following versions are not ASF releases. Links to these releases are provided here as a convenience.
Latest Stable Version (7.0.0) Downloads
- Source SHA512 ASC
- Binary SHA512 ASC
- Binary Wrapper SHA512 ASC
- Grails Spring Security 7.0.0-RC2 Plugin Source SHA512 ASC
- Grails Redis 5.0.0-RC2 Plugin Source SHA512 ASC
- Grails Quartz 4.0.0-RC2 Plugin Source SHA512 ASC
- Grails GitHub Actions 1.0.1 Source SHA512 ASC
- Grails Publish Gradle Plugin 0.0.2 Source SHA512 ASC
- Grails Release Notes
- Grails Spring Security Plugin 7.0.0-RC2 Release Notes
- Grails Redis 5.0.0-RC2 Plugin Release Notes
- Grails Quartz 4.0.0-RC2 Plugin Release Notes
- Grails GitHub Actions 1.0.1 Release Notes
- Grails Publish Gradle Plugin 0.0.2 Release Notes
Older Versions
You can download previous versions as far back as Grails 1.2.0.
Grails Application Forge
The quickest way to get started with our application generator:Installing with SDKMAN!
SDKMAN! (The Software Development Kit Manager)
This tool makes installing the Grails framework on any Unix based platform (Mac OSX, Linux, Cygwin, Solaris, or FreeBSD) easy.
Simply open a new terminal and enter:
$ curl -s https://get.sdkman.io | bash
Follow the on-screen instructions to complete installation.
Open a new terminal or type the command:
$ source "$HOME/.sdkman/bin/sdkman-init.sh"
Then install the latest stable Grails version:
$ sdk install grails
If prompted, make this your default version. After installation is complete it can be tested with:
$ grails --version
That's all there is to it!