https://github.com/codelayers-ai/homebrew-tap
This is a Homebrew Tap repository for distributing the CodeLayers CLI.
https://github.com/codelayers-ai/homebrew-tap
ai-agents data-visualization visionpro
Last synced: 3 months ago
JSON representation
This is a Homebrew Tap repository for distributing the CodeLayers CLI.
- Host: GitHub
- URL: https://github.com/codelayers-ai/homebrew-tap
- Owner: codelayers-ai
- Created: 2025-12-06T13:43:17.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2026-02-16T03:03:24.000Z (4 months ago)
- Last Synced: 2026-02-16T09:53:36.809Z (4 months ago)
- Topics: ai-agents, data-visualization, visionpro
- Language: Ruby
- Homepage: https://codelayers.ai
- Size: 24.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Homebrew Tap for CodeLayers CLI
Official Homebrew tap for [CodeLayers](https://codelayers.ai) - a zero-knowledge code visualization platform for Vision Pro.
## Installation
```bash
brew tap codelayers-ai/codelayers
brew install codelayers
```
## Upgrade
```bash
brew upgrade codelayers
```
## Uninstall
```bash
brew uninstall codelayers
brew untap codelayers-ai/codelayers
```
## Usage
```bash
# Authenticate with your 12-word mnemonic
codelayers login
# Sync a repository
codelayers sync /path/to/your/repo
# Watch mode with P2P server for Vision Pro
codelayers watch /path/to/your/repo
# Watch with AI agent integration
codelayers watch /path/to/your/repo --agent claude
```
## Requirements
- macOS 13.0 or later
- Apple Silicon - Intel Macs are not supported
## Links
- [CodeLayers Website](https://codelayers.ai)
- [Vision Pro App](https://apps.apple.com/app/codelayers)
- [Documentation](http://codelayers.ai/docs)
## License
Proprietary - © 2025 CodeLayers