Project

General

Profile

Actions

Download

Latest releases

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

redmine-5.1.12 2026-03-17 redmine-5.1.12.tar.gz 686a9508a5df438728f03f4f930005349ed14571fadc7a365a1426a797fa0056
redmine-5.1.12.zip c504926f06e53ea4cfaa9db306fd57ccfbaf2f4a4f9d1471dc36ba85e0099ea4
redmine-6.0.9 2026-03-17 redmine-6.0.9.tar.gz 9bc760b5147cc27e27334cecbaf600be6efc009cd8fe57680309af513d852006
redmine-6.0.9.zip 094b6a72d9c6d5ea7f9faf0f12f05db8289aee157114dff3940f510228fa9e91
redmine-6.1.2 2026-03-17 redmine-6.1.2.tar.gz 938e975e808ccfb4b0dcbad8b42f02aacf0ca9ef15491c38c5af4756740ccf08
redmine-6.1.2.zip 9480110667094a91fc18035998e50813f6d657aa15e3dd9ee3f9041166930a0d

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.
6.1.x Latest stable version. Fully supported with new features, bug fixes, and security updates.
6.0.x Latest stable version. It will receive only bug fixes and security updates.
5.1.x Legacy stable version. It will receive only important security updates.
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

6.1 Stable

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

Subversion

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

It will create a directory named redmine-6.1 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).

Updated by Marius BĂLTEANU 3 days ago · 242 revisions locked