Codeman banner
Ark0N Ark0N

Codeman

Development community

Description

Manage Claude Code & Opencode in Tmux Sessions in a modern WebUI

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Codeman

The missing control plane for AI coding agents

Agent Visualization • Zero-Lag Input Overlay • Mobile-First UI • Respawn Controller • Multi-Session Dashboard

License: MIT Node.js 18+ TypeScript 5.9 Fastify Tests

Codeman — parallel subagent visualization


Quick Start - Installation

curl -fsSL https://raw.githubusercontent.com/Ark0N/Codeman/master/install.sh | bash

This installs Node.js and tmux if missing, clones Codeman to `~/.codeman/app`, and builds it.

You'll need at least one AI coding CLI installed — [Claude Code](https://docs.anthropic.com/en/docs/claude-code) or [OpenCode](https://opencode.ai) (or both). After install:

codeman web
# Open http://localhost:3000 — press Ctrl+Enter to start your first session
Run as a background service

**Linux (systemd):**

mkdir -p ~/.config/systemd/user
cat > ~/.config/systemd/user/codeman-web.service << EOF
[Unit]
Description=Codeman Web Server
After=network.target

[Serv