deepeye: A Free Tool for Real-Time Deepfake Detection Right in Your Browser

Free Chrome extension that detects deepfake images, video calls, and voice messages in real time as you browse.
deepeye is a free Chrome extension by the deepidv team that performs real-time deepfake detection across images, video calls, and voice messages without requiring file uploads. Deeply integrated with WhatsApp and powered by a Scam.AI partnership, it works client-side to complement end-to-end encryption while protecting user privacy. It launched on Product Hunt reaching #12 on its debut day.
A Real-Time Defense Against the Deepfake Threat
With the proliferation of generative AI, deepfake technology has moved from the lab to the mainstream, becoming a new weapon for fraud, identity theft, and information manipulation. At its core, deepfake technology relies on Generative Adversarial Networks (GANs) and Diffusion Models from deep learning. A GAN consists of two neural networks—a generator and a discriminator—trained in an adversarial fashion. The generator continuously attempts to produce convincing fake content while the discriminator tries to distinguish real from fake, with both evolving through this competitive process. In recent years, as open-source and commercial models like Stable Diffusion and DALL-E have become widely available, the barrier to generating high-quality fake content has dropped dramatically. In the domain of video face-swapping, open-source tools like DeepFaceLab and FaceSwap have made it possible for non-experts to create highly convincing face-swap videos. On the voice synthesis front, Transformer-based TTS models such as VALL-E and Bark can clone a highly similar synthetic voice from just a few seconds of real speech.
Fake profile photos, AI-synthesized video calls, and convincingly forged voice messages—these types of content are infiltrating our daily digital interactions at an unprecedented pace. Against this backdrop, deepeye, built by the deepidv team, launched on Product Hunt. Positioned as a "deepfake detector that moves with your browsing," it quickly climbed to #12 on the day's leaderboard, garnering 90 upvotes.

