Privacy
Short version: the app collects nothing about you, and neither does this website. The rest of this page is the detail behind that, and how to check it rather than take our word for it.
The app
OrgKit runs entirely on your own machine and the local network you are on.
- No account. There is nothing to sign up for. The app has no concept of a user identity beyond a display name you type for a meeting.
- No analytics, no crash reporting, no telemetry. The app bundles no third-party SDK that transmits anything off your device. There is no usage counter, no ping, no error reporter.
- No automatic update check. The app never contacts this site or anywhere else on its own. There is one action that does, and you have to take it: a "check for updates" button, which fetches a single small file from this site (
/version.json: the newest version number and its date) and compares it to the version you are running. That request carries nothing about you or your board beyond what any HTTP request carries, nothing is stored on either end, and if you never press the button the app never makes it. Updates themselves are still yours to download. - No fonts, scripts or images fetched at runtime. Everything the app draws is bundled inside it. There is no CDN.
The only network traffic OrgKit produces is between the host machine and the other devices in the room that have joined its board, over your local network. It listens on ports 3883 and 8080 for exactly that purpose, and accepts connections from your network only.
Your data stays where you put it. Boards, notes and uploaded media are files in one directory on the host machine, and the help page says where. Nothing is copied to us, because there is no "us" server for it to be copied to. We could not read your boards if we wanted to.
How to verify this. The complete source of every published build is on the source page under the GPL. A search for network addresses across the tree turns up four things: loopback, 0.0.0.0, orgkit.local, and orgk.it. The last appears only in the update check described above. That check is re-run before every release, and it is the reason the source is published at all.
This website
- No cookies. The site sets none, of any kind.
- No analytics. No Google Analytics, no Plausible, no pixel, no third-party embeds.
- No JavaScript. These pages are HTML and CSS. Fonts and images are served from this domain.
- Server logs. The web server records ordinary request logs (IP address, time, page requested, user agent) as any web server does. They are used to keep the site running and are not combined with anything else, sold, or shared.
Children
OrgKit is a general-purpose tool with no online service attached, no accounts, and no content submitted to us. It is not directed at children and collects nothing from anyone.
Changes
If any of the above stops being true, this page changes before the release that changed it ships.
Contact
Questions about this page: support@orgk.it.