Installation
Pick the install path that suits your platform. All methods produce the same redmine binary.
Install
Section titled “Install”For macOS and Linux. Ships shell completions for bash, zsh, and fish.
brew tap aarondpn/tapbrew install redmineAuto-detects OS and architecture, verifies the SHA256 checksum, installs to ~/.local/bin.
curl -fsSL https://raw.githubusercontent.com/aarondpn/redmine-cli/main/install.sh | bashBuilds from source via the Go toolchain. Requires Go 1.22+.
go install github.com/aarondpn/redmine-cli/v2/cmd/redmine@latestGrab a prebuilt release for your platform.
| Platform | Architecture | Asset |
|---|---|---|
| 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 |
Downloads live on GitHub Releases.
Verify
Section titled “Verify”-
Confirm the binary is resolvable and prints its version:
Terminal window redmine --version -
Run the built-in health check to smoke-test the install:
Terminal window redmine --help -
Continue to Configuration to wire up your Redmine server.
Update
Section titled “Update”redmine updatePulls the latest release, verifies its SHA256 checksum, then replaces the running binary. See Self-Update for flags.
Configure Set up your server, auth profile, and defaults.
Quick Start Issues, time tracking, and search in 5 minutes.