download · releases

Binaries from GitHub Releases.

Official builds ship on the product repo. Prefer the latest release asset for your OS, or build from source when you want trunk.

latest release

v0.1.0

ByteDesk Capture 0.1.0 · Published 2026-07-20 · 2 assets

Release notes All releases

Linux (x86_64)

Extract the .tar.gz, then ./bytedesk-capture tray. Optional: ffmpeg, tesseract, AppIndicator on GNOME.

tar -xzf bytedesk-capture-0.1.0-linux-x86_64.tar.gz
cd bytedesk-capture-0.1.0-linux-x86_64
./bytedesk-capture tray

macOS / Windows

Multi-platform assets will appear on the same Releases page when published. Until then, build with the Rust toolchain for your host (see Quickstart).

Verify

Download only from github.com/ByteDeskAI/bytedesk-capture/releases. Check SHA256SUMS when present:

sha256sum -c bytedesk-capture-0.1.0-linux-x86_64.SHA256SUMS

After install

Start the tray agent, open Settings for hotkeys, try Area → overlay → Annotate. Full surface: CLI and Features.

Get started

Prefer source?

Quickstart covers clone, cargo release build, and first capture.

Download GitHub Quickstart