// delve debugger gui

Debug Go
programs_
with a native GUI

A desktop debugger for Go powered by Delve. Imports configs from VS Code, Zed & GoLand. 8 themes. System tray. Auto-updates. Built with Wails + Svelte.

download_ quick start_
DelveUI debug session
3
Platforms
8
Themes
3
Editor Imports
Sessions
// features
Everything you need_

Full DAP Client

Breakpoints, stepping, call stack, variables, evaluate. Debug Adapter Protocol over Delve.

Multi-Editor Import

Auto-detects configs from VS Code, Zed, GoLand. System-wide scan, one-click import.

Theme Engine

8 bundled themes. One Dark, GitHub, Catppuccin, Dracula, Nord. Live preview. Install custom.

System Tray

Manage sessions from the menu bar. Left-click popup. Right-click config switcher.

Keyboard First

Command palette with fuzzy search. F-key debug shortcuts. Full keyboard nav. Vim mode.

Multiple Sessions

Run several debug targets at once. Session tabs. Independent terminal output per session.

Port Detection

Detects "address in use" errors. Offers to kill the blocking process. Auto-retries.

Auto-Updates

Checks GitHub Releases on launch. Toast notification. One-click to view new version.

// screenshots
See it in action_
// install
Get started in 30 seconds_
# install delve
$ go install github.com/go-delve/delve/cmd/dlv@latest

# install wails v3
$ go install github.com/wailsapp/wails/v3/cmd/wails3@latest

# clone and run
$ git clone https://github.com/Patrick-web/DelveUI.git
$ cd DelveUI
$ wails3 dev

Or download a pre-built binary from releases →