Software Mirrors
ProductsBlogs
ALEAPP v2026.4.0

ALEAPP v2026.4.0

ALEAPP review covering Android forensic analysis, artifact parsing, disk image support, E01 and backup analysis, performance, compatibility, installation, pros and cons.
(4.5)

Developer

LEAPPs

Category

Utilities

Operating System

Windows / macOS / Linux

Date Published

Mon Sep 14 2026

Review ALEAPP v2026.4.0

ALEAPP, short for Android Logs, Events, and Protobuf Parser, is an open source digital forensics tool for analyzing Android full system extractions. It parses Android artifacts and converts the results into structured forensic reports, making it easier to investigate application activity, system events, usage data, and other information stored on an Android device.

The project is aimed primarily at digital forensic investigators and DFIR professionals. It provides both command line and graphical interfaces and supports several types of forensic input, including extracted file systems, archives, and raw disk images.

Features

ALEAPP provides a modular artifact parsing system designed specifically for Android forensic analysis.

Key features include:

The plugin architecture is one of ALEAPP's strongest features. Artifact modules are loaded dynamically and define the files they process, their category, requirements, notes, and processing function. This makes the project extensible as new Android artifacts are discovered.

Download ALEAPP v2026.4.0 - Software Mirrors

ALEAPP v2026.4.0 for Windows

aleappGUI-v2026.4.0-Windows_x86_64.zip | 49.8 MB

aleappGUI-v2026.4.0-Windows_arm64.zip | 42.85 MB

aleapp-v2026.4.0-Windows_x86_64.zip | 46.49 MB

aleapp-v2026.4.0-Windows_arm64.zip | 39.77 MB

ALEAPP v2026.4.0 for macOS

aleappGUI-v2026.4.0-macOS_Mac_Intel.dmg | 40.54 MB

aleappGUI-v2026.4.0-macOS_Apple_Silicon.dmg | 38.84 MB

aleapp-v2026.4.0-macOS_Mac_Intel.zip | 41.28 MB

aleapp-v2026.4.0-macOS_Apple_Silicon.zip | 39.22 MB

ALEAPP v2026.4.0 for Linux

aleappGUI-v2026.4.0-Linux_x86_64.AppImage | 64.8 MB

aleappGUI-v2026.4.0-Linux_arm64.AppImage | 64.06 MB

aleapp-v2026.4.0-Linux_x86_64.AppImage | 60.81 MB

aleapp-v2026.4.0-Linux_arm64.AppImage | 60.1 MB

ALEAPP v2026.4.0 Source Code

ALEAPP v2026.4.0 Source code (zip)

ALEAPP v2026.4.0 Source code (tar.gz)

ALEAPP v2026.4.0 Release Notes:

ALEAPP v2026.4.0

  • Forensic input expansion: raw disk images and E01 acquisitions now readable directly via a new -t raw flag, with qnxprobe re-vendored to add F2FS filesystem support and fix a NAT copy-selection bug.

  • GUI responsiveness fix: artifact crunching now runs on a worker thread so the interface no longer freezes during processing, with a follow-up fix resetting stdout and guarding the close button.

  • New app coverage: full Blink camera/doorbell support (app data, network information, remaining populated tables), plus Avast Cleanup, Kwai, YouCam Perfect, and expanded MEGA cloud storage (node cache and media caches) for Android.

  • Multi-file and multi-user reporting fixes: artifacts now list every source file read instead of just the last one (gass.db, TikTok IM stores), every distinct external.db read in emulatedSmeta, Samsung media provider rows tagged with their originating database, and GalleryVault account profiles correctly paired per container.

New Contributors

  • @frahmco made their first contribution in #1196

Full Changelog: v2026.3.3...v2026.4.0

ALEAPP is a useful tool for investigators who need to extract meaningful information from Android forensic images without manually examining thousands of individual files.

Its main strength is automation. Android applications and the operating system generate large amounts of databases, XML files, logs, Protobuf data, and other artifacts. ALEAPP identifies supported artifacts and processes them into structured reports, reducing the amount of repetitive manual analysis required.

