v0.7.0-beta.1 β π§ͺ Desktop app (experimental)
Pre-release
Pre-release
·
5 commits
to main
since this release
Experimental native desktop app β a real application window (not a browser tab) over the same engine as the CLI/web GUI. Built with the OS-native webview (no Electron). This is a pre-release for testing β please report how the window behaves on your OS. The stable CLI remains v0.6.0.
Run it
| OS | Steps |
|---|---|
| Windows | Download β¦-windows-x64.zip, unzip, run dvalincode-gui-windows-x64.exe. Needs the WebView2 runtime (built into Win11; most Win10). SmartScreen may warn (unsigned) β More info β Run anyway. |
| macOS | Download β¦-macos-arm64.tar.gz (Apple Silicon) or -x64 (Intel), extract, open DvalinCode.app. Unsigned β right-click β Open, or xattr -dr com.apple.quarantine DvalinCode.app. |
| Linux | Extract the tarball, run the binary. Requires WebKitGTK (sudo apt install libwebkit2gtk-4.1-0, or your distro's equivalent). Least tested β cross-compiled; feedback especially welcome. |
A window titled DvalinCode should open with the full UI. The agent core, sessions, config, and audit trail are identical to the CLI/web.
Known caveats (it's a beta)
- Unverified rendering in CI β the build pipeline has no GUI session, so the window couldn't be auto-tested. The underlying tech (webview-bun +
bun --compileembeddinglibwebview) is verified on macOS; the window itself needs your eyes. - Unsigned β Gatekeeper/SmartScreen will warn.
- Linux is the least certain target (its webview lib is cross-compiled); a per-OS CI build is the planned follow-up.
Verify downloads against SHA256SUMS-gui.txt.
What's Changed
- docs: prominent English Β· δΈζ language toggle in both READMEs by @arthurpanhku in #23
- Add native desktop GUI app (webview-bun) β experimental, v0.7.0 by @arthurpanhku in #24
Full Changelog: v0.6.0...v0.7.0-beta.1