ClawGuard

ClawGuard

Stop malicious skills before they bite.

232KB system monitor that watches CPU, memory, disk, network, and open ports 24/7 — with trend analysis, proactive alerts, and skill-level attribution that traces threats back to their source.

New ClawGuard is now 100% free & open source
232
KB Binary
<1%
CPU Usage
<5MB
RAM Usage
0
Dependencies
Port intrusion detection active — new listeners caught in real-time
Readonly mode — monitor-only by default
Localhost only — binds to 127.0.0.1
No telemetry — zero outbound network
Auth required — for any remote access
Rate-limited API — abuse prevention built in
Signed releases — minisign + SHA-256

Quick Start

# Install ClawGuard. You're welcome. 🦞
$ git clone https://github.com/aeon0199/ClawGuard.git && cd ClawGuard && make
$ ./clawguard

macOS & Linux // Dashboard at localhost:7677

What It Does

FAQ

Is this really free?
Yes. Fully open source, MIT licensed. Full C++ daemon — port monitoring, skill attribution, dashboard, alerts — everything. No paid tier.
Do I need OpenClaw?
No. ClawGuard runs standalone. OpenClaw integration is a bonus.
Will it slow down my machine?
Under 1% CPU, under 5MB RAM, 232KB binary. Built to be invisible.
What data does it send?
Nothing. Local-only. Binds to localhost. Zero telemetry. Zero outbound connections.
What platforms?
macOS (Apple Silicon + Intel) and Linux (x86_64 + ARM64).
📖 Documentation Learn the ropes ⚙️ GitHub View the source