{"id":29669022,"url":"https://github.com/rustfs/homebrew-tap","last_synced_at":"2026-04-09T07:02:26.088Z","repository":{"id":304647574,"uuid":"986140346","full_name":"rustfs/homebrew-tap","owner":"rustfs","description":"This is the official Homebrew Tap for RustFS, a command-line tool for Object Storage written in Rust.","archived":false,"fork":false,"pushed_at":"2025-12-05T12:08:06.000Z","size":64,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-07T09:40:50.606Z","etag":null,"topics":["brew","homebrew","homebrew-tap","linux","macos","rust","rustfs"],"latest_commit_sha":null,"homepage":"https://rustfs.com/download","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rustfs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-05-19T07:05:53.000Z","updated_at":"2025-12-05T12:08:08.000Z","dependencies_parsed_at":"2025-07-14T13:56:07.074Z","dependency_job_id":"9796e390-1601-4c8f-b0e4-606044e897ff","html_url":"https://github.com/rustfs/homebrew-tap","commit_stats":null,"previous_names":["rustfs/homebrew-tap"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rustfs/homebrew-tap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rustfs%2Fhomebrew-tap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rustfs%2Fhomebrew-tap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rustfs%2Fhomebrew-tap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rustfs%2Fhomebrew-tap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rustfs","download_url":"https://codeload.github.com/rustfs/homebrew-tap/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rustfs%2Fhomebrew-tap/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28133006,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-12-30T02:00:05.476Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["brew","homebrew","homebrew-tap","linux","macos","rust","rustfs"],"created_at":"2025-07-22T18:01:40.451Z","updated_at":"2026-04-09T07:02:26.062Z","avatar_url":"https://github.com/rustfs.png","language":"Ruby","readme":"# RustFS Homebrew Tap\n\nEnglish | [简体中文](README_ZH.md)\n\nThis repository is the official Homebrew Tap for [RustFS](https://github.com/rustfs/rustfs). `RustFS` is a high-performance distributed object storage software built using Rust.\n\n## Installation\n\nYou can install `RustFS` and `RustFS-cli` in several ways.\n\n### Via Homebrew (Recommended)\n\nThis is the easiest way to get started.\n\n1. **Add the Tap:**\n   ```sh\n   brew tap rustfs/homebrew-tap\n   ```\n\n2. **Install RustFS:**\n   ```sh\n   brew install rustfs\n   ```\n\n3. **Install RustFS-cli:**\n   ```sh\n   brew install rc\n   ```\n\n4. **Update RustFS and RustFS-cli:**\n   ```sh\n   brew upgrade rustfs rc\n   ```\n\n### Manual Installation\n\n#### RustFS\n\n1. Go to the [GitHub Releases](https://github.com/rustfs/rustfs/releases) page.\n2. Download the appropriate archive for your operating system and CPU architecture.\n3. Unzip the archive and move the `rustfs` executable to a directory in your `PATH` (e.g., `/usr/local/bin`).\n\n#### RustFS-cli\n\n1. Go to the [RustFS-cli Releases](https://github.com/rustfs/cli/releases) page.\n2. Download the appropriate archive for your operating system and CPU architecture.\n3. Unzip the archive and move the `rc` executable to a directory in your `PATH` (e.g., `/usr/local/bin`).\n\n## Usage\n\nAfter installation, you can verify it and get help by running:\n\n### RustFS\n\n```sh\n# Check the version\nrustfs --version\n\n# View all available commands\nrustfs --help\n```\n\n### RustFS-cli\n\n```sh\n# Check the version\nrc --version\n\n# View all available commands\nrc --help\n```\n\nFor more detailed usage and documentation, please visit the official website: [https://rustfs.com](https://rustfs.com)\n\n## Supported Platforms\n\nWe provide pre-compiled binaries for the following platforms:\n\n- **macOS**\n    - Apple Silicon (`arm64`)\n    - Intel (`x86_64`)\n- **Linux**\n    - ARM (`aarch64`)\n    - Intel/AMD (`x86_64`)\n\n## Contributing\n\nContributions are welcome via Issues and Pull Requests.\n\n- For issues related to this Homebrew Tap, please file them in this repository.\n- For issues or feature requests related to the `RustFS` tool itself, please file them in the [main project repository](https://github.com/rustfs/rustfs).\n- For issues or feature requests related to the `RustFS-cli` tool, please file them in the [RustFS-cli repository](https://github.com/rustfs/cli).\n- Before submitting a Pull Request, please ensure you follow the project's code style and contribution guidelines.\n\n## License\n\nThis project is licensed under the [Apache-2.0](LICENSE) License.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frustfs%2Fhomebrew-tap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frustfs%2Fhomebrew-tap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frustfs%2Fhomebrew-tap/lists"}