Qorven ships as a single binary (
qorven) at /usr/local/bin/qorven. Every subcommand is documented here; every page is regenerated from qorven <cmd> --help output so it never drifts from the code.Anatomy of a command
Common patterns
Use --output json for scripting
Point at a different gateway
Skip confirmation prompts
Enable verbose logging
Categories
Setup & lifecycle
init, setup, start, doctor, status, version, update, backup, migrate, restore.Day-to-day
chat, agents, sessions, rooms, teams, cron, tasks, memory, tools, providers, channels, workflows.Ops
gateway, tls, logs, debug, config, mcp, vault, admin.Security
auth, scan, read, research.Complete list
| Command | Purpose |
|---|---|
admin | Administrative actions (dangerous; requires root token) |
agent | Agent-developer tooling (DX scaffolds, local only) |
agents | Manage Qors — list, create, update, delete |
auth | Tokens, sessions, log in/out |
backup | Export config + agents + sessions + memories + skills |
channels | Messaging channel setup (Telegram, WhatsApp, Slack, …) |
chat | Send a message to a Qor from the CLI |
collapse-sessions | Merge extra sessions into the canonical chat (Phase 4 migration) |
config | Show / edit config.toml |
cron | Scheduled jobs — list, enable, disable, trigger |
debug | Quick diagnostics dump (config + DB + gateway + providers + channels) |
doctor | Health check — runs before you ask for help |
gateway | Gateway service lifecycle: start/stop/restart |
health | Quick /health endpoint check |
init | Initial setup wizard (first-run) |
logs | Tail / search logs |
mcp | Manage MCP servers you’ve connected |
memory | Inspect / edit / search agent memories |
migrate | Apply database migrations |
models | Search the model registry (1700+ models with costs) |
providers | LLM provider setup + key management |
read | Read a URL (any platform) into a consumable summary |
research | Social-platform research query |
restore | Restore from a qorven backup archive |
rooms | Multi-Qor rooms |
scan | Scan text for prompt injection (Defender) |
sessions | List / get / delete sessions |
setup | Interactive first-run wizard |
start | Start the gateway server (what systemd runs) |
status | Gateway status + metadata |
tasks | Background task queue |
teams | Team management |
tls | TLS: generate, install CA, show fingerprint, regenerate |
tools | List + toggle built-in tools |
update | Self-update to the latest release (SHA-256 verified) |
usage | Token + cost analytics |
vault | Obsidian-compatible knowledge vault |
version | Version string + build info |
workflows | Workflows — list, run, disable |
Where next
Global flags
--server, --token, --output, --verbose, --yes.Environment variables
QORVEN_SERVER, QORVEN_TOKEN, QORVEN_CONFIG, QORVEN_POSTGRES_DSN.