Skip to content

#app

What the app does with your data

Nothing leaves your computer except the requests it makes to GitHub, and those are made with your own token.

network
api.github.com only, with your own token
server
none - the app runs one on 127.0.0.1 for itself
account
none to create
telemetry
none
source code
never downloaded: git clone --mirror --filter=tree:0 fetches commit metadata and skips file contents
token
encrypted with the OS keystore (DPAPI on Windows), held by the app process, never handed to the page
listener
refuses requests whose Host is not localhost, cross-site requests by Origin, and non-JSON writes
your data
a folder on your machine; delete it and nothing of it survives elsewhere

Contribution analytics means reading how your colleagues spend their working hours. That is exactly the kind of data that should not be sitting on somebody else's server.

#site

What this website collects

A static page on a CDN. There is no form on it, and the only thing counted is that it was opened.

analytics
Cloudflare Web Analytics, which counts page views and where they came from. No tag manager, no advertising pixel, and nothing that follows you off this site
cookies
none - the page sets no cookie and stores nothing in your browser, and the analytics above works without one
fonts
served from this domain, not from a font CDN, so no third party sees the request
hosting
Cloudflare, which keeps standard request logs for its own operation
downloads
the installers are served from assets.gitdashx.com, on the same account
contact
mail to hello@gitdashx.com is read by a person and answered; nothing else is done with it

There is no account to create here and no newsletter to leave. If you want your analysis gone, delete the app's folder on your machine: there is no copy of it anywhere else, because there was never anywhere else to copy it to.

Questions about any of this go to hello@gitdashx.com.