# Size Analyzer by Bitrise > Free tool to analyze iOS and Android app bundle sizes. Upload an IPA, APK, or AAB to get a full breakdown of frameworks, assets, resources, and executables with optimization recommendations. Size Analyzer is available as a web tool, a Bitrise CLI plugin, and a Bitrise CI step. ## Web Tool - [Dashboard](https://bitrise.io/size-analyzer): Browse pre-analyzed top apps or upload your own - [Guide](https://bitrise.io/size-analyzer/guide): How to use the tool via web, CLI, or CI ## CLI Plugin Install the Bitrise CLI and bundle inspector plugin to analyze builds locally: ``` brew install bitrise && bitrise setup bitrise plugin install https://github.com/bitrise-io/bitrise-plugins-bundle-inspector.git bitrise :bundle-inspector analyze /path/to/app.ipa ``` Output formats: text, json, markdown, html. ## CI Step Add `bundle-analyzer@1` to your Bitrise workflow. It auto-detects IPA/APK/AAB artifacts, posts analysis as GitHub PR comments, and can fail builds when size exceeds a threshold. - [Bitrise Step](https://github.com/bitrise-io/steps-bundle-analyzer): Bundle Analyzer step source - [CLI Plugin](https://github.com/bitrise-io/bitrise-plugins-bundle-inspector): Bundle Inspector plugin source ## MCP Server An MCP server is available for AI agents and coding assistants. It provides tools for searching apps, fetching quality scores, reading reviews with sentiment analysis, and comparing apps against category benchmarks. Install: `npx @bitrise-ft/mcp-server` Tools: search_apps, get_app_details, get_app_quality_score, get_app_reviews, get_benchmarks, get_category_apps, get_developer_apps, get_benchmark_history, get_app_history. - [MCP Server Source](https://github.com/bitrise-io/bitrise-freetool-monorepo/tree/master/apps/mcp-server): Source code and documentation ## API - [OpenAPI Spec](https://server-beta-eight-14.vercel.app/openapi.json): Full API specification for app quality benchmarks - [AI Plugin](https://server-beta-eight-14.vercel.app/ai-plugin.json): AI plugin manifest ## Analysis Capabilities The tool analyzes mobile app bundles and produces: - Size breakdown by category (frameworks, assets, resources, executables, libraries) - Size breakdown by file extension - File-level listing with search, sort, and duplicate detection - Optimization insights with estimated byte savings per issue - Treemap visualization of bundle contents - Support for iOS IPA, Android APK, and Android AAB formats ## Optional - [Sitemap](https://bitrise.io/size-analyzer/sitemap.xml): All indexed pages