https://github.com/rrabelloo/homebrew-formae
Unofficial Homebrew tap for Formae, a modern Infrastructure-as-Code platform.
https://github.com/rrabelloo/homebrew-formae
devops iac infrastructure-as-code platform-engineering sre
Last synced: 21 days ago
JSON representation
Unofficial Homebrew tap for Formae, a modern Infrastructure-as-Code platform.
- Host: GitHub
- URL: https://github.com/rrabelloo/homebrew-formae
- Owner: rrabelloo
- Created: 2026-02-04T13:21:21.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-02-26T21:12:58.000Z (26 days ago)
- Last Synced: 2026-02-27T03:10:24.958Z (26 days ago)
- Topics: devops, iac, infrastructure-as-code, platform-engineering, sre
- Language: Ruby
- Homepage: https://platform.engineering/formae
- Size: 11.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Homebrew Tap for Formae
Unofficial Homebrew tap for [Formae](https://platform.engineering/formae), the Infrastructure-as-Code platform.
## Installation
```bash
brew tap rrabelloo/formae
brew install formae
```
Or install directly without adding the tap:
```bash
brew install rrabelloo/formae/formae
```
> **Note**: Currently only macOS Apple Silicon (arm64) is supported.
## Usage
After installation:
```bash
# Verify installation
formae --version
# Start the agent
formae agent start
# Apply infrastructure
formae apply --mode reconcile --watch
# List resources
formae inventory resources
# Destroy infrastructure
formae destroy --watch
```
## Updating
```bash
brew update
brew upgrade formae
```
## Uninstalling
```bash
brew uninstall formae
brew untap rrabelloo/formae
```
## About Formae
Formae is an open-source Infrastructure-as-Code platform by Platform Engineering Labs. Key features:
- 100% code-based infrastructure management
- No state files - reality is the state, versioned in code
- Automatic discovery and synchronization
- Agent-based architecture
- Uses PKL configuration language
## Resources
- [Official Documentation](https://docs.formae.io)
- [GitHub Repository](https://github.com/platform-engineering-labs/formae)
- [Platform Engineering Labs](https://platform.engineering/formae)
## License
This tap is provided as-is. Formae itself is licensed under FSL-1.1-ALv2 by Platform Engineering Labs.