mwbimh/dsh-atelier
mwbimh★ 3RustLast synced: 2026-08-15
A minimal Deepseek Harness launcher with a simplest desktop app.
README excerpt
DSH Atelier DSH Atelier is a cross-platform desktop launcher for Deepseek Harness. 中文文档 Overview DSH Atelier runs in the system tray, manages the Deepseek Harness lifecycle, and opens the managed Deepseek Harness instance in a lightweight desktop window. Usage Run a release build Release packages contain two executables that must stay together: On Windows, double-click dsh-atelier.exe . On macOS, open the packaged DSH Atelier.app . By default, the first launch starts Deepseek Harness and opens the built-in GUI window. When it starts, DSH Atelier looks for the local dsh command. If it is not available, Atelier automatically tries to provide it: it first looks for a compatible Node/npm installation; if none is available, it downloads and verifies a managed Node runtime. It then uses npm to install Deepseek Harness into an Atelier-managed directory. Building from source Prerequisites - Rust 1.92 or newer (selected by rust-toolchain.toml ). - A working C/C++ toolchain and platform WebView dependencies. - WebView2 runtime support on Windows. - Xcode Command Line Tools on macOS. Windows Keep target/release/dsh-atelier.exe and target/release/dsh-atelier-runtime.exe in the same directory w…
View full README on GitHub →