Documentation
D4C Runtime
Overview
D4C (Dull Deeds Done Dirt Cheap) is a voice-driven execution runtime that turns spoken intent into real actions on the host machine. It is local-first, minimal, and organized around three execution systems.
Systems
- Voice System — captures audio, transcribes, and dispatches commands.
- Web Search System — resolves informational queries directly.
- Task System — captures and manages tasks from spoken input.
Commands
Commands are natural-language phrases. The runtime routes them to a system based on intent.
search <query>
add task <task description> <date>
record audio <duration> <label>Examples
search machine learning basicsadd task finish CSA project for July 4threcord audio 20 minutes physics lecture