Termivio is in early testing. Some features may be unstable or change without notice, and the helper is not ready for critical production work yet. macOS and Linux helper betas are public now.

Mac and Ubuntu helper beta

Download Termivio helper.

Install the signed macOS helper, or use the advanced Linux helper files while the Ubuntu desktop package waits for published assets and checksums.

Termivio 0.2.0-beta.1 · macOS Apple Silicon · Ubuntu amd64/arm64

Helper packages

macOS Apple Silicon beta, signed and notarized; Ubuntu desktop/systemd Linux, amd64 or arm64

  1. 1Download the macOS DMG today; use advanced Linux helper files until the Ubuntu .deb is published.
  2. 2Open Termivio from Applications on macOS, or use the advanced Linux helper commands below.
  3. 3Let the desktop app provision relay credentials and start the helper service.
  4. 4Accept the local CA prompt only on desktops that need direct browser access.
  5. 5Use Pair This Machine from the menu or tray to show the Safe Pairing V2 code.
  6. 6Add the machine in the web app.

Available packages

macOS Apple Silicon DMGTermivio-0.2.0-beta.1.dmg
Ubuntu .deb pendingUse the advanced Linux helper files below until the public package assets and checksums are published.
SHA256SUMSVerify the package before installing it.

Release status

The live public release includes a signed and notarized macOS Apple Silicon DMG. Ubuntu .deb packages stay hidden until the public assets and checksums are published.

Build integrity

Check the file before installing.

macOS desktop packages are published from the public Goroutine release repository; Ubuntu .deb publishing is gated on verified assets.

The Ubuntu tray app creates per-user systemd service files without inline relay or JWT tokens.

Ubuntu package install

The .deb command appears here after the amd64 and arm64 packages are uploaded and verified.

Headless / advanced Linux

ARCH=amd64 # or arm64
mkdir -p ~/.local/bin
curl -fL -o ~/.local/bin/termivio "https://github.com/goroutine-pty-ltd/termivio-releases/releases/download/v0.2.0-beta.1/termivio-server-linux-$ARCH"
chmod 755 ~/.local/bin/termivio
termivio install

Terminal fallback

TERMIVIO_VERSION=0.2.0-beta.1 bash <(curl -fsSL https://github.com/goroutine-pty-ltd/termivio-releases/releases/download/v0.2.0-beta.1/install.sh)

View SHA256SUMSView release notesContact support