# Yuba
**Yuba** generates a web-browsable SQLite database from an HFS+ filesystem. Its client application gathers forensic-quality data about a locally attached disk, properly interpreting bundles, reading Spotlight data, Finder flags, labels, and other contextual information. It can generate hashes, thumbnails, and gather 3rd party metadata with exiftool and mediainfo. Yuba's filesystem catalogues are comprehensive, lightweight, optimized for massive (1 million+) trees, and reflect incremental changes to contents and metadata. A server-side PHP script is provided, which allows familiar, Finder-style browsing of a catalogue.
* **⇩ [Download Yuba 0.7.12.7](https://www.profiteroles.org/downloads/Yuba_0.7.12.7.zip)**
## Features
* Scans with RecursiveDirectoryIterator
* Uses native macOS methods and CLI tools
* Caches assets for re-scans
* Somewhat multithreaded
* Aggregates and summarizes metadata
* Tested with large filesystems
## Screenshots
## Notes
Running Yuba requires disabling Gatekeeper by running `sudo spctl --master-disable` in the Terminal.
## Building from source
Building Minat requires Platypus and Pashua
* https://github.com/sveinbjornt/Platypus
* https://github.com/BlueM/Pashua