01 , install
Get Faramesh on your machine.
Pick whichever method works best for you.
Homebrew (macOS / Linux)
The fastest way to install. One command.
brew install faramesh/tap/faramesh
Shell script
Downloads the right binary for your OS, verifies the checksum, and installs it.
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.
npx @faramesh/cli@latest init
Build from source
Clone the repo and build with Go.
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.