Skip to content

Installation

Pick the install path that suits your platform. All methods produce the same redmine binary.

For macOS and Linux. Ships shell completions for bash, zsh, and fish.

Terminal window
brew tap aarondpn/tap
brew install redmine
  1. Confirm the binary is resolvable and prints its version:

    Terminal window
    redmine --version
  2. Run the built-in health check to smoke-test the install:

    Terminal window
    redmine --help
  3. Continue to Configuration to wire up your Redmine server.

self-update
Terminal window
redmine update

Pulls the latest release, verifies its SHA256 checksum, then replaces the running binary. See Self-Update for flags.