{"id":45896987,"url":"https://github.com/lommix/blitzdenk","last_synced_at":"2026-02-27T21:02:33.817Z","repository":{"id":290789527,"uuid":"975390680","full_name":"Lommix/blitzdenk","owner":"Lommix","description":"A powerful multi provider coding agent, built for the terminal in rust.","archived":false,"fork":false,"pushed_at":"2025-08-29T18:42:15.000Z","size":4033,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-14T12:24:16.733Z","etag":null,"topics":["agent","ai","chat","tool","tui"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Lommix.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-30T08:33:55.000Z","updated_at":"2025-11-19T06:56:13.000Z","dependencies_parsed_at":"2025-04-30T15:52:08.227Z","dependency_job_id":"8ca3ae03-3222-4eb3-9682-4ad1810a5daf","html_url":"https://github.com/Lommix/blitzdenk","commit_stats":null,"previous_names":["lommix/blitzdenk"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Lommix/blitzdenk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lommix%2Fblitzdenk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lommix%2Fblitzdenk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lommix%2Fblitzdenk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lommix%2Fblitzdenk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Lommix","download_url":"https://codeload.github.com/Lommix/blitzdenk/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lommix%2Fblitzdenk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29913672,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T19:37:42.220Z","status":"ssl_error","status_checked_at":"2026-02-27T19:37:41.463Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agent","ai","chat","tool","tui"],"created_at":"2026-02-27T21:02:26.612Z","updated_at":"2026-02-27T21:02:33.812Z","avatar_url":"https://github.com/Lommix.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [WIP] Blitzdenk\n\nInteractive multi purpose personal AI Tui, similar to tools like [opencode](https://github.com/sst/opencode) or claudecode.\n\n![blitzdenk](/docs/screenshot.png)\n\nThe goal is to replace web search, help with bug analysis and perform coding tasks with little to\nno friction from idea to keyboard to answer. It is not a fully autonomous agent. There is a lot of\nuser control.\n\nSupports all common AI-APIs that can handle tool calls.\n\n**development is frozen. Cool project, might revisit in the future, but currently cost combativeness is a huge downer. Claude-Codes flat rate is just unbeatable**\n\n## Dependencies\n\nThese CLI tools should be available on the target system:\n\n- ripgrep (rg)\n\n## Installation\n\nStandard build.\n\n```\ncargo build --release\ncp target/release/blitzdenk ~/.local/bin/\n```\n\nOr `make install` (same thing)\n\n## Configuration\n\nAll API keys are read from the your environment.\n\n```\nOPENAI_API_KEY\nANTHROPIC_API_KEY\nGEMINI_API_KEY\nGROQ_API_KEY\nXAI_API_KEY\nDEEPSEEK_API_KEY\n```\n\nThe configuration file for colors and available models is under:\n\n`~/.config/blitzdenk/denk.toml`\n\nYou can add any models unique id to the model list. (Ollama included).\n\n- [based on rust-genai](https://github.com/jeremychone/rust-genai)\n- [models.dev](models.dev)\n\n## User quick prompts\n\nYou can save custom quick prompts in the configuration. Identified by\nan alias, they can be called with a slash prefix.\n\nThere is an example for `/init` and `/audit`.\n\n## Saving sessions\n\nAll sessions are saved on exit as json, identified by the project cwd in:\n\n`~/.cache/blitzdenk/sessions/`\n\nThey restore on reopen, until the user creates a new one.\n\n## Neovim quick access split\n\n```lua\nvim.keymap.set(\"n\", \"\u003cleader\u003eo\", \"vplit | terminal blitzdenk\", { silent = true });\n```\n\n## Keymap\n\n| keybind  | action         |\n| -------- | -------------- |\n| enter    | send prompt    |\n| ctrl + k | select model   |\n| ctrl + n | new session    |\n| ctrl + t | task list      |\n| ctrl + h | help           |\n| ctrl + s | cancel agent   |\n| ctrl + c | exit           |\n| up/down  | scroll up/down |\n\n## MCP\n\nNot yet implemented\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flommix%2Fblitzdenk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flommix%2Fblitzdenk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flommix%2Fblitzdenk/lists"}