Download & Install Studio
OCPP DebugKit Studio is a native desktop app. It is pre-1.0 (0.x) while Zig, the Native SDK, and the toolkit conformance reference are all pre-1.0.
macOS (Apple silicon)
Paste this into a terminal. It installs the latest Studio into Applications and opens it:
curl -fsSL https://raw.githubusercontent.com/ocpp-debugkit/studio/main/scripts/install-macos.sh | bashThe script downloads the latest release, verifies its SHA-256, installs the app, and launches it — no toolchain, no manual steps. Prefer to read it first? See scripts/install-macos.sh.
Linux
Download the .tar.gz from the Releases page, extract it, and run the studio binary. Requires GTK 4 (libgtk-4, libwebkitgtk-6.0).
Build from source
Prerequisites: Zig 0.16.0 and the Native SDK CLI (npm install -g @native-sdk/cli).
git clone https://github.com/ocpp-debugkit/studio.git
cd studio
native build # produces the release binaryAll downloads
Every release, with checksums and platform assets, is on the GitHub Releases page.