Skip to content

Releases: hughsheehy/openworker

OpenWorker v0.2.1 (Linux, unofficial)

Choose a tag to compare

@hughsheehy hughsheehy released this 25 Aug 23:26

Unofficial Linux build of OpenWorker v0.2.1, built from the linux-port branch of this fork.

Not signed, not published by the OpenWorker team, no auto-update. Tested on Ubuntu-family x86_64.

What's different from upstream v0.2.1:

  • packaging/build_linux.sh — new build script (PyInstaller freeze → stage sidecar → tauri build --bundles deb,appimage); mirrors the existing macOS/Windows scripts, no other code changes were needed.
  • Voice input (previously gated to macOS/Windows only) is un-gated for Linux — uses the same cross-platform cpal/ALSA + whisper-rs engine, confirmed working via Settings → Voice input (download model → verify → mic test).

Install:

sudo dpkg -i OpenWorker_0.2.1_amd64.deb

or make the AppImage executable and run it directly.

See the fork's linux-port branch for the full diff against upstream.