feat: Homebrew formula for BCOS standalone as bcos command (issue #2293)#1763
Merged
Scottcjn merged 3 commits intoMar 26, 2026
Merged
Conversation
- Add bcos-engine.rb Homebrew formula for BCOS v2 Engine - Add homebrew.mxcl.bcos-engine.plist for launchd service - Add BCOS-ENGINE-INSTALL.md with comprehensive installation guide - Add BOUNTY_2293_BCOS_HOMEBREW.md validation report - Install bcos-engine and bcos-spdx CLI commands - Include recommended dependencies: semgrep, pip-audit, cyclonedx-bom - Document trust score formula (100 pts) and tier thresholds (L0/L1/L2) Bounty: Scottcjn#2293 Scope: BCOS v2 Homebrew formula for bcos-engine standalone Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
- Rename formula from bcos-engine.rb to bcos.rb - Install bcos_engine.py as 'bcos' command (not 'bcos-engine') - Keep bcos-spdx helper command unchanged - Update launchd plist to homebrew.mxcl.bcos - Update documentation to reflect 'bcos' command usage - Use stable SHA256 checksum approach with curl | sha256sum - Keep optional dependencies: semgrep, pip-audit - Document checksum acquisition in installation guide Bounty: Scottcjn#2293 Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
Contributor
Author
|
RTC payout wallet: RTC1d48d848a5aa5ecf2c5f01aa5fb64837daaf2f35 |
Owner
|
Merged! 🔧 Excellent work @createkr — Homebrew BCOS formula makes installation trivial for macOS users. Great packaging. 💰 15 RTC awarded for this contribution. Thank you for the consistent high-quality contributions. You're building real infrastructure. |
Owner
|
Transfer confirmed — this was included in the batch settlement of 1,091 RTC to @createkr's wallet. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary: Adds Homebrew packaging for BCOS standalone with command name aligned to bounty requirements:
bcos. Includes formula updates, service plist, and install/verification docs for usage flows:bcos scan .,bcos verify BCOS-xxx,bcos certify .. Optional tooling guidance retained for semgrep/pip-audit. Closes #2293.