qwen-code/packages/desktop/apps/electron
qwen-code-ci-bot dd8bdf8e2e
chore(release): desktop desktop-v0.0.5 (#6795)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-07-14 05:01:40 +00:00
..
build feat(desktop): voice dictation in the desktop app (#5856) 2026-06-28 15:47:51 +00:00
eslint-rules feat(desktop): Add desktop app package with Qwen ACP SDK integration (#3778) 2026-06-11 21:57:20 +08:00
resources feat(desktop): Add desktop app package with Qwen ACP SDK integration (#3778) 2026-06-11 21:57:20 +08:00
scripts ci(desktop): mac code-signing + App Store Connect API-key notarization (#5013) 2026-06-12 13:14:43 +08:00
src feat(desktop): voice dictation in the desktop app (#5856) 2026-06-28 15:47:51 +00:00
.gitignore feat(desktop): Add desktop app package with Qwen ACP SDK integration (#3778) 2026-06-11 21:57:20 +08:00
components.json feat(desktop): Add desktop app package with Qwen ACP SDK integration (#3778) 2026-06-11 21:57:20 +08:00
electron-builder.yml feat(desktop): voice dictation in the desktop app (#5856) 2026-06-28 15:47:51 +00:00
eslint.config.mjs feat(desktop): Add desktop app package with Qwen ACP SDK integration (#3778) 2026-06-11 21:57:20 +08:00
package.json chore(release): desktop desktop-v0.0.5 (#6795) 2026-07-14 05:01:40 +00:00
README.md feat(desktop): Add desktop app package with Qwen ACP SDK integration (#3778) 2026-06-11 21:57:20 +08:00
tsconfig.json feat(desktop): Add desktop app package with Qwen ACP SDK integration (#3778) 2026-06-11 21:57:20 +08:00
vite.config.ts feat(desktop): Add desktop app package with Qwen ACP SDK integration (#3778) 2026-06-11 21:57:20 +08:00

Qwen Code Electron App

Electron + React desktop interface for Qwen Code.

The desktop app provides:

  • Qwen-backed multi-session chat
  • Workspace and source management
  • Onboarding for local Qwen Code setup
  • Permission modes and plan approval flow
  • File previews, diffs, browser panes, and automations

Development

bun install
bun run electron:start

Structure

src/main/       Electron main process
src/preload/    Context bridge
src/renderer/   React UI
src/transport/  RPC client/server transport
resources/      Built-in docs and release assets