foxora
v5.0.3
Published
Foxora — the agent terminal. A fast, native CLI for running Foxora's AI agents.
Maintainers
Readme
Foxora
The agent terminal — a fast, native CLI for running Foxora's AI agents.
Website · Account & billing · Releases
Foxora is the operating system for AI agents. Spin up a crew of agents that plan, act, and verify — building software, running your tools, browsing the web, and working across your projects — from a single, fast terminal UI or the Foxora desktop app.
foxora is the command-line client. On first run it provisions the Foxora Runtime
(the agent engine + memory + workspace) into a per-user cache and runs everything
locally; model calls route through the Foxora gateway, so no provider API keys ever
live on your machine.
Install
npm (any OS with Node ≥ 16)
npm install -g foxoraHomebrew (macOS · Linux)
brew install foxora-ai/tap/foxoraScoop (Windows)
scoop bucket add foxora https://github.com/foxora-ai/scoop-foxora
scoop install foxoraShell (macOS · Linux)
curl -fsSL https://foxora.ai/install.sh | shPowerShell (Windows 10/11)
irm https://foxora.ai/install.ps1 | iexEvery method installs the foxora binary and provisions the runtime on first use.
Prefer a graphical app? Download Foxora for desktop at https://foxora.ai/download.
Quick start
foxora setup # provision the runtime (engine · memory · workspace)
foxora login # sign in (opens app.foxora.ai in your browser)
foxora # open the interactive agent terminal
foxora run "summarize this repo" # one-shot: run a prompt, print the reply
foxora run fast -n "fix the failing test"Run foxora --help for all commands (run, sessions, crews, agents, …).
Highlights
- Agent crews — pick a tier (Fast · Pro · Max); each crew plans, executes, and verifies its own work.
- Real tools — shell, file edit, web search/fetch, and more, with approvals you control.
- Local-first — your code and sessions stay on your machine; only model calls go through the gateway (no provider keys on-device).
- One account, every surface — the CLI, the desktop app, and https://app.foxora.ai share the same sign-in and sessions.
Requirements
- macOS 12+, Windows 10/11, or Linux (glibc; Ubuntu/Debian/Fedora/Arch…).
- Internet on first run (to fetch the runtime) and for model calls (via the gateway).
Uninstall
# macOS / Linux — asks before deleting your data
curl -fsSL https://foxora.ai/uninstall.sh | sh
# npm
npm rm -g foxora
# Homebrew / Scoop
brew uninstall foxora # scoop uninstall foxoraLinks
| | | |---|---| | Website | https://foxora.ai | | Account, usage & billing | https://account.foxora.ai | | Downloads | https://foxora.ai/download | | Releases & changelog | https://github.com/foxora-ai/releases |
License
Foxora is proprietary, commercial software. © 2026 xBesh Labs. All rights reserved.
Use is subject to the Foxora Terms of Service at https://foxora.ai. This package
distributes the official, code-signed foxora binaries; redistribution or
reverse-engineering is not permitted.
