VishnuSrivatsava

A high-performance Android storage analyzer that bypasses MTP using a native C++ daemon, a Rust TCP bridge, and a React Treemap UI.

18
1
89% credibility
Found May 22, 2026 at 18 stars -- GitGems finds repos before they trend. Get early access to the next one.
Sign Up Free
AI Analysis
TypeScript
AI Summary

SocketSweep is a desktop application that helps Android users manage their phone's files much faster than traditional USB connections. You plug in your phone, and the app creates a direct connection to scan and organize your files instantly. It displays everything in a visual map so you can see at a glance where your storage space is going, and lets you delete files or folders with a single click. The whole experience is designed to be quick and painless compared to the slow, clunky method of browsing files over USB.

How It Works

1
πŸ“± You have a phone full of files

You've been putting off organizing your Android phone because browsing files over USB cable is painfully slow.

2
πŸ’» You download SocketSweep

You find this app that promises to scan your phone's files at lightning speed, bypassing the slow USB method entirely.

3
πŸ”Œ You plug in your phone

You connect your Android phone to your computer with a USB cable and turn on developer debugging mode.

4
⚑ You click connect and watch it work

The app automatically sets up a fast connection to your phone and starts scanning your files in seconds.

5
πŸ—ΊοΈ You explore your files visually

A colorful map shows you exactly where all your storage space is going, with folders and files sized by importance.

6
You find what you need
πŸ”
Browse and explore

Click through folders to see exactly what's taking up space on your phone.

πŸ—‘οΈ
Delete files you don't need

Select any file or folder and remove it with one click, freeing up space instantly.

✨ Your phone is organized

In minutes, you've found and removed the clutter that was filling up your phone, without the usual frustration.

Sign up to see the full architecture

5 more

Sign Up Free

Star Growth

See how this repo grew from 18 to 18 stars Sign Up Free
Repurpose This Repo

Repurpose is a Pro feature

Generate ready-to-use prompts for X threads, LinkedIn posts, blog posts, YouTube scripts, and more -- with full repo context baked in.

Unlock Repurpose
AI-Generated Review

What is SocketSweep?

SocketSweep is a desktop application that lets you analyze and manage files on your Android device without the painfully slow USB MTP protocol. Instead of waiting minutes for your computer to enumerate files over MTP, SocketSweep pushes a native C++ daemon directly onto your Android device via ADB, creating a local TCP tunnel for near-instantaneous filesystem traversal. The frontend is built with React and renders an interactive treemap visualization so you can quickly spot large folders and files consuming your storage.

Why is it gaining traction?

The core hook is the anti-MTP positioning. Anyone who has tried to free up space on their Android phone through a file manager knows the agony of watching a progress bar crawl while MTP chokes on thousands of files. SocketSweep sidesteps this entirely by running fast POSIX calls directly on the device, then streaming JSON back to the desktop UI. The architecture is also interesting: a three-layer stack with React on top, Rust handling orchestration in the middle, and C++ doing the heavy lifting on the device itself.

Who should use this?

Power users who frequently manage Android storage from their desktop, developers debugging storage bloat on their own devices, and anyone tired of waiting for MTP to enumerate a cluttered sdcard. It requires USB debugging enabled and currently only has a macOS binary released, with Windows and Linux builds marked as coming soon. You will need Android NDK set up to rebuild the C++ daemon from scratch.

Verdict

The architecture is solid and the problem it solves is real, but at 18 stars with only a macOS release and no test suite visible, this is early-stage software. The 0.9% credibility score signals a project still finding its audience. Worth watching if you live in the Android power-user space, but not ready for non-technical users or teams needing stable releases across platforms.

Sign up to read the full AI review Sign Up Free

Similar repos coming soon.