--- layout: page title: Downloads ---

Latest Version {{site.data.releases.current.version}}

Sbt Coordinates

Add the following to the build configuration:

{% include_relative _snippet.md %}

Archives

Supported Platforms*

{% for platform in site.data.releases.current.platforms %} {% endfor %}
KernelArchitecture
{{platform.kernel}}{{platform.arch}}

*These are the platforms for which a native library is included in the release. Flow is POSIX compatible so it can be built for a lot more platforms.

Release Notes

Consult the release notes for important changes.

Requirements

Flow depends on Akka 2.4 and requires a Java runtime version of 1.8.

Previous Versions

{% for release_hash in site.data.releases.previous %} {% assign release = release_hash[1] %}

{{release.version}}

{% endfor %}

Older Releases

Archived releases are available in GitHub releases.