TX230

TX230 / winproc-tui

Public

Rust/Ratatui TUI for Windows 11 process investigation with live metrics, time-series graphs, A/B comparison, recording.

12
0
89% credibility
Found May 25, 2026 at 21 stars -- GitGems finds repos before they trend. Get early access to the next one.
Sign Up Free
AI Analysis
Rust
AI Summary

winproc-tui is a terminal-based tool for Windows 11 that helps developers monitor their applications in real-time, showing memory usage, GPU resources, handles, and I/O activity with live graphs, session recording, and playback capabilities.

How It Works

1
📥 You download the tool

You grab the prebuilt program from GitHub and save it to any folder on your computer.

2
💻 You open your terminal

You launch the program and instantly see a colorful screen showing all your running apps and their memory usage.

3
👀 You spot your app

Your application stands out in the list - you can see how much memory it's using, how many handles it has open, and whether it's using GPU resources.

4
You mark it to watch

You press Space to add your app to a special tracking list so you can focus only on it and see its history over time.

5
You want to understand it better
📈
Watch live graphs

You press 1-4 to display your app's memory and CPU usage as real-time charts right on screen.

🎬
Record for later

You press Ctrl+R to save a recording of your app's behavior that you can replay and study anytime.

You understand your app

You can now see exactly how much memory your app uses, spot any leaks, compare before and after changes, and share recordings with your team.

Sign up to see the full architecture

4 more

Sign Up Free

Star Growth

See how this repo grew from 21 to 12 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 winproc-tui?

winproc-tui is a terminal-based process investigation tool for Windows 11, built in Rust using the Ratatui framework. It gives you a real-time view of running processes with metrics like memory usage, handle counts, GPU utilization, and I/O throughput—all in a single screen. The killer feature is the ability to plot any metric in up to four time-series graphs, mark two points as A and B to see the exact difference between them, and record sessions to JSON logs for later playback.

Why is it gaining traction?

Unlike heavyweight tools like Process Explorer, winproc-tui launches instantly from the terminal and stays out of your way. The A/B comparison feature is genuinely useful for developers tracking down memory leaks or measuring the impact of a code change—you mark two moments in time and see exactly how much memory or CPU changed. The recording and playback system lets you capture hours of data and scrub through it later, which is invaluable for investigating incidents that happened overnight. The interface is keyboard-driven with sensible defaults, and it remembers your column preferences and tracked processes between sessions.

Who should use this?

Game developers debugging GPU memory leaks will appreciate the dedicated VRAM tracking. Backend engineers investigating handle leaks in long-running services will use the recording feature to capture sessions around an incident. Anyone doing performance regression testing can use A/B comparison to quantify exactly how much a refactor changed resource usage. It's specifically Windows 11 only—Linux and macOS users should look elsewhere.

Verdict

This is a focused, well-designed tool that answers a specific question efficiently: what is my process using, and how has that changed over time? The credibility score of 0.8999999761581421% reflects the project's early stage—only 12 stars and no community contributions yet. The code is clean and well-tested, but the small user base means you're relying on a single maintainer. Worth installing if you're on Windows 11 and need process investigation, but check the release binaries before building from source.

Sign up to read the full AI review Sign Up Free

Similar repos coming soon.