Native macOS agent for ParalonCloud — earn points by sharing your Apple Silicon GPU for AI inference.
- macOS with Apple Silicon
Ollama is installed automatically if not already present.
- Go to paraloncloud.com/dashboard
- Create a new node and select Apple Silicon as the node type
- Copy and run the launch command from the dashboard
The agent will install as a background service, start automatically, and run on login.
paralon-agent status Check if agent is running and connected paralon-agent logs Follow live agent logs paralon-agent stop Stop the background agent paralon-agent start Start the background agent paralon-agent uninstall Stop and remove background service paralon-agent version Show version paralon-agent help Show help
- The agent connects to ParalonCloud and reports your hardware specs
- When a model is assigned, it automatically downloads and serves it via Ollama
- Inference requests are routed to your machine and you earn points
- The agent auto-updates silently when a new version is available (checks every 5 minutes)
Logs are stored in ~/.paralon/paralon-agent.log and automatically rotated.
paralon-agent uninstall
This stops the agent and removes it from startup. To fully clean up:
rm -rf ~/.paralon