Last updated: 2026-04-19
LoremBuilder (“the app”) is a macOS menu bar utility that generates Lorem Ipsum text. This document describes what data the app reads, stores, and transmits.
LoremBuilder does not collect, transmit, or share any personal data with the developer or any third party. All data the app handles stays on your Mac.
The following data is stored only on your Mac, under
~/Library/Application Support/LoremBuilder/:
data.json). These are the content
templates the app uses to build Lorem Ipsum output.clipboard_history.encrypted, encrypted at rest using
AES-GCM with a 256-bit key stored in your macOS Keychain. The key never
leaves your machine.UserDefaults (selected hotkeys, tag options, last-generated
text, Wikipedia page choice, clipboard history settings).The Clipboard History feature is disabled by default. When you turn it on, you are shown a disclosure prompt explaining the behavior and must confirm. Only then does the app:
NSPasteboard.general once per second to detect new
text you copy in any app.You can disable the feature at any time from the Preferences window; the app will stop polling immediately. You can also clear the entire history with a single click. The app never transmits clipboard contents anywhere.
The app makes network requests only to the public Wikipedia REST API
(en.wikipedia.org), and only when you explicitly fetch
thematic sentences from a Wikipedia article. The request contains only
the Wikipedia page title/URL you chose. No personal data, no analytics,
no telemetry, and no identifiers are sent.
As with any HTTPS request, the Wikimedia Foundation may log the request (including your IP address) in its own server logs, which are governed by Wikimedia’s privacy policy. LoremBuilder itself never sees, stores, or shares this information.
None. LoremBuilder does not include any analytics SDKs, advertising SDKs, crash reporters, or third-party data processors.
The app is sandboxed and runs with the macOS Hardened Runtime.
Because no data ever leaves your Mac, there is nothing for the
developer to delete, export, or correct. You have full control: delete
~/Library/Application Support/LoremBuilder/ at any time to
wipe all app data, or uninstall the app.
Questions about this policy: use the contact form at https://www.lorembuilder.com/#contact.