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.
Platform Cards
macOS
Signed Apple Silicon and Intel archives.
Linux
amd64, arm64, packages, and shell installer.
Windows
MSI, setup executable, ZIP, and PowerShell installer.
iOS
SwiftUI beta channel and App Store entry point.
Android
Jetpack Compose beta channel and Google Play entry point.
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.
Canonical endpoints: https://get.tucdesk.app/install.sh and https://get.tucdesk.app/install.ps1.
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.
Package Managers
If your team prefers native package distribution, these are the current install entry points documented in the release pipeline.
brew tap TucDesk/tap && brew install tucdesksudo port install tucdesknix profile install github:TucDesk/TucDesk
winget install TucDesk.TucDeskchoco install tucdeskscoop bucket add tucdesk https://github.com/TucDesk/scoop-tucdesk && scoop install tucdesk
sudo snap install tucdeskflatpak install flathub com.pth.tucdesk.TucDeskyay -S tucdesk-bin
pipx install tucdeskcargo binstall tucdeskgo install github.com/TucDesk/TucDesk/cmd/tucdesk-agent@latestgem install tucdesk
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.
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.
REST, WebSocket, auth, audit, recordings
Agent registration and signaling
UDP/TCP encrypted relay fallback
Closed-source web interface image
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.