✨ Now Open Source & Trusted by 10,000+ Users!

Take Control of Your Recording Experience

VigiLens isn't just another recording app. It's your trusted companion for capturing life's important moments without compromising privacy. Your recordings stay exactly where they belong – with you.

No Cloud Sync Background Recording Military-Grade Privacy
10K+
Downloads
4.8/5
Rating
500+
Contributors
VigiLens App Screenshot
Features That Matter

Why Thousands Choose VigiLens

Discover why VigiLens has become the trusted choice for privacy-conscious users worldwide

Open Source

Fully open source and community-driven development. Review, modify, and enhance the code directly on GitHub. We believe in transparency and welcome contributions from developers worldwide to build a more secure and innovative future together.

Privacy Shield

Your privacy isn't just a feature – it's our foundation. VigiLens operates completely offline, ensuring your recordings never touch the internet. With local-only storage and zero data collection, you maintain 100% control over your content.

Stealth Mode

Need discrete recording? VigiLens runs silently in the background with zero visible indicators. Perfect for security monitoring, recording meetings, or documenting important situations without drawing attention.

Instant Access

Start recording in seconds with our Quick Tiles and widgets. No need to open the app – one tap from your home screen and you're rolling.

Crystal Clear Recording

Capture every detail in stunning HD quality. Whether you're recording meetings, lectures, or important moments, our optimized encoding ensures crystal-clear audio and video while keeping file sizes manageable.

Complete Control

Take charge with customizable recording settings. Choose your quality preferences, manage storage locations, set auto-delete rules, and control exactly how VigiLens works for you.

Open Source Project

Built by the Community, for the Community

VigiLens represents the best of open-source development. Every line of code is publicly available, scrutinized by security experts, and improved by passionate developers worldwide.

500+
Active Contributors
2.1k
GitHub Stars
340+
Code Contributors
180+
Feature Improvements

Recent Achievements

Silent Recording - New stealth mode with zero shutter sounds
HD Quality Upgrade - Now supports Full HD (1920x1080) resolution
Enhanced Security - Password-protected storage with automatic management
Quick Access - New screen lock icon for instant background recording
Battery Optimization - Improved performance for extended recording sessions

GitHub Repository

Browse the code, report issues, and contribute

Documentation

Learn how to contribute and use VigiLens

video_recorder.ts
import { Camera, StorageManager } from '@VigiLens/core';

class VideoRecorder {
private camera: Camera;
private storage: StorageManager;

async startRecording(options: RecordingOptions) {
  try {
    // Initialize camera with custom settings
    await this.camera.initialize({
      quality: options.quality,
      fps: options.fps,
      encryption: options.encryption
    });

    // Configure storage location
    await this.storage.configure({
      path: options.storagePath,
      maxSize: options.maxFileSize
    });

    // Start background service
    await BackgroundService.start({
      notification: false,
      lowPowerMode: true
    });

    // Begin recording
    return await this.camera.record();
  } catch (error) {
    console.error('Recording failed:', error);
    throw error;
  }
}
}
main 2.1k stars 342 forks
View Repository
Community Driven

Join the VigiLens Movement

More than an app, VigiLens is a community of privacy-conscious individuals who believe in the power of secure recording.

Community Impact

500+
Contributors
2.1k
GitHub Stars
342
Forks
180+
Pull Requests

Our Growing Community

Security Professionals
Journalists & Reporters
Privacy Advocates
Educational Institutions
Law Enforcement
Private Investigators

Latest App Updates

HD Quality Enhancement

Now supports Full HD 1920x1080 resolution

2 days ago

Screen Lock Recording

New power-off icon for quick recording

5 days ago

Privacy Enhancement

Password-protected storage system

1 week ago
Get Started Now

Start Recording Securely Today

Join thousands of privacy-conscious users who trust VigiLens for their sensitive recording needs. Experience the peace of mind that comes with truly private video recording.

No Cloud Sync
Military-Grade Encryption
Background Recording
Complete Privacy Control
Free & Open Source