Installation
Install the verified Redshift CLI.
Verified Install
The installer supports Linux and macOS on x64 and arm64. It requires the GitHub CLI, verifies GitHub attestations and checksums, smoke-tests the candidate, and installs atomically.
curl -fsSL https://redshiftapp.com/install | sh The default destination is ~/.local/bin/redshift. The installer
prints PATH instructions when needed.
Package Managers
npm, Bun, and Homebrew packages are not currently published. Use the verified installer or a verified GitHub release asset.
Build from Source
Development builds require Bun.
git clone https://github.com/accolver/redshift.git
cd redshift
bun install --frozen-lockfile
bun run build
install -m 0755 dist/redshift ~/.local/bin/redshift Verified Release Assets
The GitHub releases page publishes binaries for these supported targets:
redshift-darwin-arm64- macOS (Apple Silicon)redshift-darwin-x64- macOS (Intel)redshift-linux-x64- Linux (x64)redshift-linux-arm64- Linux (ARM64)
Verify Installation
redshift --version
# Certified release at time of writing: redshift v0.14.0 System Requirements
Linux or macOS on x64 or arm64
GitHub CLI authenticated sufficiently to verify public attestations
Windows binaries are not currently published.
Next Steps
Continue to the Quick Start guide.