{"id":36820123,"url":"https://github.com/stefanhoelzl/codehydra","last_synced_at":"2026-05-23T07:12:35.606Z","repository":{"id":327422040,"uuid":"1108701584","full_name":"stefanhoelzl/codehydra","owner":"stefanhoelzl","description":"Multi-Workspace IDE for Parallel AI Agent Development","archived":false,"fork":false,"pushed_at":"2026-04-01T06:54:23.000Z","size":9808,"stargazers_count":13,"open_issues_count":7,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-04-03T01:45:06.821Z","etag":null,"topics":["agent","ai","claude-code","ide","opencode","vscode","worktrees"],"latest_commit_sha":null,"homepage":"https://codehydra.dev/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stefanhoelzl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"docs/AGENTS.md","dco":null,"cla":null}},"created_at":"2025-12-02T19:56:36.000Z","updated_at":"2026-03-31T21:38:33.000Z","dependencies_parsed_at":"2026-03-03T09:03:57.298Z","dependency_job_id":null,"html_url":"https://github.com/stefanhoelzl/codehydra","commit_stats":null,"previous_names":["stefanhoelzl/codehydra"],"tags_count":64,"template":false,"template_full_name":null,"purl":"pkg:github/stefanhoelzl/codehydra","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanhoelzl%2Fcodehydra","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanhoelzl%2Fcodehydra/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanhoelzl%2Fcodehydra/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanhoelzl%2Fcodehydra/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stefanhoelzl","download_url":"https://codeload.github.com/stefanhoelzl/codehydra/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanhoelzl%2Fcodehydra/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31506578,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agent","ai","claude-code","ide","opencode","vscode","worktrees"],"created_at":"2026-01-12T13:58:03.912Z","updated_at":"2026-04-07T09:01:05.371Z","avatar_url":"https://github.com/stefanhoelzl.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"resources/icon.png\" alt=\"CodeHydra Logo\" width=\"128\" height=\"128\"\u003e\n  \u003ch1\u003eCodeHydra\u003c/h1\u003e\n  \u003cp\u003e\u003cstrong\u003eMulti-workspace IDE for parallel AI agent development\u003c/strong\u003e\u003c/p\u003e\n\n[![CI](https://github.com/stefanhoelzl/codehydra/actions/workflows/ci.yaml/badge.svg)](https://github.com/stefanhoelzl/codehydra/actions/workflows/ci.yaml)\n[![npm](https://img.shields.io/npm/v/codehydra)](https://www.npmjs.com/package/codehydra)\n[![PyPI](https://img.shields.io/pypi/v/codehydra)](https://pypi.org/project/codehydra/)\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)\n![Platform](https://img.shields.io/badge/platform-Linux%20%7C%20macOS%20%7C%20Windows-lightgrey)\n\n\u003c/div\u003e\n\n---\n\nRun multiple AI coding assistants simultaneously in isolated git worktrees\nwith real-time status monitoring.\n\nhttps://github.com/user-attachments/assets/82b56a86-3dee-42a6-90d3-e2a002949f7a\n\n## Installation\n\n```bash\n# Using Node.js\nnpx codehydra\n\n# Using Python\nuvx codehydra\n```\n\nOr download directly from [GitHub Releases](https://github.com/stefanhoelzl/codehydra/releases).\n\n## Features\n\n- **Parallel Workspaces** - Run multiple AI agents simultaneously, each in its own workspace\n- **Git Worktrees** - Each workspace is an isolated git worktree, not a separate clone\n- **Real-time Status** - Monitor agent status (idle/busy/waiting) across all workspaces\n- **Keyboard Driven** - Alt+X shortcut mode for fast workspace navigation\n- **VS Code Powered** - Full code-server integration with all your extensions\n- **Voice Dictation** - Built-in speech-to-text for hands-free coding\n- **Cross-platform** - Linux, macOS, and Windows\n\n## How It Works\n\nCodeHydra uses **git worktrees** to create isolated workspaces from a single repository:\n\n| Concept       | Description                                                   |\n| ------------- | ------------------------------------------------------------- |\n| **Project**   | A git repository (the main directory)                         |\n| **Workspace** | A git worktree - an isolated working copy with its own branch |\n\nEach workspace gets its own VS Code instance (via code-server) and can run an independent\nAI agent. Switch between workspaces instantly while each agent continues working.\n\n## Development\n\n### Prerequisites\n\n- pnpm (manages Node.js version automatically)\n- Git\n\n### Commands\n\n| Command             | Description                          |\n| ------------------- | ------------------------------------ |\n| `pnpm dev`          | Start in development mode            |\n| `pnpm build`        | Build for production                 |\n| `pnpm test`         | Run all tests                        |\n| `pnpm validate:fix` | Fix lint/format issues and run tests |\n| `pnpm dist`         | Create distributable for current OS  |\n\n## License\n\n[MIT](LICENSE) - 2025 CodeHydra\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstefanhoelzl%2Fcodehydra","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstefanhoelzl%2Fcodehydra","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstefanhoelzl%2Fcodehydra/lists"}