Project

General

Profile

Actions

Download

Latest releases

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

redmine-5.0.14 2025-09-21 redmine-5.0.14.tar.gz f1e8efe40bfc4fd822c369b2bd6446e4ea3a156388fdf552ceb436127158d2cf
redmine-5.0.14.zip c6e3a05ab1192012c35192ebcf4974f3eae40ccbf9ad85d9c25c9e93b7733782
redmine-5.1.10 2025-09-21 redmine-5.1.10.tar.gz 0f187dcca0804f42faf7bbee1ad0a759291b026f707d86347bc14f34defa6f41
redmine-5.1.10.zip d4f13d4f0b8c21af2e454abf7639b0d2fec94273bbc8ca227a2856ccb7cedd80
redmine-6.0.7 2025-09-21 redmine-6.0.7.tar.gz 8824560a07673dc7b59f1ca0bf9d7cd854c6c4c97d0fe555a5dbeba332b8dfe8
redmine-6.0.7.zip 6ee48d4e548202808b2f7ca3e400c64b2ba0a11c59b2e4faf8affa703a5a93ef
redmine-6.1.0 2025-09-21 redmine-6.1.0.tar.gz bc483da195f2444491d870e40f7fc909ae750f7ba8d0e28831e6d6c478812b88
redmine-6.1.0.zip 1b91676b251a70fac256261eb21862dc600eb3868786590707d48e7eb731b0c1

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 security updates only.
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 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 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 · 236 revisions locked