Public
Star 历史趋势
数据来源: GitHub API · 生成自 Stargazers.cn
README.md
Discobot
Discobot is a coding agent session manager. It runs Discobot's built-in coding agent inside isolated sandboxed sessions so you can monitor and manage AI-assisted coding work safely.
Demo
Features
- Built-in Coding Agent — Discobot ships with its own coding agent instead of depending on third-party coding CLIs
- Anthropic + OpenAI Support — Run Discobot sessions with Anthropic and OpenAI models today, with more model providers coming soon
- Thread-Level Model Selection — Choose which model to use for each conversation thread
- Isolated Sandboxed Sessions — Run parallel sessions in secure containers with full app debugging capabilities
- Use Your Own IDE — Launch remote IDE sessions directly into each sandbox
- SSH into Sandboxes — Direct SSH access to every sandbox environment
- Integrated Lightweight Tools — Built-in terminal, diff viewer, and editor for quick edits
- Workspaces — Organize sessions around git repositories or local folders
Customization
Automate session setup, enforce code quality with script or AI hooks, and run dev servers with .discobot/hooks/ and .discobot/services/.
Install
Download the macOS app from Releases.
Build from source
Use the Node.js version from .node-version. CI reads the
same file via actions/setup-node.
The root package.json pins the pnpm version via
packageManager, and CI uses that too.
pnpm build:appUseful build overrides:
VZ_IMAGE_REFcontrols the bundled macOS VZ image and defaults toghcr.io/obot-platform/discobot-vz:mainWSL_IMAGE_REFcontrols the bundled Windows WSL image and defaults toghcr.io/obot-platform/discobot-wsl:mainDISCOBOT_VERSIONcontrols the app/server version metadata used by the build scriptsDISCOBOT_TARGET_TRIPLEoverrides the sidecar server target triple in CI and cross-compilation builds
Community
Join the #discobot channel on the Obot AI Discord.
License
Apache-2.0
