back to home

JakeWharton / diffuse

Diffuse is a tool for diffing APKs, AABs, AARs, and JARs

2,168 stars
118 forks
19 issues
Kotlin

AI Architecture Analysis

This repository is indexed by RepoMind. By analyzing JakeWharton/diffuse in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.

Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.

Source files are only loaded when you start an analysis to optimize performance.

Embed this Badge

Showcase RepoMind's analysis directly in your repository's README.

[![Analyzed by RepoMind](https://img.shields.io/badge/Analyzed%20by-RepoMind-4F46E5?style=for-the-badge)](https://repomind.in/repo/JakeWharton/diffuse)
Preview:Analyzed by RepoMind

Repository Overview (README excerpt)

Crawler view

Diffuse Diffuse is a tool for diffing APKs, AABs, AARs, and JARs in a way that aims to provide both a high-level view of what changes along with important detailed output. It is meant to be used on small changes, such as those that occur in a single PR or git SHA. Here is an example of updating the Dagger library in the SDK Search app: Usage has multiple subcommands. The primary one is which takes two binaries and displays a summary and detailed listing of changes between them. For a single binary, the subcommand will show a summary table of the binary contents. Finally, the subcommand lists the methods, fields, or both of a binary. This mimics the behavior of , the tool from which Diffuse is derived. See more information about the subcommands and their options/arguments by running with . Install **Mac OS** **Other** Download ZIP from latest release. More info Presentations • Diffusing Change in Your APK – Droidcon Toronto Blog posts • Calculating the true impact of zip file entries License Copyright 2015 Jake Wharton Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.