# Add to your Claude Code skills
git clone https://github.com/librae8226/nexus4ccGuides for using cli tools skills like nexus4cc.
Last scanned: 5/30/2026
{
"issues": [
{
"type": "npm-audit",
"message": "body-parser: Vulnerability found",
"severity": "medium"
},
{
"type": "npm-audit",
"message": "express: Vulnerability found",
"severity": "medium"
},
{
"type": "npm-audit",
"message": "qs: qs has a remotely triggerable DoS: qs.stringify crashes with TypeError on null/undefined entries in comma-format arrays when encodeValuesOnly is set",
"severity": "medium"
},
{
"type": "npm-audit",
"message": "ws: ws: Uninitialized memory disclosure",
"severity": "medium"
}
],
"status": "PASSED",
"scannedAt": "2026-05-30T16:28:44.198Z",
"npmAuditRan": true,
"pipAuditRan": true
}No comments yet. Be the first to share your thoughts!
Top skills in this category by stars
| | | |---|---| | AI on the go | Your time is fragmented. Your AI shouldn't be. Command Claude Code from your phone — commuting, in a meeting, or away from your desk. | | Built for touch | Not a desktop terminal shoehorned onto mobile. Swipe between windows, pinch-to-zoom, configurable toolbar — purpose-built for fingers. | | Full context, always | Claude Code runs on your machine, in your tmux sessions — your full codebase, your history, your preferences. Not a cloud chat that forgets everything. | | Fire and forget | Give the instruction, close your phone. Your agents keep running. Open later — everything's exactly where you left it. |
| | Anthropic Remote Control | Happy Coder | Omnara | nexus4cc | |--------------------------|:---:|:---:|:---:|:---:| | Self-hosted | ❌ | ❌ | ⚠️ | ✅ | | No subscription needed | ❌ ($100+/mo) | ✅ | ❌ ($9/mo) | ✅ | | Data stays on your infra | ❌ | ❌ | ❌ | ✅ | | Real terminal (xterm) | ❌ | ❌ | ❌ | ✅ | | Project & channel management | ❌ | ⚠️ | ⚠️ | ✅ | | Fire & forget | ⚠️ (10min timeout) | ✅ (via relay) | ✅ (via relay) | ✅ (pure tmux) | | PWA / installable | ❌ | ✅ (native app) | ✅ (native app) | ✅ | | Open source | ❌ | ⚠️ partial | ✅ | ✅ |
Project & channel management: Organize work by directory-based projects, each with multiple channel-like sessions — switch between them instantly, like Slack channels for your terminal.
git clone https://github.com/librae8226/nexus4cc.git && cd nexus4cc
cp .env.example .env # set JWT_SECRET, ACC_PASSWORD_HASH, WORKSPACE_ROOT
npm install && cd frontend && npm install && npm run build && cd ..
npm start
# Open http://localhost:59000 on any device 🚀
Full setup guide including Claude profile config, PM2, and mobile access: QUICKSTART.md →
If you're an AI assistant helping a user install Nexus, follow this path:
cd into itnode scripts/setup.js — handles deps, frontend build, PM2, and first tmux sessionpm2 status shows nexus online → open http://localhost:59000Prerequisites: Node.js 20+, tmux. PM2 is installed automatically if missing.
Default login password: nexus123 (user can change it in .env after setup).
Expose securely without port forwarding via Cloudflare Tunnel or Tailscale.
| Dependency | Version | Note |
|---|---|---|
| Node.js | 20+ | |
| tmux | any recent | |
| PM2 | any recent | auto-installed by setup.js |
| OS | Linux / WSL2 | |
Nexus is a single-user, self-hosted tool — not a multi-tenant platform.
| Doc | | |---|---| | QUICKSTART.md | Step-by-step setup guide | | ARCHITECTURE.md | System design | | ROADMAP.md | What's next | | 📖 The story behind Nexus | Why this was built |
PRs and issues welcome. See CONTRIBUTING.md for local dev setup, commit standards, and good first issue ideas.
Dual-licensed: GPL v3 for open-source use · Commercial license available for proprietary / SaaS use — contact librae8226 or faywong
Built with Claude Code, for Claude Code.