An open API service indexing awesome lists of open source software.

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.

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)