Download » History » Revision 216
Revision 215 (Marius BĂLTEANU, 2023-11-27 21:31) → Revision 216/226 (Marius BĂLTEANU, 2024-02-26 23:25)
h1. Download
h2. Latest releases
Redmine releases are available in either @.tar.gz@ or @.zip@ format:
|/2. redmine-5.0.7 |/2. 2023-11-27 | "redmine-5.0.7.tar.gz":/releases/redmine-5.0.7.tar.gz | @f151fafb5baf309cb3192f81bda4736cf68f1bff759cebb0dcbd73a3d6175d71@ |
| "redmine-5.0.7.zip":/releases/redmine-5.0.7.zip | @b9df651c2fbbecff652d904ea725558db0b8e89edcb9a6e796342d71a6b1a60c@ |
|/2. redmine-5.1.1 |/2. 2023-11-27 | "redmine-5.1.1.tar.gz":/releases/redmine-5.1.1.tar.gz | @edf3095746effd04ad5140681d618f5fa8d06be09c47b6f8b615dcad0b753e6e@ |
| "redmine-5.1.1.zip":/releases/redmine-5.1.1.zip | @244d53ea6b5d759a2a8e2ec626268a54897bfa58373005258c4c98a37ef4497f@ |
See the [[Changelog]] for details and [[RedmineInstall]] for installation instructions or [[RedmineUpgrade]] for upgrading instructions.
You can also browse the "older releases":/releases/.
h2. Versions status
|_. Version |_. Support Status |
| trunk | Unstable version. Will receive new features, bug fixes, and security updates. |
|*5.1.x* | *Latest stable version. Fully supported with new features, bug fixes, and security updates* |
| 5.0.x | Legacy stable version. Will receive important bug fixes and security updates only. |
| 4.0.x and older | Unsupported |
h2. 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
h3. 5.1 Stable
You can checkout the latest stable source with one of the following commands:
*Subversion*
<pre>
svn co https://svn.redmine.org/redmine/branches/5.1-stable redmine-5.1
</pre>
It will create a directory named @redmine-5.1@ and you'll be able to update your Redmine copy using @svn update@ in this directory.
h3. Development (unstable)
You can checkout the latest development source from the trunk with one of the following commands:
*Subversion*
<pre>
svn co https://svn.redmine.org/redmine/trunk redmine
</pre>
h2. Third-party Redmine bundles
* "TurnKey Redmine Appliance":http://www.turnkeylinux.org/redmine - Provides a free lightweight Debian-based Redmine appliance (available as an ISO, virtual machine image or cloud image).
* "BitNami Redmine Stack":https://bitnami.com/stack/redmine – Provides free virtual machines, containers, and cloud images for Redmine.