Metadata-Version: 2.4
Name: codehydra
Version: 2026.3.14
Summary: Multi-workspace IDE for parallel AI agent development
Keywords: ai,agent,ide,vscode,git,worktree
Author: Stefan Hoelzl
License-Expression: MIT
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.10
Project-URL: Homepage, https://github.com/stefanhoelzl/codehydra
Project-URL: Repository, https://github.com/stefanhoelzl/codehydra
Project-URL: Issues, https://github.com/stefanhoelzl/codehydra/issues
Description-Content-Type: text/markdown

# CodeHydra

Multi-workspace IDE for parallel AI agent development.

## Installation

```bash
# Run directly without installation
uvx codehydra

# Or install globally
pip install codehydra
codehydra
```

## Features

- Run multiple AI agents simultaneously in isolated git worktrees
- Real-time status monitoring across all workspaces
- Keyboard-driven navigation (Alt+X shortcut mode)
- Full VS Code integration via code-server
- Built-in voice dictation

## How It Works

This package downloads the appropriate CodeHydra binary for your platform from GitHub Releases on first run, caches it locally, and executes it with any passed arguments.

Supported platforms:

- Linux x64
- macOS x64 and arm64
- Windows x64

## Links

- [GitHub Repository](https://github.com/stefanhoelzl/codehydra)
- [Releases](https://github.com/stefanhoelzl/codehydra/releases)

## License

MIT
