Warden - Privacy monitoring for Android.
byβ’
Warden is a privacy-first Android app that monitors app permissions in real-time. It alerts you when apps access your camera, microphone, or location β even when you're not using them. No ads. No tracking. Open-source. Built by RNSL, a creation lab that builds what never has existed.
Replies
Love the real-time alerts for background access, exactly the kind of thing Android needs. One thing that would make it even more useful for me is a simple weekly summary view showing which apps pinged the mic or location the most, so I can quickly decide which ones to actually uninstall instead of reacting in the moment.
@poyraz860407Β This is a great idea β and honestly, it's already on our radar for a future update! A weekly summary would make it way easier to spot patterns and decide which apps to trust. We'll bump this up on the roadmap. Thanks for the thoughtful suggestion π
the real-time alerts when apps sneak into the camera or mic feels like the kind of guardrail android has been missing. respect for keeping it open-source and ad-free too.
@ekin1365035Β This one hit different. π Exactly why we built it β Android needed a simple, honest guardrail, not another ad-filled tool. Keeping it ad-free is non-negotiable for us, and we're working toward open-sourcing the code soon. Glad it resonates. π€
How does it actually detect background access without draining the battery or running constantly in the foreground?
@n_yalc23333Β Great question β and honestly, this is the most important one to ask.
Warden doesn't run constantly in the background or drain your battery. Instead, it uses Android's built-in appops system (via Shizuku) to check permission logs β the same system Android itself uses behind the scenes. It's not a continuous scanner; it's a lightweight, on-demand checker.
Here's how it works in practice:
β’ It checks every 10 seconds using a tiny shell command
β’ It only reads the log, it doesn't keep scanning or processing in the background
β’ Battery impact is minimal β the FAQ in our README even says so!
β’ You can also set Warden's battery to "Unrestricted" for the smoothest experience
The goal is to make you aware of what's happening without sacrificing your phone's performance. So far, users have reported that they barely notice it running β until it alerts them about something suspicious.
Hope that clears it up! Let me know if you have any other questions π
finally something that addresses the real privacy issue on android - background access detection, which most apps quietly ignore. love that it's open-source and actually respects users by having no ads or tracking.
@ramazan786769Β This means a lot β especially because you nailed exactly why we built it. Background access is the silent privacy issue most apps ignore, and we wanted to give users a simple way to see it. And yes, open-source is the goal β we're working on making the full source public very soon. No ads, no tracking, no compromises. π
how does it actually detect when an app accesses the mic or camera in the background without draining the battery on its own?
@ogluzafer53599Β Great question β Warden doesn't drain battery because it's not constantly scanning. It uses Shizuku to read Android's system logs (the same ones that show the permission dots). It only checks every 10 seconds with a lightweight command, so battery impact is minimal. Think of it like checking a logbook, not recording everything in real-time.