Show HN: Hydra – Real-time ops dashboard for developers running AI agents(github.com)
github.com
Show HN: Hydra – Real-time ops dashboard for developers running AI agents
https://github.com/kunalnano/hydra
3 comments
Update: just pushed a security audit to the repo.
0 known vulnerabilities, Electron sandbox enabled, contextIsolation enforced, openExternal URL allowlisted. Full report in SECURITY.md if anyone wants to dig in.
0 known vulnerabilities, Electron sandbox enabled, contextIsolation enforced, openExternal URL allowlisted. Full report in SECURITY.md if anyone wants to dig in.
rodchalski(1)
Hydra is a macOS desktop app (Electron + React + TypeScript) that shows:
- Which AI agents are running (Claude Code, Codex, Cursor, Gemini) and their status - Per-process CPU/memory with project grouping - Port-to-process mapping - Git repo health across all your projects - Network bandwidth per process - Security posture via a built-in scanner - AI briefings from a local LLM (I use LM Studio with Qwen 35B) — no cloud API needed - Claude Code usage and cost tracking
Everything runs locally. No telemetry, no accounts, no cloud dependency.
GitHub: https://github.com/kunalnano/hydra
Happy to answer questions about the architecture or the local LLM integration approach.