Release Notes
Added
- REST upload size limit with a clear
413 Payload Too Large response.
Changed
- Reload Codex auth from disk before each transcription request.
- Add upstream connect and request timeouts for the REST server.
- Publish Docker semver image tags only from release tags instead of every
main push.
- Update Docker GitHub Actions to Node 24-compatible major versions.
Install codex-asr 0.1.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/wangnov/codex-asr/releases/download/v0.1.2/codex-asr-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/wangnov/codex-asr/releases/download/v0.1.2/codex-asr-installer.ps1 | iex"
Download codex-asr 0.1.2