@emiyakatuz/crispasr-agent-transcriber
v0.4.0
Published
Installer and updater for the local-only CrispASR Codex plugin and MCP server.
Readme
@emiyakatuz/crispasr-agent-transcriber
Cross-platform installer for the CrispASR Agent Transcriber Codex plugin and MCP server.
npx @emiyakatuz/crispasr-agent-transcriber@latest installThe installer downloads the matching GitHub Release, verifies its SHA-256
checksum, installs Python/MCP dependencies with uv, installs the best
available CrispASR binary (CUDA, then Vulkan, then CPU), and registers the
plugin in the Codex Personal marketplace.
Models are never downloaded during install/update. Run the explicit models
command to download the approved recommended bundle into the plugin's models/
directory.
Commands
npx @emiyakatuz/crispasr-agent-transcriber@latest install
npx @emiyakatuz/crispasr-agent-transcriber@latest models
npx @emiyakatuz/crispasr-agent-transcriber@latest update
npx @emiyakatuz/crispasr-agent-transcriber@latest doctor
npx @emiyakatuz/crispasr-agent-transcriber@latest --json doctor
npx @emiyakatuz/crispasr-agent-transcriber@latest uninstalluninstall preserves local models, CrispASR binaries, and outputs. Add
--purge-data only when those files should also be removed.
Use models --model-id english-q8 to choose a specific allowlisted quantization
instead of the default bundle. Use models --dry-run --json to inspect the
download plan without writing model files.
Prerequisites
Media remains local. This installer downloads code, CrispASR binaries, and only explicitly requested allowlisted model files from the documented sources. It never uploads media.
