Contact Us About Sponsorship

Questions about Micronaut Foundation sponsorship?

Please complete this form, and we’ll follow up with you shortly.

Micronaut Download

For a quick and effortless start on macOS, Linux, or Windows, you can use SDKMAN! (The Software Development Kit Manager) to download and configure any Micronaut version of your choice.

Download
Micronaut v4.3.6

For historical release notes, refer to Github

Installing with SDKMAN!

This tool makes installing the Micronaut framework on any Unix based platform (macOS, 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 version of the framework:
$ sdk install micronaut
  • If prompted, make this your default version. After installation is complete it can be tested with:
$ mn --version

That’s all there is to it!