MacOS Installation Guide

I have created an installation guide for macOS that I hope will solve your installation issues. I attempted to explain the process reasonably well so that you can successfully troubleshoot any installation issues. I recommend you carefully follow the steps before attempting any variations.

I wish you well.

https://slo-sleuth.github.io/tools/InstallingAutopsyOnMacOS.html

1 Like

John, many thanks for putting this together ā€¦ I finally got Autopsy working on my Mac after years of issues! Rgds, James

Hi John
here same after years of pain and trouble now it runs nice.
not all is working like vmdk or timeline but most others is running.
many many thanks for spending so much time for that installation Guide.

best
Andre

Hi @xeen3d,

If you compile libvmdk from source (https://github.com/libyal/libvmdk) before you compile sleuthkit, you should have VMDK support. Timeline is known not to work (see the autopsy GitHub site).

thank you for sharing this information with us

Hi, Iā€™m not sure if there has been an update or something, but there is one part of your installation guide that does not work. After carefully going through the launch script, I realized what the problem is.

Replace all instances of $JAVA_HOME with $jdkhome .

Or, what I found easier, just insert

jdkhome="$JAVA_HOME" in line 83 or earlier.

Perhaps this works: Installing Autopsy on macOS Big Sur

I was wondering if you have been able to make Autopsy work on the ARM architecture for MacOS Sonoma. I tried following the steps from your guide with some differences to make up for the changes (like to Java 17) but have been overall unsuccessful. Have you been able or are you aware if its possible to get Autopsy working in the new macs?