Skip to content

Latest commit

 

History

History
82 lines (54 loc) · 1.68 KB

File metadata and controls

82 lines (54 loc) · 1.68 KB

Privacy Policy

Data Collection

Geolocation Information

System Monitor collects your public IP address to determine your geolocation. This information is queried via the ip-api.com API.

What is sent:

  • Your public IP address
  • No cookies or identifiers

What is received:

  • Country
  • City
  • ISP (Internet Service Provider)
  • Whether a proxy/VPN is detected

Storage:

  • None. Data is not stored locally or transmitted to any third-party beyond ip-api.com
  • Each query is independent and does not track across sessions

Opting Out

You can disable geolocation lookups entirely:

MONITOR_OFFLINE=1 monitor

In offline mode:

  • No external API calls are made
  • No data about your IP is collected
  • Location displays as "Unknown"

Third-Party Services

ip-api.com

  • Service: Geolocation API
  • Data sent: Your public IP address
  • Privacy Policy: https://ip-api.com/about
  • Optional: Yes, set MONITOR_OFFLINE=1 to disable

Local Storage

System Monitor does not store any data locally beyond the typical shell history (if enabled in your terminal).


No Tracking

This tool:

  • Does NOT track user behavior
  • Does NOT collect telemetry
  • Does NOT send usage statistics
  • Does NOT identify individual users
  • Is NOT affiliated with ip-api.com

Questions?

If you have privacy concerns, you can:

  • Review the source code: src/monitor.py
  • Edit the script to remove geolocation functionality
  • Run in offline mode (see above)
  • Open an issue on GitHub

Changes to This Policy

This policy may be updated. Check the repository for the latest version.

Last updated: April 2026