ada doctor — System Health Check

The ada doctor command checks whether your system (and the plugin bundle) has everything needed for capture and analysis.

Usage

ada doctor check
ada doctor check --format json

What Gets Checked

  • Frida agent library (libfrida_agent.dylib): required for function tracing.
  • whisper-cli: required for voice transcription.
  • ffmpeg: required for screenshot extraction and media processing.

In the production plugin, these tools are bundled. If ada doctor reports missing tools, reinstall the ReadyCheck plugin. If you are building from source, use the repo’s initialization scripts (for example ./utils/init_third_parties.sh and ./utils/init_media_tools.sh).