Skip to content
akwin1234 edited this page Jun 20, 2026 · 7 revisions

Welcome to the Damru Documentation Hub

πŸ“ Main GitHub Repository

Damru is an open-source, Android-native stealth browser automation framework built on Redroid, Playwright, and the Chrome DevTools Protocol (CDP). It provides a robust, undetected-chromedriver alternative by executing all modifications at the system and protocol level, bypassing modern anti-bot architectures with zero JavaScript injections.


πŸ—ΊοΈ Documentation Map

Choose a section below to explore the knowledge base:

πŸš€ Getting Started πŸ›‘οΈ Stealth Architecture βš™οΈ Reference Guides
β€’ Getting Started
β€’ WSL2 Native Setup
β€’ Stealth Architecture
β€’ Bypassing Anti-Bots
β€’ CLI Reference
β€’ Python API Guide
πŸ“¦ Advanced Workflows πŸ› οΈ Support & Maintenance
β€’ OS Image Baking
β€’ Device Profiles Pool
β€’ Troubleshooting & FAQ
β€’ Changelog

🌟 Core Pillars of Damru

  1. Zero JavaScript Injection
    Unlike traditional extensions and browser automation tools, Damru does not modify window.navigator using prototype monkey-patching. Fingerprints are modded at the Android kernel, GLES driver, and system-property levels, leaving no JS-detectable trace.
  2. Real Mobile Executable Environment
    By running inside Redroid (Real-time Android in Docker), Chrome and WebView run as they would on physical smartphones, complete with true hardware-concurrency, sensor APIs, and audio/video codecs.
  3. Cross-Platform Readiness
    Designed for Ubuntu VPS deployments, local development, and fully compatible with Windows Subsystem for Linux (WSL2).

Note

If you find Damru saves you development hours, please consider keeping our anti-detect research public by supporting us via our donation portal.

Clone this wiki locally