Blitzdenk Pages

Blitzdenk

Blitzdenk screenshot

Blitzdenk is a coding and research harness for POSIX systems. It is configured and extended from Lua: providers, models, tools, agents, modes, commands, keybinds, MCP servers, LSP servers, event listeners, and status UI all live in blitz.lua.

The core stays small: a native Zig binary, vendored Lua, terminal UI, and a tool loop that can run local or remote work. The intended extension point is Lua, not patching Zig for every workflow.

Features

Current development status

Blitzdenk is usable, but still early. The stable part is the idea: keep the binary small and push workflow customization into Lua. The Lua API is the main interface and the generated meta file is the source of truth for function signatures and descriptions.

Known rough edges:

Docs