Package Exports
- @kolisachint/hoocowork
- @kolisachint/hoocowork/dist-server/server/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@kolisachint/hoocowork) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
One web interface for HooCode, Claude Code & GitHub Copilot — local or remote.
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.