Effective date: 2026-02-20
This document summarizes how IC ToolSuite handles data and security at a high level.
- IC ToolSuite is a desktop app built with Tauri.
- The UI is a set of local tool pages (HTML/JS/CSS) bundled into the app.
- Optional account/session features use a project-operated auth service.
IC ToolSuite stores app settings on your device (local storage/app data), including tokens/settings you choose to save.
How to remove local data:
- Remove saved tokens/settings in the Settings tool.
- Or clear the app’s local storage/app data on your device.
The app only makes requests required for features you use:
- Nitrado operations you initiate
- Update/release metadata checks
- Optional account actions (register/sign-in/session/device linking)
IC ToolSuite does not send analytics/telemetry.
- No analytics/telemetry
- No advertising identifiers
- No hidden background data collection
- No reading browser history or browser saved passwords
- No keystroke logging
Designed behaviors to reduce risk:
- User-initiated network actions
- Explicit file targets selected by you
- Validation hints where available
Official releases publish:
- Signature files (
*.sig) for release assets - SHA-256 checksums (
SHA256SUMS.txt) so you can verify the exact bytes you downloaded
Feature list:
- Official releases are governed by the Binary EULA in LICENSE.
- The project includes third-party dependencies (including open-source components); see THIRD_PARTY_NOTICES.md.