DSH Studio — a local-first cross-platform developer workspace built on Tauri/Wry #1814
Moresyl
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I built DSH Studio, an MIT-licensed desktop workspace for supervising a local DeepSeek Harness service and managing developer projects, commands, and environments.
Repository: https://github.com/Moresyl/dsh-studio
Release: https://github.com/Moresyl/dsh-studio/releases/tag/v0.1.1
The app uses Tauri 2, so Wry provides the webview layer behind the React 19 + TypeScript interface across Windows, macOS, and Linux. The Rust side supervises local child processes, streams stdout/stderr to the UI, performs asynchronous health checks, and reclaims process trees on shutdown. GitHub Actions builds platform-specific release assets.
Wry/Tauri made it possible to keep the frontend workflow familiar while shipping a substantially lighter desktop runtime than an Electron-based equivalent.
All reactions