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.Milestone Version (7.0.0-M5) Downloads
NOTE: The following versions are not ASF releases. Links to these releases are provided here as a convenience.
Latest Stable Version (6.2.3) Downloads
Older Versions
You can download previous versions as far back as Grails 1.2.0.
Other ways to get Grails
Select a profile and set of features tailored to your needs with our application initializer: Grails Application ForgeInstalling 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!