Rudra Dave

droidperf - AI that reads your Gradle build log and fixes it

by
droidperf 2.0 adds AI-powered build analysis on top of the existing rule-based auditor. Point it at your Gradle build log and it finds bottlenecks, explains why they're slow, and applies fixes directly to gradle.properties with a backup and dry-run preview before touching anything. New in 2.0: - npx droidperf analyze — AI reads your actual build output - --apply — writes fixes automatically - --dry-run — preview before committing Works on any gradle projects. One command. No config needed.

Add a comment

Replies

Best
Rudra Dave
Maker
📌
Maintainer here. Built this after spending too long manually tuning Gradle configs across projects. v1 was rule-based, v2 adds an LLM layer that reads your actual build log and explains what's slow and why. Would love feedback from anyone running large multi-module builds.