Project

General

Profile

Actions

Download

Latest releases

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

redmine-5.0.13 2025-07-07 redmine-5.0.13.tar.gz 553e27fa91938aabb8a79b2a4dc83f37b618043c350b90f196f94e22b2f6e4ec
redmine-5.0.13.zip fceade4f4ac5ddc93f10b60714a2e76323d8ff03770b7d978dd6719202ddf6be
redmine-5.1.9 2025-07-07 redmine-5.1.9.tar.gz cc0ddafa6fe6f5192236a27cec64e3466023a12c92c1da4abb680248639f678c
redmine-5.1.9.zip abd25784f37af9e4ee8dae34f1a93bd6dd9902b6e5e09e18aadf5dce844da7ab
redmine-6.0.6 2025-07-07 redmine-6.0.6.tar.gz b7ac2d28893806b8f4fbd1480b714be546614e830e2029d47a0bf26a352bb3fa
redmine-6.0.6.zip 3ca7402e5648311010ee9af69b40397024dbfdf61459382e48f4eb31ea677d2c

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.0.x Latest stable version. Fully supported with new features, bug fixes, and security updates
5.1.x Latest stable version. It will receive only bug fixes and security updates
5.0.x Legacy stable version. It will receive security updates only
4.2.x Unsupported
4.1.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: http://svn.redmine.org/redmine

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

6.0 Stable

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

Subversion

svn co http://svn.redmine.org/redmine/branches/6.0-stable redmine-6.0

It will create a directory named redmine-6.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 http://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 · 233 revisions locked