Skip to content

Release v0.4.1

New Features

Homebrew Installation Support

You can now install gcop-rs via Homebrew:

bash
brew tap AptS-1547/gcop-rs
brew install gcop-rs

Supports macOS (Intel/Apple Silicon) and Linux (x86_64/ARM64).

cargo-binstall Support

Supports quick installation of pre-built binaries via cargo-binstall:

bash
cargo binstall gcop-rs

No compilation needed, directly downloads the binary for your platform.

Installation Methods Summary

bash
# Homebrew (macOS/Linux)
brew tap AptS-1547/gcop-rs
brew install gcop-rs

# cargo-binstall (recommended, no compilation)
cargo binstall gcop-rs

# cargo install (compile from source)
cargo install gcop-rs

# Pre-built binaries
# Download from Releases page for your platform

Upgrade Notes

Upgrading from v0.4.0 requires no action, fully backward compatible.

Installation

bash
cargo install gcop-rs

Or download pre-built binaries from Releases.

Feedback

If you have any issues or suggestions, please submit an Issue.