Omnara: Run Claude Code and Codex from Anywhere

Omnara is a web and mobile agentic IDE developed to allow seamless operation and interaction with Claude Code and Codex sessions from both desktop and mobile environments. It enables developers to run these sessions on their own machines and keep them accessible through a mobile and web GUI, offering flexibility when away from the desk.
The core innovation with Omnara lies in its ability to transition from local machines to a hosted remote sandbox when your device goes offline. The agent's conversation state is preserved on the server, and optional cloud syncing of working code is available. This feature utilizes git commits to maintain the state of the code base, allowing the session to continue smoothly upon shifting between local and cloud environments. Moreover, Omnara offers a voice agent for hands-free interaction, enhancing its utility while in motion.
The implementation involves a headless daemon on the user's machine, maintaining an outbound WebSocket connection with Omnara's server, facilitating uninterrupted communication between local and remote sessions. This setup obviates the need for exposed ports or SSH access, enhancing security and simplicity. Users can begin by executing the following command to install Omnara:
curl -fsSL https://omnara.com/install/install.sh | bashAfter installation, running omnara inside any git repository starts a headless Claude Code or Codex session linked to the Omnara web and mobile apps. The platform is available for free for up to 10 agent sessions monthly, with a $20/month subscription for unlimited sessions.
📖 Read the full source: HN AI Agents
👀 See Also

codebase-md: Tool auto-generates CLAUDE.md with git hook maintenance
codebase-md v0.1.0 scans projects to generate CLAUDE.md files with architecture detection, dependency health checks, and git insights. It includes git hooks to keep documentation fresh and supports other AI coding tools with additional config files.

Zora: Offline-First AI Agent with Default-Deny Security and Local Memory
Zora is an AI agent that runs fully offline via Ollama by default, starts with zero access permissions, and maintains persistent memory across sessions. It addresses security and cost issues seen in other agents.

Modo: Open-Source AI IDE with Spec-Driven Development and Agent Hooks
Modo is an open-source desktop IDE built on Void editor that adds spec-driven development workflows, agent hooks, and steering files. It structures prompts into requirements, design, and tasks before generating code.

Kstack: Skill Pack for Claude Code to Monitor and Troubleshoot Kubernetes
Kstack is an open-source skill pack that adds slash commands like /investigate, /audit-security, and /cluster-status to Claude Code (and other AI agents) for monitoring and troubleshooting K8s clusters. It uses kubectl, Kubetail, Trivy, and Pluto behind the scenes.