Autopsy Dark Mode: A NetBeans module to enable dark theme support in the Autopsy digital forensics platform using FlatLaf for reduced eye strain during long analysis sessions.
- π Overview
- β¨ Features
- π Requirements & Dependencies
- π₯ Installation Guide
- π Usage
- π§ Technical Details
- π€ Why This Name?
- β Development Time
- π Why I Created This
- π Credits
- π€ Contributing
- π Contact
- π License
Autopsy Dark Mode is a lightweight NetBeans module designed to integrate a dark theme into Autopsy, the open-source digital forensics platform built on The Sleuth Kit. It leverages the FlatLaf library to apply a modern, eye-friendly dark UI across Autopsy's interface, making prolonged forensic investigations more comfortable without altering core functionality.
Key Capabilities:
- Seamless dark theme activation via Autopsy's module system.
- Automatic UI component restyling for reduced glare and blue light exposure.
- Compatibility with Autopsy 4.22+ for stable performance in case analysis workflows.
- Simple installation as a plugin, with build support for custom modifications.
This module addresses the lack of native dark mode in Autopsy, providing an essential quality-of-life improvement for users in low-light environments or those sensitive to bright screens.
- FlatLaf-Based Styling: Applies a professional dark look-and-feel to menus, toolbars, panels, and data views in Autopsy.
- Eye Strain Reduction: Dimmed colors and high contrast for text/code during timeline analysis, keyword searches, and file carving tasks.
- Non-Intrusive: Preserves all Autopsy features like ingest modules, artifact browsing, and report generation without conflicts.
- NetBeans Module System: Built as an NBM (NetBeans Module) for easy loading via Autopsy's plugin manager.
- Maven Build System: Standard Maven project for easy compilation and dependency management.
- Customizable: Open-source code allows theme tweaks, such as color adjustments or additional UI components.
- Tested Workflow: Verified on Windows/Linux with Autopsy 4.22+, including proxy support for module downloads.
- Autopsy 4.22+: The module requires Autopsy built on NetBeans platform; download from official site
- Java 11+: JDK for building and running; Autopsy bundles its own runtime, but ensure compatibility.
- Maven 3.6+: For developers to build from source; install via package manager or Maven website.
- FlatLaf Library: Automatically handled as a Maven dependency; no manual setup needed.
No additional Git or external tools required beyond standard Autopsy setup.
For Users (Plugin Installation):
- Download the latest
.nbmfile from the Releases page. - Open Autopsy and go to Tools > Plugins.
- Select the Downloaded tab, then click Add Plugins.
- Browse to the
.nbmfile and install; restart Autopsy if prompted.
For Developers (Build from Source):
git clone https://github.com/gigachad80/Autopsy-Dark-Mode.git
cd autopsy-dark-mode
mvn clean installThe built .nbm will be in target/nbm/autopsy-dark-mode-1.0-SNAPSHOT.nbm. Install as above.
Proxy Setup (If Needed): In Autopsy: Tools > Options > General β enter proxy details for module downloads.
- After installation, restart Autopsy.
- The dark theme activates automatically on launch; if not, go to Tools > Options > Appearance and select the FlatLaf dark variant (module registers it).
- Use Autopsy as usual: Import data sources, run ingest modules (e.g., File Type Identification, Recent Activity), and analyze artifacts.
- To toggle: Tools > Plugins > Installed β disable/enable the module and restart.
- For manual FlatLaf config (fallback): Edit Autopsy's config file (
autopsy.conf) to add-J-Dnetbeans.laf=org.flatlaf.intellijthemes.FlatIntelliJDarkLaf.[^4]
Note
The module may require a full restart for theme changes to apply fully, especially in complex cases with many ingest modules. If UI elements appear inconsistent, clear Autopsy's cache via Help > About > Reset.
- Clone and build as above to generate the
.nbm. - Customize: Edit
src/main/java/org/sleuthkit/autopsy/darkmode/AutopsyDarkMode.javafor theme logic (e.g., add custom colors). - Test: Load the built
.nbmin a dev Autopsy instance; debug via NetBeans IDE. - Package: Run
mvn nbm:nbmfor distribution; upload to Releases.
- NetBeans Module Framework: Uses
module.xmlandlayer.xmlfor integration into Autopsy's platform. - FlatLaf Dependency: Maven pulls
org.flatlaf:flatlaf:3.2+for cross-platform dark L&F. - Event-Driven Loading: Registers on Autopsy startup via
ModuleInstallfor UI restyling. - Maven Standard Layout:
src/main/javafor code,src/main/resourcesfor configs; builds to JAR/NBM.
- Load Time: <1 second on startup; no runtime overhead during case analysis.
- Compatibility: Tested with Autopsy ingest modules (e.g., Email Parser, Encryption Detection); supports E01/raw images.
- Build Speed: ~10-20 seconds with Maven on standard hardware.
- Size: Compiled NBM ~100KB, including FlatLaf subsets.
Descriptive and straightforward: "Autopsy Dark Mode" clearly indicates it's a dark theme enhancement for the Autopsy tool.
Note
Built from scratch in ~5.5 hours despite zero Java experience (as you can see my GitHub bio , I hate this bloated language, so the whole module was vibeβcoded ππ). Breakdown: ~4 hours coding and testing the FlatLaf integration, 15β20 minutes for setup of first project & installation in this light mode IDE - Apache NetBeans (how much one has to suffer with light mode IDE just to build dark mode), and ~1 hour refining the README/docs. Thanks to Perplexity Proπ₯°
I developed this module purely for personal use because I love dark modes and find Autopsy's default bright interface causes eye strain during forensic analysis . There was no active alternative module available which I found was deprecated ,so I built a simple, reliable solution using FlatLaf to make my workflow comfortable.
- FlatLaf Team: For the excellent dark theme library that powers the UI restyling.
- Sleuth Kit / Autopsy Developers: For the open-source forensics platform that inspired this module.
- NetBeans Community: Documentation and tools for module development.
- User Feedback: Early testers who helped validate compatibility with Autopsy 4.22+.
Contributions are welcome! Here's how you can help:
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
- Follow Java and Maven best practices.
- Test with Autopsy 4.22+; add unit tests for theme logic.
- Update documentation for changes; ensure NBM builds cleanly.
- Maintain backward compatibility with existing Autopsy versions.
- Github Issues
- or mail me @ pookielinuxuser@tutamail.com
Licensed under the Apache License 2.0. Also see: LICENSE
First Published: November 7, 2025
Last Updated: November 7, 2025
Made with frustration π’π€¬ in Java ( bloated lang . sucks ) - Bringing dark comfort ππ to digital forensics.