The modular design also makes ALEAPP practical for an evolving Android ecosystem. New artifact parsers can be added as plugins, and existing modules can be updated independently. This is particularly important for Android forensics because application storage formats and operating system artifacts change frequently.

Raw image support is another useful capability. ALEAPP can process supported .img, .dd, .bin, and split image files as well as EnCase E01 acquisitions directly. The tool does not require the image to be mounted, and it reads only the files requested by the artifact modules.

The GUI makes the software easier to approach for investigators who prefer not to work entirely from a terminal. At the same time, the CLI makes it possible to integrate ALEAPP into repeatable forensic workflows and scripts.

The main limitation is that ALEAPP is an artifact parser rather than a complete digital forensics platform. It does not replace dedicated acquisition, evidence management, case management, or advanced forensic analysis software.

It also requires investigators to understand Android artifacts and forensic methodology. A parsed artifact is not automatically proof of an event, and results need to be interpreted within the context of the device, extraction method, application, and available evidence.

For Android artifact triage, however, ALEAPP offers a strong combination of automation, extensibility, and broad forensic coverage.

Performance and Compatibility

ALEAPP supports several input formats, including extracted file systems, ZIP, TAR, GZIP, raw disk images, and E01 acquisitions.

Performance depends heavily on the size of the extraction, number of artifacts being processed, storage speed, and the selected artifact modules. Large Android extractions can contain substantial amounts of application and system data, so processing time can vary considerably.

The ability to select artifact categories and use custom profiles can help reduce unnecessary processing when an investigation is focused on particular evidence.

ALEAPP runs on Windows, macOS, and Linux when installed from source, with PyInstaller configurations provided for creating standalone executables on all three platforms.

System Requirements

ALEAPP currently requires:

The project provides PyInstaller specifications for creating standalone versions for Windows, macOS, and Linux, allowing ALEAPP to run without a separate Python installation after compilation.

On Linux, Tkinter can be installed separately through the operating system's package manager.

Pros and Cons

Pros

Cons

How to Install

The simplest approach for investigators is to use a compiled version of ALEAPP if one is available for the target operating system.

For a source installation, install Python 3.10 or newer and clone the ALEAPP repository. Install the required Python dependencies with:

pip3 install -r requirements.txt

Linux users who want to use the graphical interface also need Tkinter. On Debian and Ubuntu-based systems, it can be installed with:

sudo apt-get install python3-tk

ALEAPP can then be started through the command line with the appropriate input type and output directory, or the graphical interface can be launched with aleappGUI.py.

For users who need a standalone executable, the project includes PyInstaller specifications for Windows, macOS, and Linux.

Frequently Asked Questions

What is ALEAPP?

ALEAPP is an open source forensic parser for analyzing Android logs, events, Protobuf data, application artifacts, and other information contained in Android full system extractions.

What does ALEAPP stand for?

ALEAPP stands for Android Logs, Events, and Protobuf Parser.

What operating systems does ALEAPP support?

ALEAPP can be used on Windows, macOS, and Linux. The repository includes PyInstaller configurations for building standalone versions for all three platforms.

Does ALEAPP have a graphical interface?

Yes. ALEAPP provides both a GUI and command line interface.

Can ALEAPP analyze Android disk images?

Yes. ALEAPP supports raw disk images including IMG, DD, BIN, and split image files, as well as EnCase E01 acquisitions.

Does ALEAPP need to mount a disk image?

No. Its raw image functionality can search supported file systems directly without mounting the image or requiring administrator rights.

Can ALEAPP analyze ZIP and TAR files?

Yes. ZIP, TAR, and GZIP inputs are supported.

Can ALEAPP create timelines?

Yes. Artifact modules can submit records to ALEAPP's timeline output in addition to HTML and TSV reports.

Can ALEAPP be extended?

Yes. ALEAPP uses dynamically loaded artifact plugins. Developers can add new Python modules to the artifact system to support additional Android data sources.

Is ALEAPP a complete forensic suite?

No. ALEAPP specializes in Android artifact parsing and triage. It is better viewed as one component of a broader digital forensics workflow.

Comments on ALEAPP v2026.4.0