Skip to content

0.1.0-prerelease.4 - 2026-06-17

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 17 Jun 20:53
eb60974

Release Notes

Fixed (app launch)

  • The packaged app (.app/.dmg, and the bare binary when started from a
    read-only directory) launched nothing with no error message. The
    single-instance lock file was created relative to the working directory,
    which is / when launched from Finder — unwritable, so startup aborted. The
    lock now lives at an absolute path under the temp dir, and a lock-creation
    failure no longer prevents the app from starting.

Install termherd-app 0.1.0-prerelease.4

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/bastien-gallay/termherd/releases/download/v0.1.0-prerelease.4/termherd-app-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/bastien-gallay/termherd/releases/download/v0.1.0-prerelease.4/termherd-app-installer.ps1 | iex"

Download termherd-app 0.1.0-prerelease.4

File Platform Checksum
termherd-app-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
termherd-app-x86_64-apple-darwin.tar.xz Intel macOS checksum
termherd-app-x86_64-pc-windows-msvc.zip x64 Windows checksum
termherd-app-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
termherd-app-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum