English | 简体中文
This repository is the official Homebrew Tap for RustFS. RustFS is a high-performance distributed object storage software built using Rust.
You can install RustFS and RustFS-cli in several ways.
This is the easiest way to get started.
-
Add the Tap:
brew tap rustfs/homebrew-tap
-
Install RustFS:
brew install rustfs
-
Install RustFS-cli:
brew install rc
-
Update RustFS and RustFS-cli:
brew upgrade rustfs rc
- Go to the GitHub Releases page.
- Download the appropriate archive for your operating system and CPU architecture.
- Unzip the archive and move the
rustfsexecutable to a directory in yourPATH(e.g.,/usr/local/bin).
- Go to the RustFS-cli Releases page.
- Download the appropriate archive for your operating system and CPU architecture.
- Unzip the archive and move the
rcexecutable to a directory in yourPATH(e.g.,/usr/local/bin).
After installation, you can verify it and get help by running:
# Check the version
rustfs --version
# View all available commands
rustfs --help# Check the version
rc --version
# View all available commands
rc --helpFor more detailed usage and documentation, please visit the official website: https://rustfs.com
We provide pre-compiled binaries for the following platforms:
- macOS
- Apple Silicon (
arm64) - Intel (
x86_64)
- Apple Silicon (
- Linux
- ARM (
aarch64) - Intel/AMD (
x86_64)
- ARM (
Contributions are welcome via Issues and Pull Requests.
- For issues related to this Homebrew Tap, please file them in this repository.
- For issues or feature requests related to the
RustFStool itself, please file them in the main project repository. - For issues or feature requests related to the
RustFS-clitool, please file them in the RustFS-cli repository. - Before submitting a Pull Request, please ensure you follow the project's code style and contribution guidelines.
This project is licensed under the Apache-2.0 License.