Last updated: August 18, 2026.
Social Dashboard is a desktop application that shows the statistics of your YouTube, Instagram, TikTok and X accounts in a single window. This page explains what data is handled and how.
All the data the app collects — access tokens, statistics, content history — stays exclusively on your computer, in a local SQLite database next to the executable. There is no Social Dashboard server that receives or stores this data: the app talks directly to the official YouTube, Instagram, TikTok and X APIs using your own credentials.
When you link an account, the app only requests read-only access to the public statistics of your profile (e.g. subscriber/follower count, views, the list of published content). The app never posts, edits or deletes anything on your behalf.
Every statistic, chart and observation shown in the app is computed locally, on your machine, from the data already collected. No external service — AI or otherwise — ever receives your statistics or your content. The only network requests the app makes are the ones needed to read your own accounts from the platforms' own APIs, to check for app updates, and to verify a licence key for paid plans.
You can unlink an account at any time from the "Link account" screen: the
corresponding token is deleted immediately from the local database. To
delete everything, remove the cache.db file in the app's data
folder, or uninstall the app.
You can also revoke Social Dashboard's access to your accounts directly from the security settings of YouTube (Google), Instagram (Meta), TikTok or X, at any time.
For questions about this policy, open an issue on GitHub.