Skip to content

1.3.1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 05 Mar 13:44
· 22 commits to main since this release

Downloads

Ubuntu Quick Install (.deb)

This command downloads the Ubuntu package from this release and installs it system-wide:

  • App menu entry: Transcribe Offline
  • Launcher command: transcribe-offline
curl -fL 'https://github.com/openresearchtools/transcribeoffline/releases/download/1.3.1/transcribe-offline_1.3.1_amd64.deb' -o /tmp/transcribe-offline_1.3.1_amd64.deb && \
sudo apt install -y /tmp/transcribe-offline_1.3.1_amd64.deb

Unsigned Build Notice

This app is an open-source hobby development effort by the repository owner. We do not currently have funding for full paid code-signing and notarization pipelines across all platforms/releases.

Because of that, operating-system protections or hardened security environments (for example Windows SmartScreen, enterprise endpoint controls, or macOS Gatekeeper policies) may block unsigned binaries.

If your environment blocks unsigned binaries, the recommended path is:

  1. Build this desktop app from source on the target device.
  2. Build Openresearchtools-Engine from source on the same target device.
  3. Use those locally-built artifacts in your deployment.

Windows (when blocked)

If SmartScreen shows "Windows protected your PC", use More info -> Run anyway only if your policy allows it.

In the app, go to Settings -> Runtime Setup and run:

  1. Download/Repair runtime
  2. Unblock unsigned runtime
  3. Recheck

The Windows unblock script clears Mark-of-the-Web flags in the selected runtime directory by running Unblock-File recursively on runtime files.

macOS (when blocked)

Try Right click -> Open on first launch.

If blocked by Gatekeeper, use System Settings -> Privacy & Security -> Open Anyway when available and policy permits.

In the app, after runtime install/repair, click Unblock unsigned runtime then Recheck.

The macOS unblock script removes quarantine attributes recursively (xattr -dr com.apple.quarantine) and restores executable bits for runtime binaries/scripts where needed (chmod +x on relevant files).