Terminaili
Menu
Operator Agent

Install ipop-agent.

One-command install

curl -fsSL https://terminaili.com/downloads/ipop-agent/install.sh | bash
ipop-agent doctor
ipop-agent service status

What it does

  • Detects Darwin or Linux and arm64 or x64.
  • Downloads the matching archive from /downloads/ipop-agent.
  • Verifies the adjacent .sha256 file before installing.
  • Installs to /usr/local/bin with sudo when needed.
  • Runs ipop-agent install.
  • Runs ipop-agent doctor so setup problems show immediately.

Manual macOS install

curl -fsSL https://terminaili.com/downloads/ipop-agent/ipop-agent-macos-arm64.tar.gz -o ipop-agent-macos-arm64.tar.gz
tar -xzf ipop-agent-macos-arm64.tar.gz
sudo install -m 0755 ipop-agent /usr/local/bin/ipop-agent

ipop-agent install