foxora

Foxora CLI 5.0.3 · macOS, Linux, Windows

Your agents, in your terminal.

The Foxora CLI opens Studio's agents in a full-screen terminal app. Or it runs one job and prints the answer, so a script can use it. It signs in to your Foxora account and uses its credits.

macOS · Terminal

curl -fsSL https://foxora.ai/install-cli.sh | sh

Paste it in Terminal. It downloads the CLI, checks its checksum, installs foxora and runs its setup. Run it again to update.

Linux · Terminal

curl -fsSL https://foxora.ai/install-cli.sh | sh

Paste it in a terminal. It downloads the CLI, checks its checksum and installs foxora. Run it again to update.

Windows · PowerShell

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

Paste it in PowerShell. It downloads the CLI, checks its checksum, installs foxora and its runtime, and adds it to your PATH. Run it again to update.

Same account, crews and credits as Foxora Studio

Terminal · foxoraExample · not a live run
curl -fsSL https://foxora.ai/install-cli.sh | sh
foxora: installing CLI (aarch64-apple-darwin)…
  ▟ foxora  — setting up
  ✓ engine ready
  ✓ done. Run foxora to begin.
foxora login
Starting sign-in…
  Open  https://account.foxora.ai/activate?user_code=WDJB-MJHT
  (link copied to your clipboard)
  and enter code  WDJB-MJHT
  ✓ signed in as priya@example.com
foxora run fast -n "summarise this repo"
› summarise this repo
This is the website for a café chain in Pune: a menu page, an order form and a table booking page. The order form sends orders to one shared inbox. There are no tests yet.
Foxora CLI 5.0.3 · sample account and data

Sheet 01 · The CLI · install, sign in, run

1Install · other ways

Or install it with a package manager.

The command at the top of this page checks the download's checksum and installs foxora. On macOS and Windows it also sets up the runtime. With Homebrew, npm or Scoop, run foxora setup once yourself. If an installer asks you to add a folder to your PATH, do that. Then open a new terminal.

macOS
Apple Silicon and Intel
Linux
x64 and Arm
Windows
x64
Install from the terminal

Homebrew · macOS, Linux

brew install foxora-ai/tap/foxora

npm · Node.js 16 or later

npm install -g foxora

Scoop · Windows

scoop bucket add foxora https://github.com/foxora-ai/scoop-foxorascoop install foxora

2Get started

Sign in once. Then hand over a job.

Four commands, in this order. No account yet? Start free, then come back.

  1. foxora setup

    Sets up the runtime on this computer. On macOS and Windows, the command at the top of this page does this for you.

  2. foxora login

    Shows a link and a short code, and opens your browser. Check the code, then approve. The CLI never asks for your password.

  3. foxora whoami

    Shows the account you are signed in to. Run foxora logout before you switch accounts.

  4. foxora

    Opens the full-screen terminal app, with your sessions. For a single answer, use foxora run with your request in quotes.

3Every command · CLI 5.0.3

Everything it does, on one page.

Run foxora --help to see the same list in your terminal.

foxora
Open the full-screen terminal app.
foxora setup
Set up the runtime on this computer.
foxora login
Sign in from your browser, with a short code.
foxora logout
Sign out on this computer.
foxora whoami
Show the account you are signed in to.
foxora run [fast|pro|max] -n "…"
Run one job and print the answer.
foxora sessions
List your sessions.
foxora crews
List the crews.
foxora agents
List the agents.
foxora models
List the tiers and models you can use.
foxora usage
Show the credits used this week and this month.
foxora doctor
Check the runtime, the engine, your sign-in and the connection.
foxora update
Update the CLI and its runtime. After Homebrew, Scoop or npm, it prints the command to run.
foxora --help --version
Show every command and option, or print the version.

Use it in a script.

foxora run prints your request, each tool it uses, and then the answer, to standard output. Errors go to standard error. Set NO_COLOR=1 to save it without colour codes. The run happens on this computer and uses credits, like any task.

One run, saved to a file

NO_COLOR=1 foxora run pro -n "Write release notes from this week's commits" > notes.md
fast
Fennec Fast Free and up
pro
Fennec Pro Starter and up
max
Fennec Max Max plan

Install it in one line. Sign in with one code.

  • Free plan
  • 200 credits a month
  • No card required