your real shell
Login shell, prompt, PATH, env, aliases. Nothing proxied, nothing faked.
agentic development environment
ködade orchestrates your agent CLIs 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.
Open source, inspectable, and ready to adapt to your workflow.
your agents. one window
The tabbed workspace opens on Agents, Code, and Editor tabs over one persistent sidebar, and every tab keeps running in the background. The Agents tab builds reusable personas — a provider, a system prompt, KödSkills, and attached MCP Connections — and prepares each run as a KödWork background task. Prefer the 1.x four-pane layout? It stays one click away in the title bar for one more release.
available now for macOS
The macOS app is available now under the Apache License 2.0. Windows is not included in this release. Linux is planned.
The public release opens on the tabbed workspace with the Agents tab, personas, and MCP Connections, alongside KödWork background tasks and KödPR review. KödSSH, KödWhisper, and KödLocal remain development work and are not included. KödWeb is not included and is no longer being developed.