omnara
v0.6.0
Published
Command-line interface for Omnara.
Readme
Omnara CLI
The Omnara CLI launches a coding agent that streams its activity to your Omnara dashboard at omnara.com. Sign in once, start the orchestrator from your terminal, and follow along (or respond) from the web or mobile apps. You can also attach a real-time voice worker to any active session.
Quick Start
npm install -g omnara
# Start the synced coding agent experience
omnaraRunning omnara bootstraps the agent orchestrator. The first launch prompts you to authenticate in the browser; after that the CLI reconnects automatically.
Helpful Commands
omnara auth login|status|logout— manage the cached Omnara credentials used by the CLI.omnara agent voice --session-id <id>— invite the Omnara voice worker into an existing agent session so you can talk to your coder in real time.omnara agent orchestrator— launch the orchestrator explicitly when scripting or running in headless environments.
