Open source repo
- Repo: https://github.com/zhukunpenglinyutong/desktop-cc-gui
- Releases: https://github.com/zhukunpenglinyutong/desktop-cc-gui/releases
- Docs site source: this documentation repo
WeChat group
Scan the author’s official-account QR code and follow the prompt to join the WeChat group.
If the QR code expires, use the in-app Settings page or the repo README.
Report a problem
When you file an Issue, include:- Desktop app version
- Operating system
- Current engine (Claude / Codex / which CLI)
- Steps to reproduce
- Related logs and screenshots
Contribute
Bug fixes, docs, and translations are welcome. Before you open a PR:- Check for an existing Issue
- Use npm for the dev environment (not pnpm / yarn)
- Put user-visible copy in
src/i18n/locales/. Do not hard-code it - Put docs changes in this repo’s
desktop/directory and updatedocs.json
npm install, then npm run tauri:dev.