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

https://github.com/initializ/homebrew-tap


https://github.com/initializ/homebrew-tap

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Homebrew Tap for Forge CLI

Forge is a secure, portable AI Agent runtime. Run agents locally, in cloud, or enterprise environments without exposing inbound tunnels.

Official [Homebrew](https://brew.sh) tap for the [Forge](https://github.com/initializ/forge) CLI.

## Install

```bash
brew tap initializ/tap
brew install initializ/tap/forge
```

## Upgrade

```bash
brew update
brew upgrade forge
```

## Uninstall

```bash
brew uninstall forge
brew untap initializ/tap
```

## About

This tap is automatically updated by GitHub Actions in the [initializ/forge](https://github.com/initializ/forge) repository whenever a new release is published. No manual maintenance is required.