No cloud, no leaks, no days off — keep your system secure locally in real-time. Hi HN!
I’m excited to share *GuardWave v1*, a *local-first security CLI* developed by BlueRing Security (motto: NO DAYS OFF!).
GuardWave lets you:
- Monitor and log suspicious events in real-time - Classify incidents and export reports to PDF - Run entirely offline with zero dependency on cloud services - Use an intuitive dashboard for quick investigation
We built it with *privacy, safety, and speed in mind*. All data stays on your machine — your logs, events, and exports never leave your environment.
---
### Features
- *Local-First:* No cloud. All logs stay on your system - *Real-Time Logging:* Track events as they happen - *PDF Export & Reports:* Generate professional incident reports - *Extensible Python CLI:* Integrate into your workflows easily - *Simple Install:* `./install.sh` and virtualenv handles dependencies
---
### Quickstart
```bash # Clone the repo git clone https://github.com/bee933769/GuardWave.git cd GuardWave
# Setup virtual environment python3 -m venv venv source venv/bin/activate
# Install dependencies pip install --upgrade pip pip install fpdf2 pillow fonttools defusedxml
# Run GuardWave ./bin/run.sh Why we built it
Many security tools rely heavily on cloud services, exposing sensitive logs and data. GuardWave is entirely local, giving you full control over your environment.
Whether you’re a sysadmin, security researcher, or just a privacy-conscious developer, GuardWave helps you monitor your system safely and efficiently.
⸻
Links • GitHub: https://github.com/bee933769/GuardWave • Documentation & Security Policy included in repo
⸻
I’d love feedback from the HN community — ideas, improvements, or bug reports are welcome!
BlueRing Security — NO DAYS OFF!