Changelog

Development milestones and announcements for KalCode. Entries marked as development builds or in development have not been publicly released.

KalVoice and your own providers

Announcement · in development

KalVoice is the coding assistant and voice layer built into KalCode: speak your prompts, control your workspace, and coordinate your coding agents. It is in development and not part of any build yet.

  • Dictation. Hold a shortcut, speak, and the text is typed into the focused input: a Claude Code, Codex or Gemini CLI thread, a terminal, or a search box. Speech recognition runs on your device; audio is not stored or uploaded. Unlimited on every plan.
  • Command mode. Press a second shortcut and speak or type a request such as “Open four Codex threads”. Structured commands run without any model; reasoning uses the provider you connected.
  • Bring your own provider. Claude Code, Codex and Gemini CLI run on your own accounts. KalCode does not charge for, resell or meter provider usage, and there is no KalCode-paid fallback.
  • Plan allowances. Plans now include KalVoice Requests each month (Free 250, Pro 2,500, MAX 10,000). Every plan includes all provider connections, all permission modes and unlimited local dictation.

Read more in the KalVoice docs and on the pricing page.

0.1.0 — Foundation

Development build · not publicly released

The foundation every later part of KalCode builds on. There is nothing to download from this release; it exists so the next ones can be built on tested ground.

  • Desktop shell. The KalCode desktop app with its navigation shell, Dashboard and Settings.
  • Local SQLite persistence. One local database with versioned, checksummed migrations and a backup before each upgrade.
  • Typed event protocol. Every state change is a structured event, shared as generated types between the native runtime and the interface.
  • Structured logging. Local JSON logs with rotation and a redaction pass for credentials.
  • OS keychain secret storage. Credentials stored in the operating system's credential store, never in the database or logs.
  • Design system. Shared colours, typography and brand assets for the app and this website, in light and dark themes.
  • This website. kalcoded.com, with early-access registration.