@kolisachint/hoocowork
v2.5.8
Published
A web-based UI for Claude Code CLI
Maintainers
Readme
A unified web interface for AI coding agents. Run HooCode, Claude Code, and GitHub Copilot from one place — locally or remotely.
Website · Docs · Discord · Issues
Quick Start
Cloud (Recommended)
No setup. Managed container with web, mobile, and API access.
Self-Hosted
Requires Node.js 22+:
npx @kolisachint/hoocoworkOr install globally:
npm install -g @kolisachint/hoocowork
hoocoworkOpen http://localhost:3001. Existing sessions are discovered automatically.
Features
- Multi-Agent — HooCode, Claude Code, GitHub Copilot
- Chat + Terminal — Markdown, code blocks, and an integrated shell
- File & Git UI — File tree, syntax highlighting, diff viewer, branch switching
- Session Management — Resume conversations, manage history
- MCP Servers — Visual config for Model Context Protocol
- Plugins — Extend with custom tabs and backends
- REST API — Trigger sessions from other apps
- PWA — Installable on desktop and mobile
Development
git clone https://github.com/kolisachint/hoocowork.git
cd hoocowork
npm install
npm run devSee CONTRIBUTING.md for details.
License
AGPL-3.0-or-later. See LICENSE.
