⚠️ Incubating Tap: This is a community-maintained tap in incubation status. Formulas are provided as-is until they are accepted into the official homebrew/core repository. No official Homebrew support is provided for third-party taps.
Official Homebrew tap for Cozystack tools.
This tap provides early access to Cozystack CLI tools. Formulas are maintained here until they meet the requirements for inclusion in homebrew/core.
Current Status: 🟡 Incubating
- Stability: Formulas are manually maintained and tested
- Support: Community support via GitHub Issues
- Updates: Manual updates when new releases are published
- Goal: Acceptance into official homebrew/core
What this means for users:
- ✅ Safe to use for development and testing
- ✅ Formulas follow Homebrew standards
⚠️ No official Homebrew support⚠️ Updates require manualbrew upgrade- ℹ️ Formula names may change if accepted to homebrew/core
brew tap cozystack/tapThe following Cozystack tools have been accepted into homebrew/core and should be installed directly without this tap:
Talos Linux configuration manager. Install directly from Homebrew:
brew install talmFormula: talm
Repository: cozystack/talm
Cozy wrapper around Helm and Flux CD for local development. Install directly from Homebrew:
brew install cozyhrIf you previously installed cozyhr from this tap, migrate to the core version:
brew uninstall cozyhr && brew install cozyhrFormula: cozyhr
Repository: cozystack/cozyhr
CLI for managing Cozystack packages (PackageSource and Package CRDs).
brew install cozypkgFeatures:
- Install PackageSource and dependencies interactively
- List installed packages
- Delete packages
- Show dependency graphs
Requirements: Kubernetes cluster with Cozystack installed
Repository: cozystack/cozystack
Code generator for Go structs, CRDs, and JSON schemas from annotated YAML.
brew install cozyvalues-genFeatures:
- Generate Go structs from JSDoc-annotated values.yaml
- Create Kubernetes CustomResourceDefinitions (CRDs)
- Output JSON schemas for validation
- Auto-update README.md Parameters section
Requirements: Go toolchain (for generated code compilation)
Repository: cozystack/cozyvalues-gen
After installation, check available commands:
cozypkg --help
cozyvalues-gen --help- Documentation: https://cozystack.io/docs
- Issues: https://github.com/cozystack/cozystack/issues
- Telegram: https://t.me/cozystack
Contributions are welcome! If you'd like to help maintain formulas or test new versions:
- Open an issue in cozystack/homebrew-tap
- Submit a pull request with formula updates
- Report bugs or suggest improvements
We plan to submit these formulas to homebrew/core once they meet the acceptability criteria.
Important: Submission will only happen after projects reach 75+ GitHub stars and have stable releases (no alpha/beta versions). This ensures formulas are mature and widely adopted before entering the official Homebrew ecosystem.
Apache-2.0