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.
The CLI needs a desktop computer. On this device, use Studio at app.foxora.ai.
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.
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.
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
Homebrew · macOS, Linux
brew install foxora-ai/tap/foxoranpm · Node.js 16 or later
npm install -g foxoraScoop · Windows
scoop bucket add foxora https://github.com/foxora-ai/scoop-foxora scoop install foxora2Get started
Sign in once. Then hand over a job.
Four commands, in this order. No account yet? Start free, then come back.
foxora setupSets up the runtime on this computer. On macOS and Windows, the command at the top of this page does this for you.
foxora loginShows a link and a short code, and opens your browser. Check the code, then approve. The CLI never asks for your password.
foxora whoamiShows the account you are signed in to. Run
foxora logoutbefore you switch accounts.foxoraOpens the full-screen terminal app, with your sessions. For a single answer, use
foxora runwith 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.mdfast- Fennec Fast Free and up
pro- Fennec Pro Starter and up
max- Fennec Max Max plan
4The CLI docs
The details are in the docs.
- 01OverviewWhat the CLI is for
- 02Installing the CLIEvery way to install
- 03Authentication and setupSign in with a code
- 04Interactive useThe full-screen app
- 05Headless runsOne answer, for scripts
- 06Command referenceEvery command and option
- 07Configuration and updatesSettings and new versions
- 08TroubleshootingWhen something fails
Install it in one line. Sign in with one code.
- Free plan
- 200 credits a month
- No card required