System Monitor collects your public IP address to determine your geolocation. This information is queried via the ip-api.com API.
- Your public IP address
- No cookies or identifiers
- Country
- City
- ISP (Internet Service Provider)
- Whether a proxy/VPN is detected
- 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
You can disable geolocation lookups entirely:
MONITOR_OFFLINE=1 monitorIn offline mode:
- No external API calls are made
- No data about your IP is collected
- Location displays as "Unknown"
- Service: Geolocation API
- Data sent: Your public IP address
- Privacy Policy: https://ip-api.com/about
- Optional: Yes, set
MONITOR_OFFLINE=1to disable
System Monitor does not store any data locally beyond the typical shell history (if enabled in your terminal).
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
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
This policy may be updated. Check the repository for the latest version.
Last updated: April 2026