faramesh.devBETA
docsgithubcommunityget started →

docs

Getting Started

Core

FPL

Governance

Operations

Reference

github ↗slack ↗community ↗

01 , install

Get Faramesh on your machine.

Pick whichever method works best for you.

Homebrew (macOS / Linux)

The fastest way to install. One command.

bash
brew install faramesh/tap/faramesh

Shell script

Downloads the right binary for your OS, verifies the checksum, and installs it.

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

npx (Node.js projects)

Install via npm without a global binary install.

bash
npx @faramesh/cli@latest init

Build from source

Clone the repo and build with Go.

bash
git clone https://github.com/faramesh/faramesh-core.git
cd faramesh-core
go build -o faramesh ./cmd/faramesh
sudo install -m 0755 faramesh /usr/local/bin/faramesh

Check install

Confirm the binary is working.

bash
faramesh --version

Need help? Use any of these support options.

open an issuejoin slackcommunity/forum
MIT License
docsgithubcommunityget started →