Forensic analysis workstation â NTFS parsing, file carving, timeline analysis & case management, built with Tauri v2 + Rust + SvelteKit.
| Feature | Details |
|---|---|
| NTFS File Browser | Browse, sort, and preview files from disk images with deleted file detection |
| File Preview | Text, Image, Hex (interactive), and Archive preview |
| Timeline Analysis | Chronological event reconstruction from parsed metadata |
| File Carving | Recover deleted files by header/footer signature matching |
| Keyword Search | Regex-powered search across all files in the image |
| Report Generation | PDF & HTML reports with full audit trail |
| Bookmarks & Tags | Mark files of interest with color-coded notes |
| Hex Viewer | Interactive byte-level inspection |
| Audit Trail | ISO 27042-compliant action logging |
| File Browser |
|---|
âšī¸ More screenshots coming soon â some views require the Tauri backend runtime.
git clone https://github.com/YSF-Studio/analysisloom.git
cd analysisloom/packages/analysisloom
npm install
npm run tauri dev
Or download the latest release from the Releases page.
ntfs crateprintpdf, HTML via templates