Select your operating system to download the agent and view installation instructions.
# 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
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
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
Need help? Check out the API Documentation for integration details.