The core philosophy behind deepeye is straightforward: instead of making users upload suspicious content to some platform and wait for results, it performs deepfake detection in the moment—right as you browse the web or use chat tools. This "detect in place" approach is the key differentiator from traditional deepfake detection services.
No File Uploads, No Platform Switching
Traditional deepfake detection tools typically require users to manually upload files, navigate to a separate analysis platform, and wait for results to come back. This workflow is not only cumbersome but also raises privacy concerns—you're handing over images or audio/video files that may contain personal information to third-party servers.
Deepeye takes an entirely different approach. It's available for free as a Chrome extension, with deep integration into WhatsApp. Implementing real-time AI inference within a Chrome extension faces strict resource constraints—browser extensions are typically limited by V8 engine memory allocation and CPU time slices, unable to freely schedule GPU resources like native applications. Currently, WebAssembly (Wasm) and WebGPU are the two main technical paths for browser-based AI inference. WebAssembly allows inference engines written in C/C++ to be compiled into browser-executable bytecode, achieving near-native CPU inference performance. WebGPU, as the next-generation successor to WebGL, provides lower-level GPU access that dramatically improves in-browser model inference speed. Frameworks like ONNX Runtime Web and TensorFlow.js already support both approaches, but running multi-modal detection models simultaneously in a browser still requires careful model compression, quantization, and inference scheduling strategies.
Specifically:
- It automatically checks whether profile photos you encounter are AI-generated;
- It can identify in real time during video calls whether the other party's video feed has been face-swapped;
- It can analyze voice messages (voice notes) to determine if they are AI-synthesized audio.
The entire process emphasizes "no uploads and no dashboard"—no file uploads, no extra control panels. Deepfake detection happens silently within your current interaction context, minimizing the usage barrier while avoiding the privacy risks of data being sent externally. This also explains why it's simultaneously categorized under Chrome Extensions, Privacy, and Artificial Intelligence.
Full Coverage Across Image, Video, and Audio Modalities
One notable detail: deepeye isn't limited to a single media type. While many deepfake detection tools on the market focus solely on image forgery detection, deepeye claims to cover image, video, and audio—all three modalities.
Cross-modal deepfake detection requires differentiated analysis strategies for each media type. Image detection primarily relies on frequency domain analysis, pixel-level artifact detection, and facial geometry consistency verification—for example, GAN-generated images often exhibit specific periodic patterns in their frequency spectrum (spectral artifacts), originating from the convolution characteristics of GAN upsampling operations. Video detection, beyond frame-by-frame analysis, must also monitor temporal consistency; face-swapped videos are prone to revealing flaws during inter-frame transitions, such as lighting flickering, facial edge jittering, and abnormal blink frequencies. Audio detection focuses on voiceprint features, natural speech prosody, and synthesis traces in the frequency spectrum—AI-synthesized speech often contains subtle but model-detectable deficiencies in breathing sounds, oral resonance, and lip-teeth friction details.
This is especially important in real-world anti-fraud scenarios. In recent years, AI voice scams impersonating friends and family, and video call fraud leveraging face-swapping technology, have proliferated. Image detection alone is far from sufficient. Extending detection capabilities to real-time video calls and voice messages truly addresses the core scenarios of today's deepfake fraud.
From a technical perspective, achieving cross-modal, low-latency, localized real-time deepfake detection is no easy feat—especially in the resource-constrained environment of a browser extension. Integrating detection models for all three modalities into a unified framework also requires balancing model size, inference latency, and detection accuracy, which remains an active area of academic research. This is a key technical aspect of deepeye worth continued observation.
Scam.AI Partnership to Strengthen Anti-Fraud Capabilities
Deepeye is developed by the deepidv team, and its introduction specifically mentions being "sharpened with Scam.AI Partnership"—leveraging a collaboration with Scam.AI to enhance its detection capabilities.
This partnership model carries significant weight in the anti-fraud domain. The adversarial relationship between deepfake detection and generation is fundamentally an asymmetric technical arms race. The generation side holds an inherent advantage: attackers only need to find one forgery method not covered by the detection model to breach the defense, while the defense side must cover all known and potential attack vectors. Academia has demonstrated that adversarial attacks targeting specific detectors can fool detection models by adding imperceptible perturbations to generated content. Furthermore, whenever a new generation of generative models is released—such as the transition from GANs to diffusion models—previously trained detectors often experience significant performance degradation, known as the "cross-model generalization" problem. Therefore, continuous data collection, model retraining, and detection feature updates are essential for a deepfake detection service to remain effective over time.
By leveraging the data and expertise of Scam.AI, which specializes in scam identification, deepeye stands to gain an edge in detection accuracy and resilience against novel forgery techniques—Scam.AI can provide a large volume of forged samples from real-world scam scenarios, which are critical for training and continuously optimizing detection models. The product's Makers list also includes team members such as Suin Kim.
WhatsApp Integration: A Client-Side Defense Under End-to-End Encryption
Deepeye's deep integration with WhatsApp deserves special attention. As an instant messaging platform with over 2 billion users worldwide, WhatsApp is one of the most common venues for deepfake fraud. Scammers typically forge contact profile photos to establish initial trust, then use AI-synthesized voice messages to impersonate friends or family with urgent requests for help, or even use real-time face-swapping during video calls to trick victims into transferring money.
WhatsApp employs end-to-end encryption (E2EE), which means the platform's servers themselves cannot inspect transmitted content—the responsibility for security detection effectively shifts to the endpoint device. Deepeye's choice to embed detection capabilities at the client level complements WhatsApp's encryption architecture—it doesn't need to decrypt server-side data but instead analyzes content with local detection models after messages arrive on the user's device and are decrypted and rendered. This architectural approach strikes a reasonable balance between privacy protection and security detection: it neither compromises the security of end-to-end encryption nor forgoes content authenticity verification at the final consumption point.
Setting Realistic Expectations Before Use
While deepeye's positioning is highly appealing, deepfake detection tools generally face several real-world challenges that users should be aware of:
Accuracy and False Positive Issues: Any automated deepfake detection system will have both missed detections and false alarms. Flagging a real photo as fake, or letting a carefully crafted deepfake slip through, can both be misleading. The tool should be treated as an assistive judgment aid, not an absolute authority. In statistical terms, detector performance is typically measured by metrics such as AUC (Area Under the Curve) and EER (Equal Error Rate), but even top-tier academic detectors can see accuracy plummet from 99% to below 60% when confronted with previously unseen generative models.
Adversarial Evolution Challenges: Forgery technology evolves rapidly—detection features that work today may be circumvented by next-generation generative models tomorrow. The tool's long-term value depends on how fast its models can iterate. Adversarial attack techniques are also continuously evolving, from simple image post-processing (compression, cropping, noise addition) to adversarial perturbations specifically designed to target detectors, leaving the defense side perpetually in a reactive "patching" posture.
Privacy Implementation Details Need Clarification: While the team emphasizes "no uploads," whether detection is entirely local inference or partially relies on cloud processing still requires more transparent technical documentation to fully reassure privacy-conscious users. Specifically, whether model weights are entirely packaged locally within the extension, whether any telemetry data is transmitted during inference, and whether detection results are collected for model improvement—these details all need to be addressed through clear privacy policies and technical architecture documentation.
Conclusion: Embedding Deepfake Detection into Everyday Browsing
Deepeye represents a pragmatic direction for deepfake defense tools—embedding detection capabilities into users' real interaction contexts, rather than requiring them to change their habits and proactively verify content. In an era of increasingly rampant AI-generated content, this "detect as you browse" instant protection concept directly addresses the most genuine pain point ordinary users face when confronted with deepfake threats. Whether it can deliver on its promises of accuracy and long-term adversarial resilience will determine if it's just another concept product or a true digital security gatekeeper. For users concerned about privacy and anti-fraud, it at least provides a free option worth trying.
Related articles

Sunday Club: A Weekly Hand-Picked List to Combat Information Overload Through Human Curation
Sunday Club is a minimalist product discovery tool that delivers a hand-curated list every Monday — no algorithms, no streaks. A deep dive into its human curation model and design philosophy.

Quasar 438B: Europe's New AI Sovereignty Flagship — A Deep Dive into the 438-Billion-Parameter Model
Quasar 438B is a 438-billion-parameter European large model branded as Europe's leading AI. This article analyzes its global positioning, AI sovereignty implications, and real-world prospects.

Giant Scorpion Fossil Over 1 Meter Long Discovered in the UK: An Ancient Predator from 400 Million Years Ago
Paleontologists discover Praearcturus gigas, a giant scorpion species over 1 meter long from UK Devonian strata dating back 410–420 million years, revealing key insights into Paleozoic arthropod gigantism.