your real shell
Login shell, prompt, PATH, env, aliases. Nothing proxied, nothing faked.
agentic development environment
ködade orchestrates the agent CLIs you already pay for in one fast, native window. Your shell. Your prompt. Your PATH.
~/dev/rocket on main
❯ claude
╭─ Claude Code v2.4
│ ~/dev/rocket · sonnet
╰─ ready
> fix the flaky retry test
● Reading tests/retry.test.ts
● Editing src/retry.ts
❯
// src/retry.ts
export function retry(fn, opts) {
const max = opts.max ?? 3;
let delay = opts.base ?? 250;
for (let i = 0; i < max; i++) {
try { return await fn(); }
catch (e) { await sleep(delay); }
}
}
Login shell, prompt, PATH, env, aliases. Nothing proxied, nothing faked.
Run each CLI the way it expects to run. ködade gives the workspace.
Native Tauri core, fast launch, low memory, no Electron surface area.
your subscriptions, one window
macos first
The public download will land here when the first macOS build is ready. Until then, this page is the brand and landing surface for ködade.