fromai — zsh

Install fai CLI

Install the fromai CLI to manage tasks from your terminal.

Homebrew

Install via Homebrew tap (recommended for macOS/Linux).

$ brew install ktappdev/tap/fai

Direct Download

Download a pre-built binary for your platform.

$ curl -L -o fai <RELEASE_URL>
$ chmod +x fai
$ sudo mv fai /usr/local/bin/

Go Install

Install directly from source using Go toolchain.

$ go install github.com/kentaylor/fromai/cli/cmd/fai@latest

Build from Source

Clone and build manually.

$ git clone https://github.com/kentaylor/fromai.git
$ cd fromai/cli
$ go build -o fai ./cmd/fai
$ sudo mv fai /usr/local/bin/

Verify Installation

Confirm fai is installed and working.

$ fai --help

Configure

Set up authentication with your API key.

$ fai init --key <your-api-key> --base-url <backend-url>

Get your API key → Settings

$ fai whoami

Verify authentication is working.