Downloads & Tools

Agent software, sensor tools, and enterprise resources

EQUINOX Sensor Agent

v1.0.0

Single-file Python agent that registers endpoints with the EQUINOX platform, collects telemetry (CPU, memory, disk, top processes), sends heartbeats every 60s, and streams security data. Cross-platform — Windows, macOS, Linux.

Download equinox-sensor.py

Quick Install (Linux / macOS)

curl -sSL https://equinoxsec.com/equinox-sensor.py -o equinox-sensor.py && python3 equinox-sensor.py

Available Commands

python3 equinox-sensor.py                 # Interactive setup
python3 equinox-sensor.py --register      # Force re-registration
python3 equinox-sensor.py --help          # Full usage & options
Telemetry Collected:
CPUMemoryDiskProcessesNetwork IP
Supported OS:
WindowsmacOSLinux

Windows Installer

Sensor + Auto-start Service

Full installer bundle with sensor agent, Windows service wrapper, and auto-update. Windows 10/11, Server 2019+.

equinox-setup.exe

macOS Installer

Sensor + LaunchDaemon

DMG bundle with sensor agent, LaunchDaemon plist, and pkg installer. macOS Monterey+, Intel & Apple Silicon.

equinox-macos.dmg

Linux Packages

.deb / .rpm / tar.gz

System packages with systemd service for auto-start. Ubuntu/Debian (.deb), RHEL/CentOS (.rpm), and generic tar.gz.

.deb .rpm tar.gz

Cloud Connector

Docker • v1.8.3

Docker-based connector for AWS CloudTrail, Azure Monitor, GCP Logging. Deploy in your cloud account for cross-plane visibility.

docker-compose.yml .env example

Documentation

PDF & Web

System architecture, API reference, deployment guides, and integration tutorials.

Whitepaper API Docs Integrations