Docs

Installation

Desktop app (recommended)

Download the installer, open fate and sign in with your ChatGPT or Claude subscription. macOS 12+ and Windows 10+.

CLI

Requirements: macOS 12+, Linux (x64 / arm64) or WSL2 on Windows. The npm package needs Node.js 18+.

npm

If you already have Node.js.

$ npm install -g fate-cli

Homebrew

Recommended on macOS.

$ brew install --cask fate

Install script

macOS and Linux. Downloads the right binary for your architecture.

$ curl -fsSL https://fate.faleme.ai/fate/install.sh | sh

Verify

Run this after installing; a version number means it worked. Then type fate to start and sign in with /login.

$ fate --version
fate 0.1.0

Update

Update with the same package manager you installed with.

$ npm update -g fate-cli
$ brew upgrade --cask fate