When wrapping Claude Code becomes a full-time job
Omnara turns terminal-bound coding agents into teammates you can monitor and steer from a web or mobile dashboard.

What it does
Omnara is a sync layer that mirrors Claude Code and Codex CLI sessions from your terminal to a web and mobile dashboard. It lets you watch what your agents are doing, answer their questions, and even launch new instances remotely from your phone. The project also plugs into n8n workflows and GitHub Actions to add human-in-the-loop approvals and real-time oversight.
The interesting bit
The most telling detail is the giant deprecation notice at the top of the README: this entire codebase was built as a wrapper around Anthropic’s Claude Code CLI, and the maintainers admit it became unfeasible to keep up with constant upstream updates. They have since pivoted to a new voice-first platform at omnara.com built on the Claude Agent SDK, but left this legacy version open source under Apache 2.0 for anyone who wants to self-host the web and mobile apps.
Key highlights
- Syncs Claude Code and Codex CLI across terminal, web dashboard, and mobile in real time
- Headless and server modes let you run or trigger agents without touching the terminal
- n8n node and GitHub Actions integration for CI/CD and workflow human-in-the-loop
- Exposes MCP, Python SDK, and REST API for custom agent integrations
- Fully open source under Apache 2.0, though the maintainers no longer support this branch
Caveats
- This repository is explicitly deprecated and unmaintained; the team has moved to a new platform at omnara.com
- The legacy web dashboard at claude.omnara.com only works until the end of 2025
- Built as a wrapper around the Claude Code CLI, so it was structurally vulnerable to upstream breaking changes
Verdict
Worth a look if you want to self-host a mobile-friendly dashboard for local AI agents or study how to bridge terminal tools to a sync backend. Skip it if you need an actively maintained, supported solution—this branch is end-of-life.
Frequently asked
- What is omnara-ai/omnara?
- Omnara turns terminal-bound coding agents into teammates you can monitor and steer from a web or mobile dashboard.
- Is omnara open source?
- Yes — omnara-ai/omnara is open source, released under the Apache-2.0 license.
- What language is omnara written in?
- omnara-ai/omnara is primarily written in TypeScript.
- How popular is omnara?
- omnara-ai/omnara has 2.6k stars on GitHub.
- Where can I find omnara?
- omnara-ai/omnara is on GitHub at https://github.com/omnara-ai/omnara.