Added
- Non-interactive Windows setup with
trx init --yes, suitable for IT-managed installs and CI.
- A real Windows gate powered by cuse that installs the npm package, generates spoken audio with Windows SAPI, runs a local Whisper transcription, verifies
trx doctor, and retains JSON, audio, SRT, text, and screenshot evidence.
Fixed
- Complete Whisper runtime installation into
%USERPROFILE%\.trx\bin, including the DLLs required by whisper-cli.exe.
- Immediate executable resolution for Whisper, ffmpeg, ffprobe, and yt-dlp without restarting PowerShell.
- Portable dependency fallback when
winget or Microsoft App Installer is unavailable. Downloads are pinned and verified with SHA-256 before installation.
Upgrade
bun add --global @crafter/trx@latest --force
trx init --yes --backend local --model small --language es
trx doctor --output json