Incogmeeto collects no information about its users. It does not store or share any data with anyone.

Source Code Nutrition Label

You shouldn’t have to worry Incogmeeto is using some privacy-sucking third-party library. Apps shouldn't be mystery meat. You should know what code goes into them.

Generally speaking, there are two kinds of third-party code used by apps: those used inside the app, and those used to build the app.

Code used in the app is included with Incogmeeto and will run on your device. For example, if an app shows ads from Facebook, it might include the Facebook SDK (Incogmeeto does neither).

Then there’s code used to build the app, which is not included with Incogmeeto. It only runs on my computer when I make a new version of the app. I can’t list every piece of software that goes into building Incogmeeto ("macOS"), but I can tell you what third-party code directly helps build the app.

Third-party code included in EZ CRT

No third-party code runs on your device.

Third-party code used to build EZ CRT

This code does not run on your device.

  • TypeScript: A variant of JavaScript. Helps you write safer, less crash-y code.
  • esbuild: Super-fast compiler that turns Svelte and TypeScript into code Safari understands.
  • esbuild-svelte: Lets esbuild compile Svelte files.
  • fs-extra: Helps build the extension
  • prettier: Automatically formats my code to look nice.
  • zip-local: Packages up files for submission to the Chrome Store.