BACK TO HOME
Privacy Standards

Privacy Policy

LAST UPDATED: JUNE 8, 2026

1. Core Commitment

Privacy is not a feature; it is the default foundation of ALOK JARVIS OS. The software is designed from the ground up to keep your personal data, voice commands, and operating system activities entirely on your local machine.

2. Data Localized by Design

Unlike traditional cloud-based voice assistants, ALOK JARVIS OS does not upload your telemetry, audio recordings, or text conversations to external servers.

  • Voice Processing: Speech recognition (Whisper) and Voice synthesis (Piper) run completely offline on your local CPU. Your audio never leaves your RAM/disk.
  • Local Storage: All chat records, custom actions, environment paths, and local memory contexts are stored in a local SQLite database file in your device's %APPDATA% path.
  • Zero Tracking: No tracking cookies, telemetry SDKs, or third-party analytic services are bundled with the desktop client binary.

3. Third-Party API Integrations

You may choose to connect external AI endpoints (e.g. Groq, OpenAI, or custom self-hosted LLM servers) or enable search integration (Tavily, Google API). If enabled:

  • Only the specific prompt payload required for the action is transmitted over HTTPS to the selected provider.
  • Your API Keys are stored locally on your device in your configuration file, encrypted using local OS keyring standards. We have zero access to your API keys.

4. Auto-Update Telemetry

The desktop application periodically fetches a public configuration manifest (update.json) from https://jarvis.alokkumarsahu.in to verify if a new installer bundle is available. This query does not transmit any identifiable user metrics, machine IDs, or metadata.

5. Contact and Concerns

Because your data stays entirely on your machine, we do not have the technical ability to retrieve, view, or delete your voice databases. If you wish to wipe your memory database, you can do so directly by deleting the local database file from your application settings or AppData folder.

For any questions regarding open-source code compliance or privacy standards, contact us at: alok.vssut28@gmail.com.