Desktop Applications
macOS Universal
macOS 11+ · Apple Silicon & Intel
Windows
Windows 10 & 11 · 64-bit
Linux
Debian/Ubuntu (.deb) · x86_64
Linux ARM64
Raspberry Pi & other ARM64 (.deb)
Chrome Extension
Track web browsing activity directly from Google Chrome. Install seamlessly from the Chrome Web Store.
Installation Guides
macOS Installation
Step 1 — Remove 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 2 — Install App
- Open the downloaded DMG file
- Double-click
Sign & Install.command— or drag to Applications - Right-click the app → Open (first launch only)
Windows Installation
Step 1 — Run Installer
- Double-click the downloaded
.exefile - If SmartScreen appears, click "More info" → "Run anyway"
- Follow the setup prompts
Step 2 — Launch & Login
- Open Track Beacon from the Start Menu
- If Windows Defender prompts for network access, click Allow
- 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 1 — Add 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 2 — Install (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 1 — Install the package
Open a terminal and run:
sudo apt install ~/Downloads/Track\ Beacon-*.deb
Linux ARM64 Installation (Raspberry Pi · .deb, manual download)
Step 1 — Install 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.