# ota-analyzer **Repository Path**: mirrors_google/ota-analyzer ## Basic Information - **Project Name**: ota-analyzer - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-22 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # OTA Analyzer ## Introduction OTA Analyzer is a tool to inspect and visualize Android's OTA packages. It is entirely frontend based, all computation are done locally. Your OTA package isn't uploaded anywhere. ## Get Started Open https://android.github.io/analyseOTA/ to access. ## Develop This is a standard vue project. Install node and 1. `npm install` 2. `npm run serve` to start local dev server