GoHumanize v4.2.0 - Linux x86_64 build
======================================

Local-first desktop utility to inspect, preview, normalize, and clean
document metadata in Office Open XML (.pptx/.docx/.xlsx) and PDF files.

Build
-----
  Tag:       v4.2.0
  Commit:    6e61a79
  Platform:  linux/amd64 (glibc, X11/Wayland)
  Toolchain: Go 1.23.8 + Wails v2.12.0 (webkit2gtk-4.1)
  Built on:  Ubuntu 24.04.4 LTS

Runtime requirements
--------------------
The desktop GUI dynamically links against system libraries already
present on most modern Linux desktops:

  - GTK 3 (libgtk-3.so.0)
  - WebKit2GTK 4.1 (libwebkit2gtk-4.1.so.0)
  - GLib 2 / GIO 2

Ubuntu 24.04, Debian 13, Fedora 40+, Arch (current) ship these by
default. On older distros (Ubuntu 22.04 with WebKit2GTK 4.0 only) the
GUI will not start - use the CLI subcommands or upgrade your distro.

Install
-------
  ./install.sh

Or manually:

  install -m 755 GoHumanize ~/.local/bin/gohumanize

Then run:

  gohumanize                      # launches the desktop GUI
  gohumanize version              # 4.2.0
  gohumanize inspect file.pptx    # CLI inspect
  gohumanize clean file.pdf       # CLI PDF clean
  gohumanize normalize file.docx --preset privacy

Run "gohumanize --help" for the full CLI reference.

No telemetry. No upload. All processing is local.

License and support
-------------------
  https://azizwares.com
  (c) 2026 AzizWares
