Download Portal

Install TucDesk on every surface.

One place for scripted installs, pinned release examples, direct desktop binaries, mobile entry points, and package-manager commands. The shell installer defaults to the active release namespace and can be overridden with TUCDESK_VERSION or TUCDESK_GITHUB_REPO when needed.

Installers
Bash + PowerShell
Release Repo
TucDesk/TucDesk
Current Tag
v1.1.4
Release Notes
Open GitHub release
Install targets

Platform Cards

macOS

macOS

Signed Apple Silicon and Intel archives.

Linux

Linux

amd64, arm64, packages, and shell installer.

Windows

Windows

MSI, setup executable, ZIP, and PowerShell installer.

iOS

iOS

SwiftUI beta channel and App Store entry point.

Android

Android

Jetpack Compose beta channel and Google Play entry point.

Install fast

Scripted Installers

These are the copy-paste entry points for end users. The Unix installer supports both pinned versions and alternate GitHub release namespaces directly from the shell pipeline.

macOS / Linux
curl -fsSL https://get.tucdesk.app/install.sh | bash
Pin a release version
curl -fsSL https://get.tucdesk.app/install.sh | TUCDESK_VERSION=v1.2.3 bash
Override the GitHub release repo
curl -fsSL https://get.tucdesk.app/install.sh | TUCDESK_GITHUB_REPO=owner/repo bash
Pin both repo and version
curl -fsSL https://get.tucdesk.app/install.sh | TUCDESK_GITHUB_REPO=owner/repo TUCDESK_VERSION=v1.2.3 bash
PowerShell
irm https://get.tucdesk.app/install.ps1 | iex
Pin a release version
$env:TUCDESK_VERSION='v1.2.3'; irm https://get.tucdesk.app/install.ps1 | iex
Override the GitHub release repo
$env:TUCDESK_GITHUB_REPO='owner/repo'; irm https://get.tucdesk.app/install.ps1 | iex

Canonical endpoints: https://get.tucdesk.app/install.sh and https://get.tucdesk.app/install.ps1.

Direct binaries

Desktop Agent Downloads

Download the raw release artifact if you do not want to use the install script. These are best for air-gapped transfers, manual rollouts, or packaging validation.

Native ecosystem

Package Managers

If your team prefers native package distribution, these are the current install entry points documented in the release pipeline.

macOS
  • brew tap TucDesk/tap && brew install tucdesk
  • sudo port install tucdesk
  • nix profile install github:TucDesk/TucDesk
Windows
  • winget install TucDesk.TucDesk
  • choco install tucdesk
  • scoop bucket add tucdesk https://github.com/TucDesk/scoop-tucdesk && scoop install tucdesk
Linux
  • sudo snap install tucdesk
  • flatpak install flathub com.pth.tucdesk.TucDesk
  • yay -S tucdesk-bin
Language-native
  • pipx install tucdesk
  • cargo binstall tucdesk
  • go install github.com/TucDesk/TucDesk/cmd/tucdesk-agent@latest
  • gem install tucdesk
Beyond the agent

Mobile, Web, and Other Surfaces

TucDesk desktop agents are installed separately from the mobile and browser surfaces. Use these pages for the native mobile entry points and the installable web dashboard.

Install the dashboard as a desktop PWA
1. Open https://tucdesk.app/landing in Chrome, Edge, or Safari.
2. Use the browser install action or “Add to Dock / Home Screen”.
3. Sign in and keep the agent installs on the target machines separate.
Self-hosters

Docker Images

Self-hosted operators pull the server infrastructure images plus the pre-built dashboard image. The same images are referenced by docker-compose.selfhosted.yml.

API · ~90 MB

REST, WebSocket, auth, audit, recordings

docker pull
docker pull ghcr.io/tucdesk/api:latest
Rendezvous · ~35 MB

Agent registration and signaling

docker pull
docker pull ghcr.io/tucdesk/rendezvous:latest
TURN · ~32 MB

UDP/TCP encrypted relay fallback

docker pull
docker pull ghcr.io/tucdesk/turn:latest
Dashboard · ~180 MB

Closed-source web interface image

docker pull
docker pull ghcr.io/tucdesk/dashboard:latest
Supply chain

Verify Signatures

Release artifacts include checksums. Signed package channels verify the package before install; manual downloads should compare the checksum before moving binaries into a production fleet.

checksum verification
curl -fsSL https://github.com/TucDesk/TucDesk/releases/latest/download/checksums.txt -o checksums.txt
sha256sum -c checksums.txt --ignore-missing
codesign -dv --verbose=4 ./tucdesk-agent 2>&1 | grep Authority
Reference

Release Artifacts Index

The archive list below is generated from the current release metadata used elsewhere in the dashboard.

TucDesk