HiveTerm is a unified workspace that integrates AI agents and development tools into a single, config-driven environment. It allows developers to define agents (called 'bees') and commands in a hive.yml file, enabling reproducible setups across teams. Key features include:
- Unified Workspace: Run agents, dev servers, watchers, and tests in split panes with full PTY support.
- Config-Driven Setup: Define your entire environment in a YAML file; teammates can clone and run
hv swarmto get the exact same setup. - Built-in MCP Server: Agents communicate via a local MCP server, spawn sub-agents, read each other's output, and send desktop notifications.
- Process Intelligence: Auto-restart on crash, CPU/memory monitoring, and output buffering for headless agents.
- Voice Input: Press a key to speak to agents; transcription appears in the input field (supports 11 languages).
- Cross-Platform: Available for macOS, Windows, and Linux.
Use cases include AI-assisted development, automated testing, build monitoring, and team collaboration with shared configurations.
