Analyze size, speed, stability & hygiene of your Flutter, Android, iOS, and KMP projects. Get actionable insights in seconds.
100% Local Analysis
Your code never leaves your machine. All scans run locally in your CLI or CI.
50+ Automated Checks
Deep analysis covering assets, dependencies, config, structure, and platform-specific issues.
No Account Required
Install and scan instantly. Free tier works without sign-up or tokens.
Offline & CI-Friendly
Works without internet. No cloud calls, no API keys for core scanning.
Three steps to a healthier mobile codebase
Install the CLI globally from npm with a single command.
Point it at your project root. Auto-detects your stack and runs 40+ checks.
Review the HTML report with prioritized findings, quick wins, and actionable fixes.
Comprehensive analysis across four key health axes
Oversized assets, duplicate files, heavy fonts & Lottie animations
Dependency health, build configuration, optimization flags
Config drift, manifest anomalies, security issues, platform hardening
Sensitive files, generated code detection, project structure
Supported Stacks
40+ automated checks across all platforms
A real health report generated from a Flutter project
Start free, upgrade when you need more
Add automated health checks to every pull request
# .github/workflows/repo-doctor.yml
- uses: Autocrab/mobile-repo-doctor-action@v1
with:
scan-path: '.'
output: 'html,json'
fail-on: 'score-below-70'
PR Comments
Score posted as a PR comment on every push
Threshold Gates
Fail CI if health score drops below your target
Step Summary
Full report available in GitHub Actions summary