Linux Desktop Installation
Download the Linux installer exclusively from https://download.trace-wall.com/. Verify the version, SHA-256 checksum, and signature status before installing.
Supported Distributions
| Distribution | Variant | Status |
|---|---|---|
| Ubuntu 22.04 LTS | Desktop (GNOME) | ✅ Tested |
| Ubuntu 24.04 LTS | Desktop (GNOME) | ✅ Tested |
| Debian 12 (Bookworm) | Desktop (GNOME/KDE/XFCE) | ✅ Tested |
Only desktop variants with a graphical environment are supported. Server/minimal installs without X11/Wayland are not compatible with the current Desktop package.
Prerequisites
- Architecture: amd64 (x64) only — ARM64 not currently published
- Graphical environment: X11 or Wayland (GNOME, KDE Plasma, XFCE tested)
- RAM: 8 GB minimum (16 GB recommended for ARGUS)
- Disk: 2 GB free for application + logs + telemetry
- Dependencies: Included in
.deb(libnss3, libatk1.0-0, libdrm2, libgbm1, libasound2, etc.) - Network: LAN access to managed infrastructure; internet for ARGUS model download (first run)
Pre-Install Verification
-
Confirm the download source:
https://download.trace-wall.com/(TLS valid, no redirects) -
Note the published metadata: version, file size, SHA-256 checksum
-
Download the package (
.deb) -
Verify the checksum:
Terminal window sha256sum TraceWall-Desktop-V3-x.x.x_amd64.deb# orshasum -a 256 TraceWall-Desktop-V3-x.x.x_amd64.deb -
Compare character-by-character with the published checksum.
-
If mismatch: delete, re-download, re-verify. If persistent, contact support.
Installation
sudo apt install ./TraceWall-Desktop-V3-x.x.x_amd64.debThe package:
- Installs to
/opt/tracewall - Creates
/usr/bin/tracewallsymlink - Adds
.desktopentry for application menu - Configures systemd user service for background sensor (optional)
Post-Install Verification
- Launch TraceWall from application menu or run
tracewallin terminal. - Local Sensor panel should show:
- Hostname, OS, uptime
- Network interfaces (via AF_PACKET sockets)
- CPU, memory, disk utilization
- Settings → About — confirm version matches downloaded release.
- Settings → Sensor — confirm “Local telemetry” is Enabled.
ARGUS Local AI
- First launch downloads the GGUF model (~4–8 GB) if not bundled
- Runs entirely locally via loopback (
127.0.0.1:<port>) - Requires AVX2 CPU; NVIDIA GPU (CUDA, 8+ GB VRAM) optional for acceleration
- No model weights or prompts leave the machine
Updating
sudo apt install ./TraceWall-Desktop-V3-x.x.x-new_amd64.debRead release notes and verify checksum before upgrading.
Uninstalling
sudo apt remove tracewall-desktopRemoves application and systemd user unit. User data preserved in ~/.local/share/tracewall/.
To purge all data:
sudo apt purge tracewall-desktoprm -rf ~/.local/share/tracewall ~/.config/tracewallTroubleshooting
| Symptom | Likely Cause | Resolution |
|---|---|---|
dpkg dependency errors | Missing dependencies | Run sudo apt -f install |
| App won’t launch (Wayland) | Electron Wayland flags | Try tracewall --enable-features=WaylandWindowDecorations |
| Sensor shows no interfaces | Permissions | Ensure user in no special group needed; AF_PACKET works unprivileged |
| ARGUS model download fails | No internet / disk space | Ensure internet access, 8+ GB free in ~/.local/share/tracewall/models/ |
| High CPU on idle | Sensor polling interval | Adjust in Settings → Sensor → Polling interval |
Package Inspection (Optional)
# Show package metadatadpkg -I TraceWall-Desktop-V3-x.x.x_amd64.deb
# List contents without extractingdpkg -c TraceWall-Desktop-V3-x.x.x_amd64.deb
# Verify embedded checksums (if provided in DEBIAN/md5sums or DEBIAN/sha256sums)dpkg-sig --verify TraceWall-Desktop-V3-x.x.x_amd64.debThe .deb is not currently PGP-signed. Verification relies on SHA-256 from the official download page.
Related Pages
- Download & Verification — Source, checksums, signing status
- System Requirements — Hardware and network prerequisites
- Linux Server — Server/headless status and roadmap
- Settings — Configure sensor, integrations, updates, retention