# Foxora — CLI

> A crew of agents in your terminal — install, command reference, and pipeline usage.

Source: https://foxora.ai/cli
Knowledgebase: https://foxora.ai/llms-full.txt

---

A crew of agents in your terminal. Install: `curl -fsSL https://foxora.ai/install-cli.sh | sh` (macOS/Linux) or `irm https://foxora.ai/install.ps1 | iex` (Windows). The CLI installs the same engine as the desktop app; the runtime provisions on first run.

## Command reference
- `foxora` — open the interactive terminal UI
- `foxora setup` — provision the engine, Memory Den, and Bun runtime
- `foxora update` — update the CLI and runtime
- `foxora login` / `foxora logout` — sign in or out
- `foxora run [crew] -n "<message>"` — run one prompt and print the reply
- `foxora usage` — show weekly and monthly credit usage
- `foxora doctor` — diagnose the engine, runtime, and authentication
- `foxora models` — list available tiers and models
- `foxora whoami` — show the signed-in account
- `foxora sessions` — list sessions
- `foxora crews` — list crews
- `foxora agents` — list agents
- `foxora --help` — show command usage, options, and environment variables

## Built for pipelines
Headless runs stream plain text to stdout and return meaningful exit codes. They work with shell redirection and logging in ssh, Docker, CI, cron, Makefiles, and git hooks. One account, one memory — the same crew as desktop and web.
