In short: Meguri does not collect any personal data. It is a local-first application — your media and everything derived from it stay on your machine. The only network request it ever makes is an optional update check, described below.
Meguri indexes the folders you point it at and stores the resulting data only on your device:
None of this data ever leaves your machine, and the developer has no access to it. Your media files themselves are only read, never modified.
Meguri makes exactly one kind of network request: an optional update
check. It queries the GitHub API
(api.github.com) for the latest release of Meguri to let you
know when a new version is available.
All other network activity is confined to your own machine: media is
served to the app's window through a local server bound to
127.0.0.1, which is not reachable from other devices.
Meguri contains no analytics, telemetry, crash reporting, advertising, or tracking of any kind. There are no user accounts and no cloud services.
Meguri never shares your media, library data, or settings with third parties — none of it leaves your machine. The only third party involved is GitHub, which receives standard request metadata (such as your IP address) when the optional update check runs, as described under “Network access” above.
If Meguri's behavior ever changes in a way that affects this policy, this page will be updated and the effective date above will be revised.
Questions about this policy can be raised on the GitHub issue tracker.