From cd7b91458036a27a4a3760cebbfcdcd27b1fd976 Mon Sep 17 00:00:00 2001 From: ruv Date: Tue, 3 Mar 2026 16:53:25 -0500 Subject: [PATCH] docs: add Fully Local feature to Key Features table Co-Authored-By: claude-flow --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 929775ae..f6e32f26 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,7 @@ Fast enough for real-time use, small enough for edge devices, simple enough for | ⚡ | **Real-Time** | Analyzes WiFi signals in under 100 microseconds per frame — fast enough for live monitoring | | 🦀 | **810x Faster** | Complete Rust rewrite: 54,000 frames/sec pipeline, 132 MB Docker image, 1,031+ tests | | 🐳 | **One-Command Setup** | `docker pull ruvnet/wifi-densepose:latest` — live sensing in 30 seconds, no toolchain needed | +| 📡 | **Fully Local** | Runs completely on a $9 ESP32 — no internet connection, no cloud account, no recurring fees. Detects presence, vital signs, and falls on-device with instant response | | 📦 | **Portable Models** | Trained models package into a single `.rvf` file — runs on edge, cloud, or browser (WASM) | ---