Get Started

Setup

Install the CLI and sign in.


The CLI is distributed as one native executable. Choose one installation route:

macOS or Linux

curl -fsSL https://epismo.ai/install.sh | sh
epismo --help

Windows PowerShell

irm https://epismo.ai/install.ps1 | iex

npm

npm install -g epismo

Direct download

Download the same binaries plus SHA-256 checksums directly from GitHub Releases.

The npm package downloads the same native executable during installation. Use epismo --help to confirm the CLI is available, then choose the sign-in method that fits your environment.

epismo login --email you@example.com discovers organization SSO first and otherwise completes email-code sign-in in the terminal. Browser sign-in is used when appropriate. Credentials are stored locally and refreshed before expiry; use epismo logout before switching accounts.

After signing in, run epismo doctor to inspect configuration and the effective workspace. Use epismo completion zsh (or bash, fish, powershell) to print shell completion instructions.