← origox

Privacy Policy for SyncbitHealth

Last updated: 16 September 2026

SyncbitHealth (“SyncBit”) is open-source, self-hosted software that copies a person’s own health and fitness data from the Google Health API into a time series database that they themselves operate.

It is not a hosted service. There is no SyncBit server, no SyncBit account, and no SyncBit operator with access to anyone’s data. Each person runs their own copy on their own infrastructure, using their own Google Cloud OAuth client.

Who this policy covers

This policy describes the behaviour of the software published at github.com/origox/syncbit. Where it says “you”, it means the person who installs and runs that software on their own machine or cluster, using their own Google credentials to access their own health data.

What data is accessed

When you authorize SyncBit, it requests read-only access to these Google Health API scopes:

SyncBit requests no write scopes and cannot create, modify or delete any data in your Google account.

How data is used

Data is read from the Google Health API and written, unmodified in substance, to a Prometheus-compatible time series database (Victoria Metrics) that you configure and control. The purpose is to let you chart and analyse your own health data with your own tools, such as Grafana.

Data is not used for advertising, profiling, training machine learning models, or any purpose beyond storing it in the database you nominate.

Where data is stored

Nothing is transmitted to the author of this software, and nothing is transmitted to any third party. The only network destinations SyncBit contacts are Google’s OAuth and Health API endpoints, and the database endpoint you configure.

Data sharing

None. This software has no analytics, no telemetry, no crash reporting, and no outbound connections other than those described above.

Data retention and deletion

You control retention entirely, because you control the storage.

Children

This software is not directed at children and is not intended for use by anyone under the age of 13.

Security

OAuth tokens are stored with owner-only file permissions. All communication with Google’s APIs and with your database endpoint uses HTTPS, subject to your own endpoint configuration. Because SyncBit runs on infrastructure you control, securing that infrastructure is your responsibility.

Changes to this policy

Changes will be committed to the public repository, and the “last updated” date above will be revised. The revision history is visible in the repository’s Git history.

Contact

Questions about this policy can be raised as an issue at github.com/origox/syncbit/issues.