Claude Ops: Browser Dashboard for Claude Code Live Status and Subagent Tracking

Running multiple Claude Code sessions in parallel means constantly missing permission prompts. A Reddit user built Claude Ops — a local browser dashboard that surfaces every session's live status, current tool, and spawned subagents, and pushes OS notifications when any session needs input.
Key Details
- Platform: macOS, fully local (no data leaves your machine)
- License: Free
- GitHub: abhishek421/claude-ops
The dashboard shows a list of active Claude Code sessions. For each session, you can see:
- Live status (running, awaiting input, error)
- Current tool being invoked
- List of spawned subagents and their state
When a Claude session blocks waiting for user input (e.g., a permission prompt or a question), Claude Ops sends an OS push notification. This lets you switch away from the terminal and still know when attention is required.
The tool is designed for developers who run Claude Code in multiple terminal windows or tmux panes simultaneously — typically when orchestrating complex multi-step tasks like refactoring, testing, or code review across several repos.
Who It's For
Developers running multiple concurrent Claude Code sessions who need a quick glance dashboard to avoid missing prompts and subagent progress.
Getting Started
Clone the repo and follow instructions in the README. The dashboard runs a local web server; point your browser to it after launching Claude sessions in the same environment.
📖 Read the full source: r/ClaudeAI
👀 See Also

Persistent Side Panel for Claude Code with Autonomous Content Management
A developer built a TUI panel that sits in an iTerm2 split pane next to the terminal, featuring three fixed panels that Claude autonomously manages to show relevant content like code, diagrams, and status updates.

State of Local Deep Research Tools: GPT Researcher and Local Deep Research Lead, STORM and LangChain Projects Stagnant
A Reddit survey of local deep research projects as of May 2026 finds GPT Researcher and LearningCircuit's Local Deep Research most active; STORM and LangChain's Open Deep Research abandoned or semi-abandoned.

Nexus: Open-Source AI-to-AI Protocol with Discovery, Trust, and Payments
Nexus is a self-hosted protocol that enables AI agents to discover each other, negotiate terms, verify responses, and handle micropayments without human intervention. It includes five layers: discovery, trust, protocol, routing, and federation, with 66 tests and MIT licensing.

MCP Server for Semantic Search in Obsidian Vaults
A developer built an MCP server that indexes Obsidian vaults into Qdrant with local embeddings, enabling semantic search instead of keyword matching. It chunks markdown by headings, uses BAAI/bge-small-en-v1.5 embeddings, and works with Claude Code, Cursor, Windsurf, or any MCP client.