rudradave1

CLI tool to audit and auto-fix Android Gradle performance issues. It detects bottlenecks, suggests optimizations, and supports CI workflows for Android/KMP + Flutter projects.

13
1
100% credibility
Found Apr 16, 2026 at 11 stars -- GitGems finds repos before they trend. Get early access to the next one.
Sign Up Free
AI Analysis
JavaScript
AI Summary

Droidperf audits Android projects for common build performance issues and applies safe, reversible fixes to speed up compilation times.

How It Works

1
🕵️ Discover droidperf

You learn about a helpful tool that spots and fixes slowdowns in Android app building.

2
📂 Point to your project

Select the folder containing your Android app project to get started.

3
🔍 See the slowdown report

Get a friendly summary of issues wasting your time, like extra minutes per build and daily total.

4
👀 Preview the changes

Safely review exactly what tweaks it plans to make, without touching your files.

5
🔧 Make the fixes

Apply the safe improvements, with automatic backups so you can easily undo if needed.

🚀 Builds are faster

Your app now builds quicker every time, saving you precious minutes throughout the day.

Sign up to see the full architecture

4 more

Sign Up Free

Star Growth

See how this repo grew from 11 to 13 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 droidperf?

Droidperf is a JavaScript CLI tool that audits Android Gradle projects for performance bottlenecks and auto-fixes them safely. Point it at your Android, KMP, or Flutter repo root—it detects issues like disabled configuration cache or low JVM heap in gradle.properties, estimates time waste, and suggests high-impact tweaks. Install via npx for instant use on cli tools linux, mac, ubuntu, or windows setups.

Why is it gaining traction?

It stands out with conservative edits only to gradle.properties, full-file diffs in dry-run mode, and timestamped backups for easy rollback—zero risk of breaking builds. CI-friendly JSON output slots right into cli github actions workflows, while optional build-time measurement shows real savings before/after. Devs love the one-command `npx droidperf fix --dry-run` for previewing changes without touching code.

Who should use this?

Android and KMP developers with slow clean builds or daily Gradle pain. Flutter teams auditing the android/ subproject. CI maintainers adding perf checks via cli github actions on linux servers or local machines—perfect for cli tools github repos needing quick wins.

Verdict

Grab it for a fast audit if your Android builds drag; 10 stars and 1.0% credibility score signal early days, but solid README and CI badges make it low-risk to try via npx. Maturity lags, so test in a clone first before production pipelines.

(178 words)

Sign up to read the full AI review Sign Up Free

Similar repos coming soon.