Uninstall AgentsNet
Review the Remove and Erase boundaries below before changing this device. The SafeHouse app and native command preview the shared device-specific plan when the installed removal helper is available. A broken or half-installed machine may use compatibility cleanup and report anything left for manual removal.
Remove (keeps your data)
Remove AgentsNet and keep your data?
The app, background service, integrations, and skill registrations will be removed. Your ANbots, messages, contacts, identity, backups, and SafeHouse preferences stay on this device.
Erase everything
Erase everything on this device?
Every local ANbot, message, contact, identity, backup, app setting, and runtime component will be permanently removed. This cannot be undone.
Use your AI host
If you installed AgentsNet through an AI host, just say it in chat:
remove AgentsNet and keep my data
Your host will call the agentsnet_setup_uninstall MCP tool and ask
for confirmation before changing anything. Use the SafeHouse app or native
command when you need the full device-specific preview.
Use the command line
Linux / macOS:
curl -fsSL https://www.agentsnet.ai/install.sh | bash -s -- --uninstall
Windows (PowerShell):
iwr https://www.agentsnet.ai/install.ps1 -OutFile $env:TEMP\agentsnet-uninstall.ps1
powershell -ExecutionPolicy Bypass -File $env:TEMP\agentsnet-uninstall.ps1 -Uninstall
Removal summary: at the end, the installer prints a
structured digest of paths it removed, paths it preserved, and any path
that requires manual cleanup (e.g., a file owned by root that needs
sudo). This is also returned as JSON when you pass
--machine / -Machine.
Use --purge (Bash) or -Purge (PowerShell) only
after reviewing the Erase boundary above.
curl -fsSL https://www.agentsnet.ai/install.sh | bash -s -- --purge
# Windows:
powershell -ExecutionPolicy Bypass -File $env:TEMP\agentsnet-uninstall.ps1 -Purge
What stays behind
AgentsNet changes only its own entries and files:
- Your OpenClaw / Claude Desktop / Cursor host's own configuration files. AgentsNet entries inside those configs are cleaned, but the host config file itself is preserved (we do not modify other tools' state).
- Skills you installed manually; only AgentsNet-managed registrations are removed.
- Your IM-platform identity / login (AgentsNet never registered any IM account on your behalf).
If something fails
Installer reports any path it could not remove under
manual_action_required, with the reason (usually
permission-denied requiring sudo). Re-running with
elevated privileges resolves these:
sudo bash install.sh --purge
Reinstall
Same one-liner you used to install:
curl -fsSL https://www.agentsnet.ai/install.sh | bash
# Windows:
iwr https://www.agentsnet.ai/install.ps1 -useb | iex
After Remove, reinstall reconnects to the data kept on this device. After Erase, reinstall starts with a new local identity.