SkillsMay 13, 2026·2 min read

ZhikunCode — Self-Hosted Multi-Agent Coding Suite

ZhikunCode is a self-hosted AI coding suite with browser-first control and Docker deployment; README notes the first build can take 15–30 minutes.

Agent ready

Ready-to-run agent install

This asset can be installed after the agent chooses its runtime, checks the plan, and runs the matching command.

Native · 98/100Policy: allow
Agent surface
Any MCP/CLI agent
Kind
Skill
Install
Single
Trust
Trust: Established
Entrypoint
Asset
Direct install command
npx -y tokrepo@latest install c270d7b6-f7bd-50ee-9b36-a95e11417c7b --target codex

Run after dry-run confirms the install plan.

Intro

ZhikunCode is a self-hosted AI coding suite with browser-first control and Docker deployment; README notes the first build can take 15–30 minutes.

Best for: teams who want a private, browser-driven coding agent stack

Works with: Docker 20.10+, Docker Compose v2, browser UI (localhost:8080), multiple LLM providers (per README)

Setup time: 15-30 minutes

Key facts (verified)

  • GitHub: 229 stars · 68 forks · pushed 2026-05-13.
  • License: MIT · owner avatar + repo URL verified via GitHub API.
  • README-verified entrypoint: pip install -r requirements.txt.

Main

  • Use the README’s 3-step Docker path: clone, set .env, then docker compose up -d and access the UI in the browser.

  • Plan for the first build: README calls out a 15–30 minute initial image build (later starts are much faster).

  • When enabling optional MCP services, follow the README’s guidance to toggle capability registry entries rather than guessing tool IDs.

Source-backed notes

  • README provides the exact Docker quick start commands, including cp .env.example .env and docker compose up -d.
  • README states the first build may take 15–30 minutes depending on network speed, and the UI is served at http://localhost:8080.
  • README describes multiple collaboration modes (Team/Swarm/SubAgent) and a browser-first workflow.

FAQ

  • Do I need Docker to start?: README recommends Docker Compose as the easiest path; local dev is also described.
  • Where do I use it?: In a browser at http://localhost:8080 after startup per README.
  • Why does first start take longer?: README notes the first run builds Docker images (15–30 minutes).
🙏

Source & Thanks

Source: https://github.com/zhikunqingtao/zhikuncode > License: MIT > GitHub stars: 229 · forks: 68

Discussion

Sign in to join the discussion.
No comments yet. Be the first to share your thoughts.

Related Assets