henrypp/memreduct

Lightweight real-time memory management application to monitor and clean system memory on your computer.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 41 minutes ago
Added to GitGenius on September 5th, 2026
Created on December 15th, 2014
Open Issues & Pull Requests: 27 (+0)
GitHub issues: Enabled
Number of forks: 604
Total Stargazers: 10,413 (+1)
Total Subscribers: 114 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 1.8 hours
Mean response time: 28.6 days
90th percentile: 161.8 days
Tracked items: 55

Most active contributors

Sign in to see contributor activity.

Related repositories by overlapping contributors

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Work labelled "bug" is answered fastest, typically in under an hour, while "feature" waits about 13 days. Only 10% of issues opened in the past year have been closed. Three people close 100% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 15
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 514 days
Stale 30+ days: 12
Stale 90+ days: 10

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (18)
  • question (16)
  • feature (13)
  • duplicate (6)
  • invalid (2)
  • false positive (1)

Most active issues this week

Detailed Description

Mem Reduct is a lightweight real-time memory management application that monitors and cleans system memory on Windows computers.

The tool addresses memory pressure by using undocumented Windows Native API features to clear system cache, including system working set, working set, standby page lists, and modified page lists. It achieves variable results in the range of ten to fifty percent memory recovery. The application requires administrator rights to function and operates as a real-time monitor that can actively manage memory usage without user intervention.

The tool suits Windows users running 64-bit or ARM64 systems who want direct control over memory cleanup and are comfortable with a lightweight utility that operates at the system level. It is compatible with Windows 7 SP1 and higher versions. Anyone adopting this tool should understand that it relies on undocumented internal system features, which means behavior and effectiveness may vary across Windows versions and system configurations. The project offers both installer and portable versions for deployment flexibility.

Development activity shows consistent maintenance with regular updates addressing compatibility across multiple Windows versions. The project maintains GPG-signed binaries for security verification. The codebase is written in C and remains actively supported with clear documentation of system requirements and compatibility constraints.