$9 Hardware Cost (ESP32)
55,000+ GitHub Stars (May 2026)
2.5% Real Pose Accuracy (PCK@20)
Disputed Community Verdict

01 What Is RuView?

RuView is a free, open-source project on GitHub, built by a developer using the handle ruvnet. The pitch is simple and dramatic: take a WiFi chip that costs less than a coffee, point it at a room, and it can tell you if someone is there, how they're breathing, whether their heart rate is climbing, and even roughly what shape their body is in — all without a single camera, microphone, or wearable device.

The project was originally called wifi-densepose, borrowing its name from Meta's DensePose computer-vision research, and was later rebranded to RuView. It exploded into the mainstream in early 2026, hitting the number-one spot on GitHub's trending page and picking up thousands of stars in a single day.

💡
The one-line version RuView reads the tiny distortions your body causes in WiFi signals and tries to turn those distortions into useful information — presence, motion, breathing, and pose — using a cheap sensor and a small AI model instead of a camera.

That idea is not science fiction. It's a real, decades-old field of research. What's contested is whether RuView's low-cost, consumer-grade version actually delivers on the more dramatic parts of that promise. We'll walk through both sides.

02 How WiFi Sensing Actually Works

Every WiFi router and device is constantly measuring the quality of its own connection. To do that, it looks at something called Channel State Information (CSI) — a technical readout of how a radio signal changed on its way from sender to receiver: which frequencies got weaker, which got delayed, which bounced off something on the way.

Normally this data is thrown away the instant it's used to keep your video call from freezing. The insight behind WiFi sensing is that a human body sitting in that radio path changes those measurements in small, somewhat predictable ways. Breathing causes a rhythmic pattern. Walking causes a bigger, faster disturbance. Standing still versus lying down causes different shapes in the data.

RuView captures that CSI data with an ESP32 chip, feeds it into a small trained AI model, and asks the model to guess what's happening in the room based on those patterns — the same basic idea as recognizing a voice from an audio waveform, just applied to radio waves instead of sound.

🔬
This part is genuinely real research Carnegie Mellon University published a paper called "DensePose From WiFi," showing that multiple WiFi routers and receivers, carefully arranged in a lab, could produce rough body-pose maps of people in a room. MIT ran a related project in 2018 called RF-Pose, using custom-built radio hardware to sense human movement through walls. RuView explicitly builds on this research lineage.

03 The Hardware: What You'd Actually Buy

Part of why RuView spread so fast is the price tag. The core sensor is an ESP32-S3 board — a tiny, widely available microcontroller that normally costs around $9. The project recommends using between one and six of these per room. Optionally, you can pair them with a small companion computer (a low-cost Raspberry Pi Zero-class board) that runs the AI model locally, so nothing needs to touch the internet or a cloud server.

Typical setup flow (simplified)
# 1. Flash the open-source firmware onto a $9 ESP32-S3 board
flash ruview-firmware.bin --port /dev/ttyUSB0

# 2. Run the local sensing server (no cloud required)
docker run --net=host ruvnet/wifi-densepose:latest --source esp32

# 3. The server exposes presence, motion, and (claimed) vital-sign
# data over your local network to apps like Home Assistant

Because it runs entirely on your own network, RuView is marketed as private by design — no subscription, no company servers, no app on anyone's phone. That local-first design is one of the least controversial and most genuinely appealing parts of the project.

04 What RuView Claims It Can Do

According to the project's own documentation, a single node can report on things like:

These outputs are designed to plug straight into smart-home systems like Home Assistant and Matter (the standard behind Apple Home, Google Home, Alexa, and SmartThings), so the sensor data can trigger automations — dimming lights when someone falls asleep, or alerting a family member if an elderly relative hasn't moved in longer than expected.

⚠️
An honesty feature worth noting A later version of the project added what it calls a "measured vs. claimed" guardrail — a built-in check that flags accuracy numbers that haven't been properly re-verified. This came directly out of the backlash below, after an earlier "100% presence detection" claim turned out to be measured on a single, cherry-picked recording and had to be retracted.

05 From Lab Research To Viral GitHub Repo: A Timeline

2018 — MIT's RF-Pose
MIT researchers demonstrate through-wall human sensing using purpose-built radio hardware, in a controlled lab environment — not consumer WiFi gear.
Carnegie Mellon — DensePose From WiFi
CMU researchers show that multiple aligned WiFi routers and receivers can map rough human body pose in a lab setting, giving RuView its name and its research citation.
27 February 2026 — RuView Goes Viral
RuView hits #1 on GitHub's trending page, gaining more than 4,500 stars in a single day as videos claiming to show through-wall body tracking spread across X and developer forums.
Early March 2026 — The Backlash Begins
Hacker News and Reddit users start digging into the codebase. Several developers say the repository looks more like an unfinished framework than a working detection system, and note that no independently verified demo video has ever been published.
3 March 2026 — Maintainer Responds
The project's creator defends RuView publicly, describing it as grounded in published physics, real firmware, and self-verifying proof bundles rather than fabricated results.
May 2026 — 55,000+ Stars, Still Disputed
The repository crosses 55,000 GitHub stars. The project's own documentation quietly discloses that unsupervised pose accuracy sits at roughly 2.5%, far below a usable level, while framing it as early-stage, honestly re-benchmarked research.

