Installation
Homebrew (macOS & Linux)
Section titled “Homebrew (macOS & Linux)”brew tap aarondpn/tapbrew install redmineThis also installs shell completions for bash, zsh, and fish.
Quick Install Script
Section titled “Quick Install Script”curl -fsSL https://raw.githubusercontent.com/aarondpn/redmine-cli/main/install.sh | bashAuto-detects your OS and architecture, downloads the latest release with checksum verification, and installs to ~/.local/bin.
Install with Go
Section titled “Install with Go”go install github.com/aarondpn/redmine-cli@latestManual Download
Section titled “Manual Download”Grab the latest release for your platform from GitHub Releases:
| Platform | Architecture | Download |
|---|---|---|
| Linux | x86_64 | redmine-linux-amd64.tar.gz |
| Linux | ARM64 | redmine-linux-arm64.tar.gz |
| macOS | Intel | redmine-darwin-amd64.tar.gz |
| macOS | Apple Silicon | redmine-darwin-arm64.tar.gz |
| Windows | x86_64 | redmine-windows-amd64.zip |
Updating
Section titled “Updating”redmine updateDownloads and verifies the latest release via SHA256 checksum before replacing the binary.