CoreMan v0.1.0
CoreMan 的第一个公开版本:可自托管的 AI 员工平台,把企业微信、飞书与运行在自有环境中的 Claude Code / Codex 连接起来。
The first public release of CoreMan, a self-hosted platform for AI teammates that connects WeCom and Feishu (Lark) with Claude Code and Codex running in environments you control.
Highlights
- WeCom and Feishu integration: long-connection gateways with streaming replies, images and files, quoted messages and interactive question cards. Feishu replies show a typing reaction, a collapsible thinking panel and detailed tool output.
- AI teammate management: prompts, models, runtime binding, collaborators, usage allowlists, team ownership, encrypted credentials, and workspace management (browse and edit runtime files, Git backup, safe migration of files and memory between runtimes).
- Runtime Daemon for Linux and macOS (amd64/arm64): connects outward to CoreMan, runs Claude Code and Codex through bundled Go drivers, and reports health and quota.
- Feishu bot collaboration (limited trial): configured partner bots help each other in group chats with server-enforced hop and tool call limits.
- Teams, permissions and operations: roles, WeCom and Feishu sign-in, directory sync, audit logs, scheduled tasks, human escalation, skill catalog with approvals, memory sync, usage statistics and health reports.
- Self-hosted deployment: Docker Compose with Caddy, PostgreSQL task bus, drain-based rolling upgrade and rollback, optional S3 storage and Prometheus metrics.
See CHANGELOG.md for the full list.
Get started
Follow the README quick start (中文:README). CoreMan does not provide model quota; install and sign in to Claude Code or Codex yourself.
Artifacts
- Container images (linux/amd64, linux/arm64):
ghcr.io/wxkingstar/coreman-api:v0.1.0andghcr.io/wxkingstar/coreman-runtime:v0.1.0.deploy/coremanonly uses localcoreman-api:<tag>/coreman-runtime:<tag>images, so retag after pulling; see docs/operations.md. - Runtime Daemon bundles are attached below with
.sha256files andSHA256SUMS. Installing through the admin console's install command is recommended.
Upgrading from a main snapshot
Deployments that tracked main before this tag must apply database migrations up to 0028 and upgrade Runtime Daemon drivers together with the services. Older drivers keep serving chat but do not support collaboration tools, detailed process output or workspace operations. Feishu typing reactions need the im:message.reactions:write_only app permission.