v0.1.0
Audit Extractor runs your SQL set against PostgreSQL and produces
tamper-evident evidence (CSV + SHA-256 + full-screen screenshot + manifest).
Requires psql (PostgreSQL client) on the machine running the app:
- Linux packages depend on it (auto-installed).
- macOS/Windows: install it (Homebrew / Postgres.app / EDB installer); the
app also auto-discovers psql in common install locations.
Installing
- macOS: Open the
.dmg, drag Audit Extractor to Applications, then eject. The app is unsigned, so Gatekeeper blocks it on first launch:- Recommended — download with curl (no quarantine flag is set):
curl -LJO https://github.com/michal-bartak/Audit-PG-Extractor/releases/download/v0.1.0/audit-extractor-v0.1.0-macos-universal.dmg - Already downloaded via browser — run once after dragging to Applications:
xattr -d com.apple.quarantine /Applications/audit-extractor.app
- Recommended — download with curl (no quarantine flag is set):
- Windows: Run the
.msi. SmartScreen may warn; choose More info → Run anyway. - Linux (Debian/Ubuntu):
sudo apt install ./audit-extractor-v0.1.0-linux-amd64.deb - Linux (Fedora/RHEL):
sudo dnf install ./audit-extractor-v0.1.0-linux-amd64.rpm
Full Changelog: https://github.com/michal-bartak/Audit-PG-Extractor/commits/v0.1.0