Esta página se muestra en inglés. Una traducción al español está en curso.
CLI ToolsMay 13, 2026·2 min de lectura

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.

Introducción

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).
🙏

Fuente y agradecimientos

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

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados