Skip to content
ContractorKeith
Go back

everything i'm building into ködade

Updated:
6 min read

update, august 2, 2026: this post captured the development build before i settled the public release. ködade is now open source under Apache 2.0, with no paid tier. KödWhisper, KödSSH, KödLocal, KödWeb, and the deeper KödPR work are still development surfaces, not features in the first public package.

i pay for three coding agents every month. Claude Code, Codex, and Grok, each with its own window and its own login. by 6am my desktop looked like a bid day with no folder system.

so i built ködade. two döts. one window.

what it is

ködade is a desktop ADE (agentic development environment) that runs the agent CLIs you already pay for instead of replacing them. it’s a Tauri 2 app, small and fast, and it never touches your billing: you log in to each CLI inside ködade’s terminals the same way you do in your own shell. no API keys through ködade, ever.

that last part is the whole philosophy. your subscriptions, your shell, your prompt, your PATH.

the ködade app: workspaces sidebar with working and settled agent sessions, a terminal where Codex is verifying a Django app, a files pane, and the built-in browser showing the contractortakeoff.ai landing page

that’s my real setup, not a staged demo. Codex is working contractor-bid-pro in one workspace, two more are settled and waiting on me, and the built-in browser is open to another project’s landing page. the sidebar knows which sessions are working and which are done, so i stop babysitting terminals.

what works today

the core app shipped first and is at v1.3 now:

a ködade terminal running a brew upgrade of the codex CLI next to a files pane and the editor showing a dotfiles install script

and it’s also just a good terminal. that screenshot is my dotfiles session doing a plain brew upgrade of codex, 0.144.5 to 0.144.6, with the install script open in the editor beside it. no agent involved.

then the Köd features started landing:

the test suite behind all of it sits a bit over 1,800 tests between TypeScript and Rust. that number matters to me more than the feature count.

ködade working on its own repo: the GitHub tab listing open KödHarness and KödMCP milestone issues while a terminal runs gh commands to triage them

my favorite screenshot of the bunch, because that’s ködade building ködade. the GitHub tab is the app’s own issue tracker, and the milestones on screen are features from this post. two days ago an autonomous run in there merged 8 pull requests and deleted 43 dead branches without me touching the keyboard.

in flight right now

the next three features are really one system, and it’s what i’m building at the moment:

and the unglamorous work: the Windows build runs today, and what’s left is release hardening, signing, and QA before i hand builds out. same story for Mac notarization. shipping is a feature too.

further out

KödLocal is the one i’m most excited about. it turns models you’ve already downloaded (GGUF, MLX) into first-class ködade agents with an embedded inference engine. no Ollama, no LM Studio, no third runtime to babysit.

two ideas drive it. first, no ceiling: if your Mac Studio can hold a 200B model, ködade should run it, not funnel you into a 7B chat toy. second, local models are workers, because a frontier CLI like Claude Code should be able to hand a bounded subtask (private code, bulk context, zero marginal cost) to the model running on your own box.

that’s the future column. planned and spec’d, not built.

open source

that plan changed.

ködade is now Apache 2.0, with no paid feature tier and no required account. the first public macOS release is on GitHub, and the source that is open today stays open.

if paid work ever shows up around ködade, it will add a hosted service or support. it will not put a new lock around code already released to the community.

the docs live at kodade.com/docs, and they grow as each feature lands. if you run more than one agent CLI and you’re tired of the yard-sale desktop, you’re who i’m building this for.


Share this post on:

Previous Post
the open-source stack i'd consider for home services
Next Post
ködade is open source now