Introduction
In an era where mobile apps routinely demand access to your contacts, location, and storage, finding a file viewer that asks for absolutely nothing is refreshing. Enter Gander — an open-source Android file viewer that requires zero permissions. It lets you open PDFs, Word documents, Excel sheets, PowerPoint presentations, images, videos, audio files, Markdown, and even code files — all without a single permission request.
Gander has been making waves on Hacker News, earning 206 upvotes and 73 comments from privacy-conscious users. In this article, we'll dive deep into what makes Gander special, why zero-permission apps matter, and how you can start using it today.
What Is Gander?
Gander is a free, open-source file viewer built specifically for Android. It's designed to be a lightweight, privacy-first alternative to heavyweight office suites and media players. Instead of juggling multiple apps, Gander provides a unified viewing experience for a wide range of file formats.
Its standout feature is the complete absence of permission requests. Most file viewers on the Play Store ask for storage access, location, and even camera permissions. Gander, on the other hand, uses Android's Storage Access Framework (SAF) and content URIs to open files without ever needing broad storage permissions. This means you can browse and open files without granting the app any access to your personal data.
Why Zero-Permission Matters for Privacy
Android permissions are a double-edged sword. While they enable useful functionality, they also open the door to potential misuse. Many apps request permissions they don't actually need, and users often grant them without a second thought. This can lead to data harvesting, tracking, and even security vulnerabilities.
Gander's zero-permission approach is a game-changer for several reasons:
- No data leaks: Without permissions, Gander cannot access your location, contacts, or other sensitive data.
- No background tracking: The app cannot run in the background to collect usage data.
- Minimal attack surface: With no permissions, there's less code that can be exploited by malicious actors.
- User trust: Knowing an app asks for nothing builds immediate trust and aligns with the growing demand for privacy-respecting software.
Supported File Types
Gander is surprisingly versatile. It supports a wide range of formats, making it a one-stop solution for viewing files without needing multiple apps:
- Documents: PDF, Word (.doc, .docx), Excel (.xls, .xlsx), PowerPoint (.ppt, .pptx)
- Media: Images (JPEG, PNG, GIF, etc.), Video (MP4, MKV, etc.), Audio (MP3, FLAC, etc.)
- Text & Code: Markdown (.md), and common code files like .txt, .html, .css, .js, .py, and more
This makes Gander ideal for students, professionals, and developers who need to quickly view files without switching apps.
How Gander Compares to Alternatives
Let's see how Gander stacks up against popular file viewers:
| Feature | Gander | Google Drive Viewer | OfficeSuite | VLC |
|---|---|---|---|---|
| Permissions | None | Full storage, account, etc. | Storage, location, phone | Storage, location |
| Open Source | Yes | No | No | Partially |
| Cost | Free | Free | Freemium | Free |
| File Formats | Wide (docs, media, code) | Docs, images, some media | Office docs only | Media only |
| Privacy | Excellent | Poor (Google tracks) | Moderate | Moderate |
Unlike Google Drive Viewer, which is tied to your Google account and tracks your activity, Gander is completely offline and anonymous. OfficeSuite and VLC are great for their specific purposes, but they require permissions and aren't open source. Gander offers a simpler, more private alternative for viewing a broad range of files.
Installation Guide
Installing Gander is straightforward. Since it's open source, you can get it from the GitHub repository or build it yourself. Here's how:
- Download the APK: Visit github.com/mokshablr/gander and download the latest release APK from the Releases section.
- Enable Unknown Sources: Go to your device settings, then security, and allow installation from unknown sources (or your browser).
- Install: Open the downloaded APK and tap Install.
- Open Gander: Launch the app. You'll notice it asks for no permissions — just start using it.
Note: Since Gander uses SAF, you can open files from any provider (e.g., Google Drive, Dropbox) without granting storage permissions. Simply navigate to the file and choose Gander as the viewer.
Who Should Use Gander?
Gander is perfect for:
- Privacy-conscious users who want to avoid apps that request excessive permissions.
- Students who need to view lecture slides, PDFs, and documents.
- Professionals who frequently handle Office files and want a lightweight viewer.
- Developers who read code and Markdown files on the go.
- Minimalists who prefer open-source, bloat-free apps.
If you're tired of apps that demand access to everything, Gander is a breath of fresh air.
Conclusion
Gander is more than just a file viewer — it's a statement that privacy and functionality can coexist. With zero permissions, it protects your data by design. Its support for a wide range of file types makes it a practical tool for everyday use. And being open source, it's transparent and community-driven.
Whether you're a privacy advocate, a busy professional, or just someone who values simplicity, Gander deserves a spot on your Android device. Head over to github.com/mokshablr/gander, download it, and experience the freedom of a truly permissionless app.
Your files, your device, your privacy — Gander respects all three.
Top comments (0)