Install the agent¶
Everything below installs from get.acutisgo.com. All builds are code-signed.
The agent runs observe-only and needs no special setup to work on a single machine. To connect it to a fleet dashboard, see enrollment.
Windows¶
Three ways to install — pick one.
Download and run the signed installer:
- MSI — Acutis-Go-Setup.msi (best for managed/IT deployment)
- EXE — AcutisGoSetup.exe (standard click-through)
It installs the background service, the tray app, and the status window, and registers under Add/Remove Programs.
Open PowerShell and run:
The script downloads the MSI and installs it silently (it self-elevates for the system service).
Download Acutis-Go-Portable.exe and run it. Nothing is installed — handy for a one-time check on a machine you don't own.
SmartScreen on a brand-new release
A newly published signed build may briefly show a SmartScreen "not commonly downloaded" prompt until it earns reputation. Click More info → Run anyway. The signature is valid — you can confirm it in the file's Properties → Digital Signatures.
macOS¶
Universal build — Apple Silicon and Intel, code-signed and notarized.
After install, open it from Applications → Acutis Go (or Spotlight: "Acutis Go").
Linux¶
systemd service, amd64 + arm64 (including Raspberry Pi).
The installer detects your architecture, installs the agent, and starts it under systemd (systemctl status acutis-go).
Verify it's running¶
| Platform | Check |
|---|---|
| Windows | Tray icon present; Services → AcutisGo is Running |
| macOS | launchctl list \| grep acutis |
| Linux | systemctl status acutis-go |
Then run a quick local readout from a terminal:
Next: Configuration.