# Yuba
**Yuba** generates web-browsable catalogues from locally attached HFS+ filesystems. 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 SQLite 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 Latest Version](https://www.profiteroles.org/git/profiteroles/Yuba/raw/master/Yuba.app.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.
## Changelog
https://www.profiteroles.org/git/profiteroles/Yuba/src/master/CHANGELOG.md
## Building from source
Building Yuba requires Platypus and Pashua
* https://github.com/sveinbjornt/Platypus
* https://github.com/BlueM/Pashua