# Overview

Use the Foxora CLI for interactive terminal work or one-shot runs backed by the same account and device runtime as Studio.

Run `foxora` with no subcommand to open the full-screen interface. Use `foxora run` when a script needs one prompt, streamed text output, and a meaningful exit status.

## Start here

1. Install the `foxora` package with a supported package manager.
2. Run `foxora setup` to provision the device runtime.
3. Run `foxora login` and approve the browser code.
4. Verify the identity with `foxora whoami`.
5. Start `foxora`, or try `foxora run "summarize this repository"`.

By default the client reaches the active Foxora environment while Foxora Core keeps device files and sessions local. A loopback engine override uses a local engine.

**Expected result:** the CLI identifies the correct account and can open an interactive task or print one completed response.
