Install
Latest release v0.6.6 · today
Terminal window
Terminal window
Terminal window
Terminal window
Terminal window
kdef ships as a single self-contained binary. Zero runtime dependencies.
Go install
Section titled “Go install”go install github.com/gsid-nl/kdef/cmd/kdef@latestgo install github.com/gsid-nl/kdef/cmd/kdef-lsp@latestThis is the fastest way if you already have Go installed.
Prebuilt binaries
Section titled “Prebuilt binaries”Linux, macOS, and Windows binaries (amd64 + arm64) are attached to every release.
# Example: Linux amd64curl -L -o kdef https://github.com/gsid-nl/kdef/releases/latest/download/kdef-linux-amd64chmod +x kdefsudo mv kdef /usr/local/bin/
kdef versionLinux packages
Section titled “Linux packages”Native .deb, .rpm, and .apk packages are also published on each release.
# Debian / Ubuntucurl -LO https://github.com/gsid-nl/kdef/releases/latest/download/kdef_amd64.debsudo dpkg -i kdef_amd64.deb
# Fedora / RHELsudo rpm -i https://github.com/gsid-nl/kdef/releases/latest/download/kdef_amd64.rpm
# Alpinesudo apk add --allow-untrusted kdef_amd64.apkBuild from source
Section titled “Build from source”git clone https://github.com/gsid-nl/kdef.gitcd kdefmake build # produces ./kdef and ./kdef-lspmake build-all # cross-compile: linux, macOS, windows × amd64, arm64make package # .deb, .rpm, .apk (requires nfpm)Verify
Section titled “Verify”kdef version# kdef vX.Y.Z (commit abcdef1, built 2026-04-19)- Already have a cluster? Jump to the Quickstart — it imports a live namespace and deploys it back in five minutes.
- Starting from nothing? The API-with-sidecar guide builds a realistic deployment from scratch.
- Using VS Code or a JetBrains IDE? Set up the language server for live diagnostics.