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
portmytech/TucDesk-original
Current Tag
v1.1.3
Release Notes
Open GitHub release
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-stag.tucdesk.app/install.sh | bash
Pin a release version
curl -fsSL https://get-stag.tucdesk.app/install.sh | TUCDESK_VERSION=v1.2.3 bash
Override the GitHub release repo
curl -fsSL https://get-stag.tucdesk.app/install.sh | TUCDESK_GITHUB_REPO=owner/repo bash
Pin both repo and version
curl -fsSL https://get-stag.tucdesk.app/install.sh | TUCDESK_GITHUB_REPO=owner/repo TUCDESK_VERSION=v1.2.3 bash
PowerShell
irm https://get-stag.tucdesk.app/install.ps1 | iex
Pin a release version
$env:TUCDESK_VERSION='v1.2.3'; irm https://get-stag.tucdesk.app/install.ps1 | iex
Override the GitHub release repo
$env:TUCDESK_GITHUB_REPO='owner/repo'; irm https://get-stag.tucdesk.app/install.ps1 | iex

Canonical endpoints: https://get-stag.tucdesk.app/install.sh and https://get-stag.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.

macOS Apple Silicon
tucdesk-darwin-arm64.tar.gz
macOS Intel
tucdesk-darwin-amd64.tar.gz
Linux amd64
tucdesk-linux-amd64.tar.gz
Linux arm64
tucdesk-linux-arm64.tar.gz
Windows ZIP
tucdesk-windows-amd64.zip
Windows MSI
TucDesk-windows-amd64.msi
Windows Setup EXE
TucDesk-Setup-windows-amd64.exe
Debian / Ubuntu (.deb)
tucdesk-V1.1.3-linux-amd64.deb
RHEL / Fedora (.rpm)
tucdesk-V1.1.3-linux-amd64.rpm
Alpine (.apk)
tucdesk-V1.1.3-linux-amd64.apk
Checksums
checksums.txt
Linux aliasmacOS aliasWindows aliasChecksums alias
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 deepanimators/tap && brew install tucdesk
  • sudo port install tucdesk
  • nix profile install github:deepanimators/TucDesk
Windows
  • winget install TucDesk.TucDesk
  • choco install tucdesk
  • scoop bucket add tucdesk https://github.com/deepanimators/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/deepanimators/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.

iPhone
Native mobile product page and App Store entry point.
Open iOS page
Android
Native mobile product page and Google Play entry point.
Open Android page
Web / Desktop
Install the dashboard as a PWA or use the browser-based control plane.
Open web app
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.
Reference

Release Artifacts Index

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

TucDesk