Download

Download TYBA

Open source, signed and verifiable. Every binary comes out of CI with attested provenance — nothing is built on somebody's laptop.

Version v0.1.3 — published on July 17, 2026

macOS

Soon

No binary published yet.

Windows

The binary is not signed yet: SmartScreen shows "Windows protected your PC" — click More info → Run anyway. Signing lands once the certificate is in place.

Linux

The .deb and .rpm declare bubblewrap as a dependency: without it the core refuses the agent session instead of running it uncaged.

Verification

Check what you downloaded

Every binary ships with a checksum and a provenance attestation signed by GitHub — proof that it came from this repository, this commit, this workflow. Verifying takes one command.

Provenance (where the binary came from)

gh attestation verify Tyba.dmg --repo tybadev/tyba-terminal

Checksum (whether the file arrived intact)

shasum -a 256 Tyba.dmg

Compare against the SHA256SUMS from the release.SHA256SUMS.txt

See every version and its checksums