← Back to Home

Support & Downloads

Select your operating system to download the agent and view installation instructions.

Linux (x86_64)

Version 0.2.0 • CLI Agent

Download Agent

Quick Start

# 1. Make the binary executable
chmod +x d3sk-agent

# 2. Connect to the server
# Note: Requires root/sudo for WireGuard interface management
sudo ./d3sk-agent connect --url http://localhost:8080 --token d3sk-secret-token

# 3. Check status
sudo ./d3sk-agent status

# 4. Disconnect
sudo ./d3sk-agent disconnect
            

Windows (x86_64)

Status: In Development

Download Unavailable

Quick Start

Coming soon. Windows support is currently planned for Phase 3.

# PowerShell Example (Preview)
.\d3sk-agent.exe connect --url http://localhost:8080 --token d3sk-secret-token
            

macOS (Universal)

Status: In Development

Download Unavailable

Quick Start

Coming soon. macOS support is currently planned for Phase 3.

# Terminal Example (Preview)
sudo ./d3sk-agent connect --url http://localhost:8080 --token d3sk-secret-token
            

Documentation

Need help? Check out the API Documentation for integration details.