Shoofly Advanced — Setup Guide

Installation, CLI reference, and troubleshooting for Advanced tier runtime security.

What's Installed

Shoofly Advanced includes the following components:

Installation

You received a personal install command in your welcome email. Run it in your terminal:

SHOOFLY_TOKEN=your_token bash <(curl -fsSL https://shoofly.dev/install-advanced.sh)

Your install token is one-time use. Do not share it.

Wizard Setup

During installation you'll be guided through initial configuration:

  1. Notification channel — OpenClaw gateway, Telegram, macOS Desktop, or skip
  2. Agent name — a label for this machine in alerts and logs
  3. Auto-start on login — optionally launch the daemon at login

CLI Reference

shoofly-status Show daemon status and tier
shoofly-health Run a health check
shoofly-log View recent agent activity
shoofly-check Run a threat scan
shoofly-block-log View blocked events Advanced only
shoofly-policy-lint Validate your policy file
shoofly-notify Send a test notification

Troubleshooting

Daemon not running

Run shoofly-health for diagnostics. It will report what's misconfigured and suggest fixes.

Need a new install link

Contact support — we'll issue a fresh token for your account.

Uninstall

To uninstall: curl -fsSL https://shoofly.dev/uninstall.sh | bash