--- layout: page title: Downloads --- ## Latest Version {{site.data.current.version}} {::options parse_block_html="true" /}
### Sbt Coordinates : Add the following to your build configuration: ~~~scala //main artifact libraryDependencies += "com.github.jodersky" %% "flow-core" % "{{site.data.current.version}}" //(optional) "fat" jar containing native libraries libraryDependencies += "com.github.jodersky" % "flow-native" % "{{site.data.current.version}}" % "runtime" //(optional & experimental) support for Akka streams libraryDependencies += "com.github.jodersky" %% "flow-stream" % "{{site.data.current.version}}" ~~~ ### Archives - Native Libraries [.tar.gz](https://bintray.com/artifact/download/jodersky/generic/flow-native-libraries-{{site.data.current.native_version.major}}.{{site.data.current.native_version.minor}}.{{site.data.current.native_version.patch}}.tar.gz) [.asc (signature)](https://bintray.com/artifact/download/jodersky/generic/flow-native-libraries-{{site.data.current.native_version.major}}.{{site.data.current.native_version.minor}}.{{site.data.current.native_version.patch}}.tar.gz.asc)
### Supported Platforms*
KernelArchitecture
Linuxx86_64
x86
armv6l
armv7l
Darwin (Mac OSX)x86_64

*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. It is released for Scala binary versions 2.11 and 2.12. ## Previous Versions Archived releases are available in GitHub releases.