Project

General

Profile

Download

Latest releases

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

redmine-5.1.13 2026-06-15 redmine-5.1.13.tar.gz 1a3d1039e474e787cebf223da148bf28373e4bca262197a53cfa6139640ebe5f
redmine-5.1.13.zip b90dcb8c1e2fa2d30bf70653fe3cbef42ee0c0dcac87d2564f726d4e5dc85910
redmine-6.0.10 2026-06-15 redmine-6.0.10.tar.gz 0f3f3a7159188fbd65a365519037ebe6882c6dace78d8630de22c570ff20ca77
redmine-6.0.10.zip 12fbd97342b074429f376b55e493e2028cff43f3554ce8261f50f0229d759a10
redmine-6.1.3 2026-06-15 redmine-6.1.3.tar.gz 61db3008c7fd18a3afc559ed656fd38fdf8df8220ac69598b319095183190b7a
redmine-6.1.3.zip 3280ebb7d94586ea00681474260dedba82d3508e036d1055ad2df8877435db22

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).

locked