https://github.com/librefang/homebrew-tap
Homebrew tap for LibreFang releases.
https://github.com/librefang/homebrew-tap
Last synced: about 2 months ago
JSON representation
Homebrew tap for LibreFang releases.
- Host: GitHub
- URL: https://github.com/librefang/homebrew-tap
- Owner: librefang
- License: mit
- Created: 2026-03-12T10:55:12.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-05-25T13:16:53.000Z (2 months ago)
- Last Synced: 2026-05-25T15:17:37.289Z (2 months ago)
- Language: Ruby
- Homepage: https://librefang.ai
- Size: 108 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Homebrew Tap for LibreFang
Unofficial Homebrew tap for [LibreFang](https://librefang.ai), a community-maintained Agent Operating System written in Rust.
## CLI
```bash
brew tap librefang/tap
brew install librefang
```
## Desktop App (macOS)
```bash
brew tap librefang/tap
brew install --cask librefang
```
## Usage
```bash
# Initialize LibreFang
librefang init
# Start the daemon
librefang start
# Dashboard: http://localhost:4545
```
## Version Pinning
```bash
# Install a specific version
brew install librefang/tap/librefang@2026.3.2114
```
## Documentation
See the [main documentation](https://docs.librefang.ai) for full usage.
## License
MIT License - see [LICENSE](LICENSE)