Arrowhead

by DataInsight

Protect Your Endpoints

Deploy our advanced security agent to monitor your servers and workstations in real-time.

AI-Powered

Total Agents

0

Online

0

Inactive

0

Download Security Agent

Choose the appropriate platform to download the Arrowhead security agent binary.

Linux

Ubuntu, CentOS, Debian, RHEL

15.55 MB • Ready to Deploy
Download for Linux

Windows

Windows 10, 11, Server

11.8 MB • Ready to Deploy
Download for Windows

macOS

Intel & Apple Silicon

DMG Installer • Ready to Deploy
Download for macOS (.dmg)

Universal DMG — works on both Intel & Apple Silicon Macs

Quick Installation Guide

1. Download
Choose your platform and download the agent binary.
2. Install
Extract the file and run the installation command.
3. Monitor
Configure server connection to https://vms.datainsight.id (HTTPS on port 443; internal gRPC port 50051 must not be used from agents).

System Requirements

CPU: 1 GHz dual-core minimum
RAM: 512 MB minimum
Disk: 100 MB free space
Network: Internet connection

Recommended: 2 GHz quad-core, 2 GB RAM, 500 MB disk space

Agent Features

Real-time Monitoring
Threat Detection
IoC Scanning
Auto-Updates
Secure Communication
Low Resource Usage

Platform-Specific Installation

Windows

1.
Download the agent binary from the button above
2.
Open PowerShell as Administrator and navigate to the download folder
3.
Install as Windows Service:
.\kaxus-agent-windows.exe --install
4.
Run directly (no install):
.\kaxus-agent-windows.exe
5.
Uninstall service:
.\kaxus-agent-windows.exe --uninstall
ℹ️
Logs: C:\Program Files\KaxusSecurity\logs\
Agent runs as a background Windows Service (auto-start on boot). No GUI required.

Linux

1.
Download the agent binary from the button above
2.
Make executable:
chmod +x kaxus-agent-linux
3.
Run directly:
sudo ./kaxus-agent-linux
4.
Install as systemd service (recommended):
sudo cp kaxus-agent-linux /opt/kaxus-agent/kaxus-agent sudo chmod +x /opt/kaxus-agent/kaxus-agent
5.
Create systemd unit:
sudo tee /etc/systemd/system/kaxus-agent.service
[Unit]
Description=Kaxus Security Agent
After=network.target
[Service]
Type=simple
ExecStart=/opt/kaxus-agent/kaxus-agent
Restart=always
RestartSec=5
[Install]
WantedBy=multi-user.target
6.
Start & enable:
sudo systemctl daemon-reload sudo systemctl enable kaxus-agent sudo systemctl start kaxus-agent
ℹ️
Logs: journalctl -u kaxus-agent -f
CLI-only agent — runs as a background daemon via systemd. No GUI required.

macOS

1.
Download the DMG file for your chip (Intel or Apple Silicon)
2.
Open the DMG and drag Arrowhead.app to Applications
3.
Allow in System Settings:
System Settings → Privacy & Security → "Open Anyway"
4.
Launch from Applications or use Spotlight (Cmd+Space → "Arrowhead")
5.
CLI daemon mode (optional):
sudo ./kaxus-agent
ℹ️
Logs: /Library/Logs/KaxusSecurity/
macOS includes a SwiftUI GUI application with real-time monitoring dashboard.
Note: If Gatekeeper blocks the app, right-click → Open, or run: xattr -cr /Applications/Arrowhead.app

Quick Download Commands (curl/wget)

Linux x86_64
curl -L https://vms.datainsight.id/agent-download/linux -o kaxus-agent-linux && chmod +x kaxus-agent-linux
Windows
curl.exe -L "https://vms.datainsight.id/agent-download/windows" -o kaxus-agent-windows.exe
macOS (DMG Installer)
curl -L https://vms.datainsight.id/agent-download/macos-arm64 -o Arrowhead-Agent.dmg

Troubleshooting

Common Issues

Agent shows offline: Check internet connection and server config
Permission denied: Run installer as administrator/root
Service won't start: Check system logs and dependencies

Getting Help

Documentation: Full installation guide
Support: Contact support@kaxus.id
Community: Join our Discord community