superset and hcom
These are complements: Superset provides a local IDE framework for running multiple AI coding agents in parallel, while hcom enables inter-agent communication and coordination across those agent instances.
About superset
superset-sh/superset
IDE for the AI Agents Era - Run an army of Claude Code, Codex, etc. on your machine
Orchestrates CLI-based coding agents across isolated git worktrees, eliminating context-switching overhead through parallel execution and built-in diff viewing. Supports any terminal-based agent (Claude Code, Codex, Cursor Agent, etc.) with workspace presets for automated environment setup and one-click IDE handoff. Built as an Electron desktop app with React frontend, Bun runtime, and tRPC/Drizzle backend for local worktree management and agent monitoring.
About hcom
aannoo/hcom
Let AI agents message, watch, and spawn each other across terminals. Claude Code, Gemini CLI, Codex, OpenCode
Implements a **hook-based event system** where AI agents share a persistent database of file edits, commands, and transcripts—agents subscribing to activity get real-time notifications rather than polling. Built in Rust with a Python CLI, it provides shell command wrappers (`hcom send`, `hcom events`, `hcom term`) that any AI tool can invoke, plus a TUI dashboard for manual inspection, and supports cross-device sync via MQTT relay for distributed multi-agent workflows.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work