The Foxora CLI

A crew of agents in your terminal.

This is the real thing, replayed in your browser — sound on for the full effect.

foxora — the agent terminal
FOXORA
the agent terminal · v5.0.3
RECENT SESSIONS
you@foxora.ai
↑↓ move · ⏎ open · n new · q quit
Windows: irm https://foxora.ai/install.ps1 | iexsame engine as the desktop app — one runtime, provisioned on first run
Command reference

The v5.0.3 command set.

$ foxoraopen the interactive terminal UI
$ foxora setupprovision the engine, Memory Den, and Bun runtime
$ foxora updateupdate the CLI and runtime to the latest release
$ foxora loginsign in securely through your browser
$ foxora logoutsign out of the current Foxora account
$ foxora run [crew] -n "<message>"run one prompt and print the reply
$ foxora usageshow weekly and monthly credit usage
$ foxora doctordiagnose the engine, runtime, and authentication
$ foxora modelslist the available model tiers and models
$ foxora whoamishow the currently signed-in account
$ foxora sessionslist your sessions
$ foxora crewslist the available crews
$ foxora agentslist the available agents
$ foxora --helpshow command usage, options, and environment variables
Scriptable

Pipe-friendly by design.

Headless runs stream plain text to stdout and return meaningful exit codes, so they work naturally with shell redirection and logging. Put a run in your CI, cron, or Makefile — anywhere a shell runs.

sshdockerCIcronMakefilegit hooks
ci — release gate
$ foxora run fast -n "review this diff" | tee review.txt
Review complete — ready to ship.
$ echo $?
0 — the pipeline proceeds
$

one account · one memory · same crew as desktop and web