documentation/Reference/Usage/Flyway Open Source.md
Flyway remains at it's heart an open source project that is available on Github.
If you were looking for the Redgate edition of Flyway, see this download page. This brings additional functionality that is either paid-for or we are unable to release to the open source project.
Extract the archive and simply add the new flyway-{{site.flywayVersion}} directory to the PATH to make the flyway command available from anywhere on your system.
Download, extract and install by adding to PATH (requires sudo permissions):
Or simply download the archive:
(Linux only) Download, extract and install by adding to PATH (requires sudo permissions):
(All platforms) Or simply download the image:
<pre class="console"><span>></span> docker pull <strong>flyway/flyway:{{site.flywayVersion}}</strong></pre>Go to Docker Hub for Flyway for detailed usage instructions.
You can find information about how to contribute to the Flyway Open Source project in the Open Source contribution documents.