https://github.com/initializ/homebrew-tap
https://github.com/initializ/homebrew-tap
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/initializ/homebrew-tap
- Owner: initializ
- Created: 2025-06-19T07:22:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-04-13T15:47:46.000Z (3 months ago)
- Last Synced: 2026-04-13T17:40:55.773Z (3 months ago)
- Language: Ruby
- Size: 8.79 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.