Install
Synpse agents run on devices where you wish to deploy your containers or have SSH access. Agents support multiple platforms and remains always running.
Install
Installation guides for various platforms and configurations:
Platform-Specific Guides
- Raspberry Pi - Installation on Raspberry Pi devices
- Linux Docker - Standard Linux installation with Docker
- Headless Ubuntu - Ubuntu server installation without GUI
- macOS - Installation on macOS systems
- NVIDIA Jetson - Installation on NVIDIA Jetson devices
- BeagleBoard AI - Installation on BeagleBoard AI devices
Advanced Installation
- Containerized Agent - Run the agent in a container
- Bulk Provisioning - Mass deployment strategies
- Configuration - Agent configuration options
- Beta Universal Image - Pre-built system images
Quick Start
For most users, the standard installation is:
curl https://downloads.synpse.net/install.sh | \
AGENT_PROJECT=<YOUR_PROJECT> \
AGENT_REGISTRATION_TOKEN=<YOUR_TOKEN> \
bash