06 The Big Controversy: Real Tech or Elaborate Hype?

This is the part most articles about RuView skip past, and it's the most important part for anyone deciding whether to trust or try the project.

The case against RuView

Critics on Hacker News and Reddit's r/programming raised several concrete concerns after inspecting the source code:

The case for RuView

At the same time, it would be inaccurate to dismiss the whole project as fake:

🎯
Grey Shield's read Treat RuView as two separate claims bundled into one project. Claim one — "WiFi can detect presence and coarse motion" — is real and already commercialized elsewhere. Claim two — "a $9 chip can reconstruct human body pose through walls at usable accuracy" — is the part with no independently verified proof, and the project's own numbers currently don't support it.

07 The Honest Accuracy Numbers

To its credit, after the backlash, the project's documentation became noticeably more transparent about performance. Here's what's actually disclosed today versus what a system would need to be genuinely useful:

Metric RuView's Current Disclosed Number Status
Original "presence detection" claim "100%" — retracted Measured on a single-class recording; not valid
Re-benchmarked presence/motion accuracy ~82.3% (held-out test) Plausible for basic motion sensing
Full-body pose accuracy (no camera-supervised training) ~2.5% (PCK@20) Far below usable — roughly 1 in 40 points correct
Target pose accuracy with camera-supervised training 35%+ (goal, not yet reached) Not yet delivered as of latest reports

So the "is someone in the room and are they moving" feature has a real, reasonably credible accuracy number behind it. The "see a human skeleton through a wall" feature — the one that made RuView go viral in the first place — currently does not.

08 Smart Home Use Cases That Actually Make Sense Today

Stripped of the through-wall body-scanning hype, the realistic, near-term use cases for this kind of WiFi sensing look a lot like existing presence-detection products:

These are meaningfully less dramatic than "sees through walls," but they're also the parts of the claim closest to what the current, disclosed accuracy numbers can actually support.

09 Privacy And Legal Questions Nobody's Regulating Yet

Whether or not the body-pose claims hold up, the privacy conversation around WiFi sensing is worth taking seriously on its own. Cameras are governed by well-understood rules — you can usually tell where one is, and laws like GDPR and CCPA were written with visible recording devices in mind.

Passive WiFi sensing doesn't fit that model. A small chip doesn't need line of sight, doesn't look like a recording device, and can be tucked out of view entirely. That combination — invisible, deniable, and legally ambiguous — is the real long-term issue this whole category of technology raises, independent of whether any single project's marketing claims check out.

🔒
Practical takeaway If you deploy any WiFi-sensing device — RuView or otherwise — in a shared home, workplace, or rental property, disclose it the same way you would a camera. The technology being novel doesn't make surveillance without consent any more acceptable.

10 Should You Try RuView? Our Verdict

If you're a hobbyist who enjoys tinkering with cheap hardware and open-source AI, RuView is a genuinely interesting weekend project — just go in with the right expectations. Expect a working presence-and-motion sensor. Do not expect a working through-wall body scanner; the project's own numbers say it isn't there yet.

  1. For hobbyists: Fine to experiment with on a test network, away from anything sensitive, understanding it's early-stage research software.
  2. For smart-home automation: Reasonable for basic presence/motion triggers; don't rely on it for health monitoring or safety-critical fall detection yet.
  3. For businesses or care facilities: Wait for independently verified, peer-reviewed accuracy numbers before considering any real deployment.
  4. For anyone worried about being watched: The underlying WiFi CSI technique is real and will keep improving industry-wide, regardless of what happens to this specific project — it's worth understanding regardless of RuView's own fate.

11 Frequently Asked Questions

What is RuView?

RuView is an open-source GitHub project that claims to turn ordinary WiFi signals into a sensor for presence, motion, breathing, heart rate, and body pose, using a cheap ESP32 chip instead of a camera.

Can WiFi actually see through walls?

The underlying science is real — WiFi signals do change when a body moves through them, as shown by lab research at Carnegie Mellon and MIT. Whether a $9 consumer setup like RuView reproduces that at usable accuracy is disputed, and the project's own published numbers for full body pose are currently very low.

Is RuView a scam?

That's contested. Some developers called the code non-functional or unfinished after reviewing it; the maintainer has defended it as genuine, early-stage research. Basic WiFi motion sensing is real and already commercialized elsewhere; the more dramatic through-wall pose claims are what remain unverified.

Does RuView need a camera?

No — the entire premise is camera-free sensing using WiFi radio reflections and a small AI model.

12 References & Further Reading

Grey Shield Research Team · contact@greyshield.in · This piece will be updated as more independently verified information about RuView becomes available.