Solutions

Deploy your
Cybernetics Agent

Deploy the Cybernetics Agent and automatically collect the system inventory as well as your fleet's critical data.

Native multi-platform

Compiled for every OS

Windows

.msi · SCM service

macOS

.pkg · launchd

Linux

.tar.gz · systemd

Supported platforms

Supported platforms
Windows Terminal
PS>msiexec /i agent.msi
Agent started , connection established

Windows

Format

.msi

Service

Windows SCM

Arch

x86_64

Compatible with Windows 10+. One-click install or via MDM

macOS Terminal
$sudo installer -pkg agent.pkg
Agent started , connection established

macOS

Format

.pkg

Service

launchd

Arch

Intel/Apple

Compatible with macOS 14+. One-click install or via MDM

Linux Terminal
#tar -xzf agent.tar.gz && sudo ./install.sh
Agent started , connection established

Linux

Format

.tar.gz

Service

systemd

Arch

x86_64/aarch64

Compatible with Linux Kernel 5+. One-click install or via MDM

Code integration

A single command
to deploy everything

The agent installs silently with two parameters , your COMPANY_ID and your AGENT_API_KEY. Automatable via any fleet management tool.

01

Download the agent

From your Cybernetics dashboard

02

Get your keys

COMPANY_ID and AGENT_API_KEY in settings

03

Deploy in one command

Windows, macOS or Linux , silent by default

04

Your devices appear

Within a minute, in your inventory

1
2
3
4
5
6
7
8
9
10
11
12
13
14
# deploy-windows.ps1 , Silent deployment Intune / SCCM
 
$CompanyId = "votre-company-id"
$ApiKey = "votre-agent-api-key"
 
# Downloading the agent
Invoke-WebRequest -Uri "https://releases.cybernetics.fr/agent-latest.msi"
-OutFile "agent.msi"
 
# Silent installation
Start-Process msiexec -ArgumentList "/i agent.msi",
"COMPANY_ID=$CompanyId",
"AGENT_API_KEY=$ApiKey",
"/quiet /norestart" -Wait
Ready for Intune · SCCM · Ansible · GPO
PowerShellUTF-8

Data collection

What the agent reports

Every collected data point enriches your dashboard in real time.

System inventory

OS, version, CPU, RAM, disks

Sessions & accounts

Active users, local rights

Network

Interfaces, connections, DNS

Services & processes

Status, PID, open ports

Security logs

Windows/syslog events

Applications

Installed software, versions

Collection without third-party API

The agent collects events directly on the endpoint that API-less tools cannot expose.

Minimal footprint

Natively compiled for each OS, the agent consumes less than 1% CPU and a few MB of RAM under normal operation.

Automatic reporting

Every collected event is transmitted in real time to the Cybernetics platform, without manual intervention.

Mass deployment

Intune, GPO, Ansible, Jamf , the agent integrates with your existing workflows via MSI, PKG or Tar.gz.

Windows · macOS · Linux

Your fleet visible
in under 5 minutes

Download the agent from your Cybernetics dashboard and deploy it across your entire fleet , Windows, macOS and Linux , with a single command.

Response within 24h
No commitment
PECB certified team