faramesh/faramesh-core
Governance-as-Code for AI agents. Declarative constraints with deterministic enforcement. Provisioning Identity, Tool-based rules, Brokering Credentials & Ensuring safe deployment
2 Releases
Latest: 1mo ago
faramesh v0.2.0v0.2.0Latest
๐ฆ Install
- macOS / Linux โ Homebrew:
- ```bash
- brew tap faramesh/tap
- brew install faramesh
- ```
- macOS / Linux โ install script:
- ```bash
- curl -fsSL https://raw.githubusercontent.com/faramesh/faramesh-core/main/install.sh | sh
- + 17 more
๐ฆ Quick start
- ```bash
- faramesh demo
- faramesh setup flow
- faramesh serve --policy policy.yaml
- ```
๐ฆ Verify checksums
- ```bash
- sha256sum -c faramesh-linux-amd64.sha256
- ```
- Full Changelog: https://github.com/faramesh/faramesh-core/compare/v0.2.9...v0.2.0
faramesh v0.1.0v0.1.0
๐ฆ Install
- macOS / Linux โ Homebrew:
- ```bash
- brew install faramesh/tap/faramesh
- ```
- macOS / Linux โ install script:
- ```bash
- curl -fsSL https://raw.githubusercontent.com/faramesh/faramesh-core/main/install.sh | sh
- ```
- + 16 more
๐ฆ Quick start
- ```bash
- faramesh demo
- faramesh init
- faramesh serve --policy policy.yaml
- ```
๐ฆ Verify checksums
- ```bash
- sha256sum -c faramesh-linux-amd64.sha256
- ```
- Full Changelog: https://github.com/faramesh/faramesh-core/commits/v0.1.0
