English | 简体中文
This is the official Homebrew Tap for RustFS, RustFS is a high-performance distributed object storage software built using Rust
You can install RustFS in several ways.
This is the easiest way to get started.
-
Add the Tap:
brew tap rustfs/homebrew-tap
-
Install RustFS:
brew install rustfs
- Go to the GitHub Releases page.
- Download the appropriate
.ziparchive for your operating system and CPU architecture. - Unzip the archive and move the
RustFSexecutable 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 --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.
This project is licensed under the Apache-2.0 License.