Autopsy® is the premier end-to-end open source digital forensics platform. Built by Sleuth Kit Labs with the core features you expect in commercial forensic tools, Autopsy is a fast, thorough, and efficient hard drive investigation solution that evolves with your needs. — Extracted from Autopsy Website
Configuring Autopsy on GNU/Linux can sometimes be complex due to Java dependencies, Sleuthkit versions, and environment variables.
This project aims to simplify the process for the community by providing:
- A ready-to-use AppImage: Just download and run.
- A Build Script: A transparent way to generate your own AppImage on Debian-based systems.
- Go to the Releases page.
- Download the latest
.AppImagefile. - Give it execution permission:
chmod +x Autopsy-x86_64.AppImage
- Run it:
./Autopsy-x86_64.AppImage
If you prefer to build the AppImage yourself on a Debian-based system (like Ubuntu or Debian Trixie), use the provided script:
git clone https://github.com/jeiks/Autopsy-AppImage.git
cd Autopsy-AppImage/
chmod +x build_appimage.sh
./build_appimage.sh- FUSE: Needed to run AppImages on most modern distributions (e.g.,
sudo apt install fuse3on newer Ubuntu/Debian).
No Warranties. This is an unofficial community effort. This software is provided "as is", without warranty of any kind, express or implied. Use it at your own risk, especially in professional forensic environments.
Contributions are welcome! If you find a bug or have an improvement for the build script, feel free to:
- Open an Issue.
- Submit a Pull Request.
Jacson Rodrigues Correia-Silva (jeiks)
Computer Forensics & AI Researcher
Developed with focus on education and digital forensics accessibility.