Downloads

Download the Track Beacon desktop tracker for your platform. Version 1.17.21

Desktop Applications

macOS Universal

macOS 11+ · Apple Silicon & Intel

Track Beacon-1.17.21-mac-universal.dmgDownload

Windows

Windows 10 & 11 · 64-bit

Track Beacon-1.17.21-setup.exeDownload

Linux

Debian/Ubuntu (.deb) · x86_64

Track Beacon-1.17.21.debDownload

Linux ARM64

Raspberry Pi & other ARM64 (.deb)

Track Beacon-1.17.21-arm64.debDownload

Chrome Extension

Track web browsing activity directly from Google Chrome. Install seamlessly from the Chrome Web Store.

Install from Chrome Web Store

Installation Guides

macOS Installation

Step 1Remove the download flag

Open Terminal and execute:

xattr -c ~/Downloads/Track\ Beacon-*.dmg

Safari adds a quarantine flag to downloads that triggers strict Gatekeeper checks. Clearing it before opening the DMG prevents the "damaged file" alert.

Step 2Install App

  1. Open the downloaded DMG file
  2. Double-click Sign & Install.command — or drag to Applications
  3. Right-click the app → Open (first launch only)
Windows Installation

Step 1Run Installer

  1. Double-click the downloaded .exe file
  2. If SmartScreen appears, click "More info""Run anyway"
  3. Follow the setup prompts

Step 2Launch & Login

  1. Open Track Beacon from the Start Menu
  2. If Windows Defender prompts for network access, click Allow
  3. Log in with your organization credentials

The installer is self-signed. SmartScreen may show a security prompt — this is completely normal and safe.

Linux Installation (apt repository — recommended)

Step 1Add the repository (one-time setup)

Open a terminal and run:

curl -fsSL https://beacon.techreignera.in/apt/track-beacon-archive-keyring.gpg | sudo tee /usr/share/keyrings/track-beacon-archive-keyring.gpg > /dev/null
echo "deb [arch=amd64,arm64 signed-by=/usr/share/keyrings/track-beacon-archive-keyring.gpg] https://beacon.techreignera.in/apt stable main" | sudo tee /etc/apt/sources.list.d/track-beacon.list

Works on both x64 and ARM64 (Raspberry Pi) — apt picks the right architecture automatically.

Step 2Install (and future updates)

sudo apt update && sudo apt install track-beacon

Future releases show up through a normal sudo apt upgrade — no need to redownload the .deb by hand.

Linux Installation (x64 .deb, manual download)

Step 1Install the package

Open a terminal and run:

sudo apt install ~/Downloads/Track\ Beacon-*.deb
Linux ARM64 Installation (Raspberry Pi · .deb, manual download)

Step 1Install the package

Open a terminal and run:

sudo apt install ~/Downloads/Track\ Beacon-*.deb

Sandboxing works correctly out of the box — no extra flags or permission fixes needed.