// Legal

Privacy Policy

Effective date: April 3, 2026

1. Overview

OpenSAK is a free, open source desktop application for managing geocaching data locally on your own computer. It runs on Windows, Linux, and macOS.

The short version:

Full source code: github.com/AgreeDK/opensak


2. Data Stored Locally on Your Device

2.1 Geocache data

When you import GPX files or Pocket Query ZIP files, OpenSAK stores geocache information in a local SQLite database on your device — including cache names, GC codes, coordinates, descriptions, logs, attributes, and trackable listings. This data originates from files you supply. OpenSAK does not fetch this data independently.

2.2 User preferences

Home point coordinates, display preferences, filter profiles, and column layout are stored in your platform's standard application data directory and never leave your device.

2.3 Geocaching.com authentication token (optional)

If you connect OpenSAK to your Geocaching.com account (optional, requires API approval), an OAuth 2.0 token is stored locally with restricted file permissions. It is never transmitted to any OpenSAK server. You can delete it at any time by logging out.

PlatformToken path
Linux~/.local/share/opensak/gc_token.json
Windows%APPDATA%\opensak\gc_token.json
macOS~/Library/Application Support/opensak/gc_token.json

3. Data We Do Not Collect

There are no third-party SDKs, advertising networks, or tracking libraries in OpenSAK.


4. Geocaching.com API Integration (Optional)

When the optional API integration is enabled, OpenSAK may retrieve favorite point counts, trackable listings, and your find history directly from Geocaching.com on your behalf. This data is stored only in your local database and is subject to Geocaching.com's Privacy Policy.


5. Third-Party Services

5.1 Map tiles

The in-app map fetches tiles from OpenStreetMap servers. Standard web requests may include your IP address. See OSM Privacy Policy.

5.2 Garmin GPS devices

Cache export to Garmin writes a GPX file via USB. No data is transmitted over the internet.


6. Your Rights and Data Control

There is no account to delete and no server-side data. Your data exists only on your device.


7. Children's Privacy

OpenSAK does not knowingly collect any information from children.


8. Changes to This Policy

Updates will be published on GitHub and announced in the OpenSAK Facebook community. The effective date above will be updated accordingly.


9. Contact

OpenSAK is free, open source software licensed under the MIT License.