Get started with Polos in seconds
curl -fsSL https://install.polos.dev/install.sh | bash
Or with wget:
wget -qO- https://install.polos.dev/install.sh | bash
Start Polos Server:
polos-server start
And that's it - you're all set! Follow the docs to set up your first agent
Use this if you want advanced actions like installing a specific version or doing a manual installation.
curl -fsSL https://install.polos.dev/install.sh | bash -s 0.1.10
/usr/local/bin or ~/.local/bin
If you prefer to install manually:
chmod +x polos-server-*sudo mv polos-server-* /usr/local/bin/polos-serverFor more information, visit the GitHub repository