Project

General

Profile

Download

Latest releases

Redmine releases are available in either .tar.gz or .zip format:

redmine-6.0.11 2026-08-26 redmine-6.0.11.tar.gz 7c5fc0d968c61e0deb4c90ceff6073e58dd19aedfcb840f02ce615da8af2cd9e
redmine-6.0.11.zip ae219a5206b490fc0a4fa8353dd95d1d38ed3df512b08d10c17c14eab5977102
redmine-6.1.4 2026-08-26 redmine-6.1.4.tar.gz add3a006d37ef3d77a7ca0fe0907a2744b58831a349cb09a675442c2d2e82fc9
redmine-6.1.4.zip a9b8af01c3343f473d3db7f3b4d53d49085476f92258d43c095e161351d8dab4
redmine-7.0.1 2026-08-26 redmine-7.0.1.tar.gz 68538b4310fa50ac79a521045cb55fe3bcffed5c1562d6844cf90e66e7619209
redmine-7.0.1.zip 0bd8c2fca5b2159e82e5ee7d48da201fbdc899a4be6da63a1d61625188a60068

See the Changelog for details and RedmineInstall for installation instructions or RedmineUpgrade for upgrading instructions.

You can also browse the older releases.

Versions status and releases policy

Version Support Status
trunk Unstable version. It will receive new features, bug fixes, and security updates.
7.0.x Latest stable version. Fully supported with new features, bug fixes, and security updates.
6.1.x Latest stable version. It will receive only bug fixes and security updates.
6.0.x Legacy stable version. It will receive only important security updates.
5.1.x Unsupported.
5.0.x Unsupported.
4.x and older Unsupported.

Release policy

  • Next Redmine releases are always available in Roadmap page
  • In a best-effort manner:
    • Minor versions are released every 3 months
    • Major versions once per year
    • Critical / important security fixes or major bug fixes as soon as possible.

Support policy

  • latest minor version is fully supported and it is fully supported
  • latest minor version - 1 is supported with bug fixes and security updates
  • latest minor version - 2 with important security updates only
For example, if Redmine 6.0.0 is the latest version, then:
  • Redmine 6.0.* is the latest minor version
  • Redmine 5.1.* in the latest minor version -1 and it will receive bug fixes and security updates
  • Redmine 5.0.* is the latest minor version -2 and it will receive important security updates only.

Source code

You can checkout the source code of Redmine from the Subversion repository. This is the preferred way to get Redmine if you want to benefit from the latest improvements and be able to upgrade easily.

The URL of the official Subversion repository is: https://svn.redmine.org/redmine

Alternatively, you can clone it from the Github mirror maintained by the community: https://github.com/redmine/redmine

7.0 Stable

You can checkout the latest stable source with one of the following commands:

Subversion

svn co https://svn.redmine.org/redmine/branches/7.0-stable redmine-7.0

It will create a directory named redmine-7.0 and you'll be able to update your Redmine copy using svn update in this directory.

Development (unstable)

You can checkout the latest development source from the trunk with one of the following commands:

Subversion

svn co https://svn.redmine.org/redmine/trunk redmine

Third-party Redmine bundles

  • TurnKey Redmine Appliance - Provides a free lightweight Debian-based Redmine appliance (available as an ISO, virtual machine image or cloud image).

locked