PrivaKit: Zero-Upload AI Workspace Runs Entirely in the Browser
PrivaKit is a new browser-based AI workspace that processes sensitive data entirely on the client side using WebGPU. It eliminates the need for cloud uploads, addressing major privacy concerns in AI workflows.

A developer has launched PrivaKit, a browser-based AI workspace that runs transformers.js, Whisper, and other models entirely on the client side using WebGPU. The tool is designed for sensitive workflows like transcribing board meetings or processing employment contracts, where data privacy is paramount. Once the models are loaded, users can even enable Airplane Mode and continue working without any data leaving their device.
The solution addresses a critical gap in AI privacy, where cloud-based APIs often require uploading sensitive information. PrivaKit's approach ensures that data never leaves the user's device, making it ideal for confidential tasks. The developer has also published a technical audit detailing how data flows (or rather, doesn't flow) within the system, reinforcing its privacy commitments. The only backend is a minimal 2-core node in Singapore running self-hosted Plausible for analytics.
The project has garnered attention for its innovative use of WebGPU to enable complex AI tasks in the browser. While the current implementation focuses on transcription and OCR, the developer hints at expanding the tool's capabilities. The open-source nature of the project invites collaboration and further development, potentially setting a new standard for privacy-focused AI tools.