Skip to content

Installation

Terminal window
brew tap aarondpn/tap
brew install redmine

This also installs shell completions for bash, zsh, and fish.

Terminal window
curl -fsSL https://raw.githubusercontent.com/aarondpn/redmine-cli/main/install.sh | bash

Auto-detects your OS and architecture, downloads the latest release with checksum verification, and installs to ~/.local/bin.

Terminal window
go install github.com/aarondpn/redmine-cli@latest

Grab the latest release for your platform from GitHub Releases:

PlatformArchitectureDownload
Linuxx86_64redmine-linux-amd64.tar.gz
LinuxARM64redmine-linux-arm64.tar.gz
macOSIntelredmine-darwin-amd64.tar.gz
macOSApple Siliconredmine-darwin-arm64.tar.gz
Windowsx86_64redmine-windows-amd64.zip
Terminal window
redmine update

Downloads and verifies the latest release via SHA256 checksum before replacing the binary.