Skip to content

faramesh v0.1.0

Choose a tag to compare

@github-actions github-actions released this 09 Mar 19:55
· 245 commits to main since this release

faramesh v0.1.0

Install

macOS / Linux — Homebrew:

brew install faramesh/tap/faramesh

macOS / Linux — install script:

curl -fsSL https://raw.githubusercontent.com/faramesh/faramesh-core/main/install.sh | sh

Direct download:

Platform Binary
Linux amd64 faramesh-linux-amd64
Linux arm64 faramesh-linux-arm64
macOS amd64 faramesh-darwin-amd64
macOS arm64 (Apple Silicon) faramesh-darwin-arm64
Windows amd64 faramesh-windows-amd64.exe

Python SDK:

pip install faramesh==0.1.0

Docker:

docker run --rm ghcr.io/faramesh/faramesh:latest demo

Quick start

faramesh demo
faramesh init
faramesh serve --policy policy.yaml

Verify checksums

sha256sum -c faramesh-linux-amd64.sha256

Full Changelog: https://github.com/faramesh/faramesh-core/commits/v0.1.0