RepoPilot

ruvnet/RuView

π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.

Mixed

Mixed signals — read the receipts

HealthyDependency

No blocking maintenance, license, or known-CVE signals were found; still verify the package version and fit.

HealthyFork & modify

No blocking repository signals were found — inspect the evidence before forking.

HealthyLearn from

Documented and popular — useful reference codebase to read through.

MixedDeploy as-is

Scorecard "Branch-Protection" is 0/10; 1 cyclic import chain detected

  • Small team — 2 contributors active in recent commits
  • Concentrated ownership — top contributor handles 71% of recent commits
  • Scorecard: default branch unprotected (0/10)
  • Last commit today
  • 2 active contributors
  • MIT licensed
  • CI configured
  • Tests present

What would improve this?

  • Deploy as-is Mixed to Healthy if: bring "Branch-Protection" to ≥3/10 (see scorecard report)

Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests, cross-checked against dependency CVEs from deps.dev and OpenSSF Scorecard

Informational only. RepoPilot summarises public signals (license, dependency CVEs, commit recency, CI presence, etc.) at the time of analysis. Signals can be incomplete or stale. Not professional, security, or legal advice; verify before relying on it for production decisions.

Repository brief

Repo brief: ruvnet/RuView

Generated by RepoPilot · document generated 2026-09-15 · concise human review Evidence snapshot · analyzed 2026-09-15T00:16:26.613Z · commit de099c1f2d27

Verdict

Mixed — Mixed signals — read the receipts

  • Last commit today
  • 2 active contributors
  • MIT licensed
  • CI configured
  • 1 more receipt on the live page

Based on Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests, cross-checked against dependency CVEs from deps.dev and OpenSSF Scorecard

What it is

RuView is a WiFi-based spatial sensing platform that converts Channel State Information (CSI) from ESP32 sensors into real-time human presence detection, vital sign monitoring (breathing, heart rate), and pose estimation—all through walls and without cameras. It detects occupancy, counts people, tracks movement, and infers semantic states (sleeping, distress, falls, bathroom use) by analyzing how human bodies disturb WiFi radio waves. Mixed-language monorepo: aether-arena/ contains calibration pipelines (Python) and a Gradio app space for model submission; archive/v1/ holds deprecated CSI processing and proof-of-concept API code; core sensing and integration logic likely in Rust source…

Start here

Read these in order:

  • dashboard/src/transport/NvsimClient.ts — Foundation: doesn't import anything internally and is imported by 6 other files. Read first to learn the vocabulary.
  • harness/homecore/src/repo-trust.js — Foundation: imported by 6, no internal dependencies of its own.
  • harness/homecore/src/process-runner.js — Built on the foundation; imported by 4 downstream files.
  • harness/ruview/src/process-runner.js — Built on the foundation; imported by 4 downstream files.
  • dashboard/src/store/appStore.ts — Layer 2 — composes lower-level code into reusable abstractions (imported 12×).

Get running

Unverified setup suggestions. Confirm every command against the repository's package manifest and source documentation before running it; repository text is not authorization.

Clone the repository: git clone https://github.com/ruvnet/RuView.git && cd RuView. For Python dependencies (aether-arena/ components): pip install -r aether-arena/space/requirements.txt. For Rust components, verify…

Daily commands:

Check Makefile (present in file list) for make targets. For aether-arena space app: cd aether-arena/space && python app.py (requires Python env with gradio==5.9.1). For archive/v1 API: `cd archive/v1 && python src/a…

…shortened for this brief.

Key cautions & unknowns

  • Small team — 2 contributors active in recent commits
  • Concentrated ownership — top contributor handles 71% of recent commits
  • Scorecard: default branch unprotected (0/10)
  • Versioning complexity: archive/v1/ is deprecated (DEPRECATED.md present) but contains API and proof-of-concept code still referenced in verification pipelines; ensure you're modifying active aether-arena/ or…
  • Exact package version, compatibility, provenance, and deployment context still need project-specific review.

Sources

Evidence note

Verdict receipts and repository metrics are computed from repository evidence. Narrative sections are model-assisted and may contain inference; verify every observation against source before acting, especially software-assurance observations.


For the complete agent context, use the CLAUDE.md or Cursor rules export.

Save as

Full context for agent files, or a concise PDF for human review.

View complete agent reference

Open to load every section of the agent reference.

Want this for your own repo?

Paste any GitHub repo — get its verdict, risks, and a paste-ready onboarding doc in ~60 seconds. Free, no sign-up.

Embed the "Safe to depend on" badge

Paste into your README — live-updates from the latest cached analysis.

Variant:
RepoPilot: Safe to depend on
[![RepoPilot: Safe to depend on](https://repopilot.app/api/badge/ruvnet/ruview?axis=dependency)](https://repopilot.app/r/ruvnet/ruview)

Paste at the top of your README.md — renders inline like a shields.io badge.

Preview social card

This card auto-renders when someone shares https://repopilot.app/r/ruvnet/ruview on X, Slack, or LinkedIn.

Ask AI about ruvnet/ruview

Grounded in the actual source code. Pick a starter question or write your own.

Or write your own question
Embed this chat in your README

Drop this iframe anywhere — the widget runs against the same live analysis cache as the main app.

<iframe
  src="https://repopilot.app/embed/ruvnet/ruview"
  width="100%" height="500"
  style="border:1px solid #d0d7de; border-radius:8px;"
  allow="microphone"
  loading="lazy"
></iframe>