Dettivo

§ CLI

CLI reference

Developer toolLocal-only

Dettivo ships a bundled CLI named `dettivo`. Run `dettivo install-helper --link` to symlink it into `~/.local/bin/`. The CLI exposes dictation, meeting, transcript, import, polish, and MCP commands over the same IPC the app uses.

Who this is for

Developers, ops engineers, anyone scripting around their dictation history. Anyone configuring MCP for Claude Code / Cursor / Codex.

Install the CLI

  1. 01

    Symlink into PATH

    Run `dettivo install-helper --link`. Symlinks the bundled binary into `~/.local/bin/dettivo`.

  2. 02

    Verify

    `dettivo status version` should print the app and API version. `dettivo status` should report the app state.

Command groups

GroupSubcommandsNotes
dictationstart · stop · cancel · statusDrive a dictation session.
meetingstart · stop · cancel · status · list · get · searchDrive meeting capture.
transcriptlist · get · latest · search · import · exportRead history and move transcript files.
insert--text · --kind · --idInsert text or a transcript into the focused app.
transcript import--file <path> --target-kind dictation|meetingImport dictation audio or an external meeting recording.
polishtest · presets · rulesPolish sandbox.
mcpserve · configRun / configure the MCP server.
install-helper--link · --unlinkManage the PATH symlink.
statusPrint app state, permissions, version.

Output + exit codes

ConceptValues
Output formatsMost commands print readable output by default or stable JSON with `--json`. `transcript export` writes `txt`, `md`, `json`, `srt`, or `vtt` to `--out`.
Exit 0Success.
Exit 1Generic error.
Exit 2App not running.
Exit 3Permission denied.
Exit 4Args / usage error.
Exit 5Timeout.

Example: pipe the latest transcript into your shell

# Get the latest transcript ref as JSON
dettivo --json transcript latest > latest.json

# Insert text into the focused app
dettivo insert --text "Follow up with Alex."

# Search transcripts for a phrase
dettivo --json transcript search "term sheet" | jq '.'

# Import an external meeting recording
dettivo transcript import --file call.m4a --target-kind meeting
§ Related

Just launched

Just launched on your Mac.

One-time license, three active Macs, lifetime updates. $45 once, forever yours.