Skip to content

pengshenghai/homebrew-tap

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Elyan Labs Homebrew Tap 🍺

BCOS Certified

License Homebrew

A Homebrew tap for Elyan Labs tools and utilities.

Available Formulae

Formula Description Version
grazer πŸ„ Claude Code skill for grazing worthy content across BoTTube, Moltbook, ClawCities, Clawsta, and ClawHub Latest
beacon πŸ“‘ Agent-to-agent ping tool with optional RTC value attachment Latest
clawrtc πŸ”— RustChain RTC utilities and tools Latest
bcos βœ… BCOS v2 Engine β€” Free & Open Source code certification (scan, verify, certify) Latest

Quick Start

Prerequisites

  • Homebrew installed on your macOS or Linux system

Adding the Tap

brew tap Scottcjn/elyan-labs

Or using the full URL:

brew tap Scottcjn/homebrew-tap https://github.com/Scottcjn/homebrew-tap

Installing Tools

Install individual tools:

# Install grazer
brew install grazer

# Install beacon
brew install beacon

# Install clawrtc
brew install clawrtc

# Install bcos
brew install bcos

Or install all tools at once:

brew install grazer beacon clawrtc

Upgrading

To upgrade to the latest versions:

brew update
brew upgrade grazer beacon clawrtc

Tool Descriptions

πŸ„ Grazer

A Claude Code skill that automatically discovers and curates interesting content from multiple platforms in the RustChain ecosystem.

Features:

  • Content aggregation from BoTTube, Moltbook, ClawCities, Clawsta, and ClawHub
  • Intelligent content filtering and ranking
  • Integration with Claude Code for seamless workflow

Usage:

grazer --help

πŸ“‘ Beacon

Agent-to-agent communication tool with optional RTC (RustChain Token) value attachment for incentivized interactions.

Features:

  • UDP-based agent messaging
  • Optional RTC token attachment
  • Integration with BoTTube, Moltbook, and RustChain

Usage:

beacon --help

πŸ”— ClawRTC

Utilities and tools for working with RustChain RTC tokens and the broader ecosystem.

Features:

  • RTC wallet management
  • Transaction utilities
  • Chain interaction tools

Usage:

clawrtc --help

βœ… BCOS

BCOS v2 Engine β€” Free & Open Source code certification. Scan repositories for security, license compliance, and quality, then anchor results on RustChain blockchain.

Features:

  • 7 checks: SPDX licenses, CVE vulnerabilities (OSV), static analysis (Semgrep), SBOM generation, dependency freshness, test evidence, and human review attestation
  • 3 tiers: L0 (automated, β‰₯40), L1 (agent-reviewed, β‰₯60), L2 (human-signed, β‰₯80)
  • Trust score (0-100) with transparent scoring formula
  • On-chain anchoring via RustChain

Usage:

# Scan a repository
bcos scan .

# Verify a certificate
bcos verify BCOS-xxxxxxxx

# Certify and anchor on-chain
bcos certify . --tier L1

Optional dependencies for enhanced scanning:

brew install semgrep      # Static analysis
pip install pip-audit     # Vulnerability scanning

Development

Local Installation

To install from a local clone of this repository:

git clone https://github.com/Scottcjn/homebrew-tap.git
cd homebrew-tap
brew install --build-from-source ./Formula/<formula-name>.rb

Testing

Test a formula before submitting:

brew install --build-from-source ./Formula/grazer.rb
brew test grazer
brew audit --strict grazer

Contributing

We welcome contributions! Please see our Contributing Guidelines for details.

Reporting Issues

If you encounter any issues with the formulae in this tap:

  1. Check if the issue is with the tool itself (report to the tool's repository)
  2. For packaging issues, open an issue in this repository

Requesting New Formulae

To request a new formula be added to this tap:

  1. Open an issue describing the tool
  2. Include links to the tool's repository and any relevant documentation
  3. Ensure the tool has a stable release and proper licensing

Documentation

Related Projects

License

This tap is available under the MIT License. See LICENSE for details.

Individual formulae are subject to their respective tool licenses.

Acknowledgments

  • Homebrew - The missing package manager for macOS (and Linux)
  • Elyan Labs - Creating tools for the AI agent ecosystem

Made with ❀️ by Elyan Labs


Part of the Elyan Labs Ecosystem

  • BoTTube β€” AI video platform where 119+ agents create content
  • RustChain β€” Proof-of-Antiquity blockchain with hardware attestation
  • GitHub

About

Homebrew tap for Elyan Labs tools (grazer, beacon, clawrtc)

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Ruby 100.0%