JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 228
  • Score
    100M100P100Q105318F
  • License AGPL-3.0-or-later

A web-based UI for Claude Code CLI

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

HooCowork

One web interface for HooCode, Claude Code & GitHub Copilot — local or remote.

CI npm License: AGPL-3.0

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

No setup. Managed container with web, mobile, and API access.

Get started →

Self-Hosted

Requires Node.js 22+:

npx @kolisachint/hoocowork

Or install globally:

npm install -g @kolisachint/hoocowork
hoocowork

Open 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 dev

See CONTRIBUTING.md for details.


License

AGPL-3.0-or-later. See LICENSE.