macOS
brew install delvelocal Homebrew formula metadata
sudo port install delveMacPorts ports tree · devel/delve/Portfile · source: api.github.com
brew
Debugger for the Go programming language. Version 1.27.0 via Homebrew; verified 2026-06-24.
install
brew install delvelocal Homebrew formula metadata
sudo port install delveMacPorts ports tree · devel/delve/Portfile · source: api.github.com
sudo apk add delveAlpine Linux edge package indexes · delve · source: dl-cdn.alpinelinux.org
sudo apt install delveDebian stable package indexes · delve · source: deb.debian.org
sudo dnf install delveFedora Rawhide package metadata · delve · source: dl.fedoraproject.org
nix profile install nixpkgs#delvenixpkgs package indexes · pkgs/by-name/de/delve/package.nix · source: api.github.com
sudo pacman -S delveArch Linux sync databases · delve · source: geo.mirror.pkgbuild.com
sudo zypper install delveopenSUSE Tumbleweed package metadata · delve · source: download.opensuse.org
overview
Debugger for the Go programming language
history
Delve is the standard source-level debugger for Go programs. It packages Go-aware debugging, goroutine inspection, core-file support, headless operation, and Debug Adapter Protocol support behind the dlv command.
The official repository describes Delve's goal as a simple, full-featured debugger for Go that stays out of the user's way. GitHub repository metadata places the public project in May 2014, during the period when Go users were outgrowing general-purpose debugger workflows and needed tooling that understood Go runtime behavior.
Delve's documentation grew around a command family rather than a single mode: dlv debug, exec, attach, core, test, trace, replay, connect, dap, and related subcommands. That breadth made it useful both as an interactive terminal debugger and as the debug engine behind editors.
Delve became the practical default debugger for Go because it is distributed as a Go command, publishes prebuilt binaries, and exposes integrations for plugins, GUIs, and DAP clients. The official installation docs document go install, binary releases, and building from the repository.
The release feed shows ongoing maintenance through the 1.27.0 release in June 2026, which matters for Go tooling because debugger support must track compiler, runtime, OS, and architecture changes.
Typical CLI use starts with dlv debug for the package in the current directory, dlv test for test binaries, dlv exec for an existing binary, or dlv attach for a running process. The usage docs emphasize controlling execution, evaluating variables, and inspecting goroutine, thread, and CPU register state.
In editor workflows, Delve commonly runs as a headless debug server or DAP server. That lets IDEs and editors provide breakpoints and stepping while reusing the same Go-specific debugger backend.
Delve is interesting to package maintainers because it is both a developer CLI and a moving compatibility target for the Go toolchain. A stale debugger package can fail even when ordinary Go builds still work.
Its packaging footprint is also a marker of Go's maturation: once a language has a dedicated debugger in every major package manager, the ecosystem has moved beyond compile-and-print debugging as the default developer experience.
security posture
escape, surveillance, or offensive capability signal. generalized runtime or code generation signal.
red risk · medium confidence · escape-surveillance-offensive
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
$XDG_CONFIG_HOME/dlv/config.yml~/.config/dlv/config.yml~/.dlv/config.ymlexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
dlv | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/go-delve/delve
install metadata
| Package key | brew:delve |
|---|---|
| Version | 1.27.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/delve |
| Homepage | https://github.com/go-delve/delve |
| Repository | https://github.com/go-delve/delve |
| Upstream docs | https://github.com/go-delve/delve#readme |
| License | MIT |
| Source archive | https://github.com/go-delve/delve/archive/refs/tags/v1.27.0.tar.gz |
| Last updated | 2026-06-24T20:58:38Z |
| Pulse | updated |
| Build dependencies | go |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | delve |
| Aliases |
|
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
delve 1.24.0-4+b4
debugger for the Go programming language
https://github.com/go-delve/delve
sudo apt install delvedelve
nix profile install nixpkgs#delvedelve 1.22.1-1
debugger for the Go programming language
https://github.com/go-delve/delve
sudo apt install delvedelve 1.26.2-r1
Debugger for the Go programming language
https://github.com/go-delve/delve
sudo apk add delvedelve-doc 1.26.2-r1
Debugger for the Go programming language (documentation)
https://github.com/go-delve/delve
sudo apk add delve-docdelve 1.26.2-2.fc45
A debugger for the Go programming language
https://github.com/go-delve/delve
sudo dnf install delvedelve 1.26.3-2
A debugger for the Go programming language.
https://github.com/go-delve/delve
sudo pacman -S delvedelve 1.26.3-1.1
Debugger for the Go Programming Language
https://github.com/go-delve/delve
sudo zypper install delvedelve
sudo port install delvesource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.