See what others hide. The only QR code reader that shows you the actual bytes, not just the interpreted content. Essential for security professionals, developers, and anyone who values transparency.
Every QR code reader tells you what it thinks the code contains. But what if you need to know exactly what's encoded?
QR codes can hide tracking redirects, non-standard encodings, and unexpected data that standard parsers miss. This app gives you the transparency to see the raw bytes—the ground truth—so you can make informed decisions about what you're scanning.
Built for those who believe in seeing the full picture.
Unlike standard readers that only show interpreted content, we display the actual raw bytes. This isn't just a feature—it's the foundation of trust and security.
Detect tracking redirects before clicking. Verify URLs. Audit suspicious content. All without sending data anywhere—everything processes locally on your device.
We intelligently parse common formats (URLs, contacts, WiFi, email, SMS, locations, calendar events) while always preserving access to the underlying raw data. Best of both worlds.
No network required. No data collection. No tracking. Your privacy isn't an afterthought—it's built into every design decision.
- Download the latest APK from GitHub Releases
- Install on your Android device (6.0+)
- Grant camera permission when prompted
- Scan a QR code and tap "Hex Editor" to see the raw bytes
System Requirements: Android 6.0 (API 23) or higher, camera hardware
# Clone and build
git clone https://github.com/kibotu/hexqr.git
cd hexqr
./gradlew assembleDebugSee Building for detailed setup instructions.
The app intelligently parses and displays:
- URLs — Protocol, domain, path, query parameters, fragments
- Contacts (vCard) — Name, phone, email, address, organization
- WiFi Networks — SSID, security type, password, hidden flag
- Email — Address, subject, body
- SMS — Phone number and message
- Geographic Location — Latitude, longitude, altitude
- Calendar Events — Title, dates, location, description
- Plain Text — Raw text with encoding information
All formats maintain full access to raw byte data through the hex editor.
We take privacy seriously. Here's what that means in practice:
- ✅ Zero network requests — Everything processes offline
- ✅ No data collection — No analytics, no tracking, no telemetry
- ✅ Local processing only — Camera data never leaves your device
- ✅ No automatic storage — Content is only saved when you explicitly share it
Your data stays yours. Always.
- Android Studio — Hedgehog (2023.1.1) or later
- JDK — Version 21 or higher
- Android SDK — API 23+ (Android 6.0)
- Gradle — Included via wrapper
-
Clone the repository
git clone https://github.com/kibotu/hexqr.git cd hexqr -
Configure signing (for release builds)
cp keystore.properties.example keystore.properties # Edit keystore.properties with your release keystore credentials -
Open in Android Studio
- Select "Open an Existing Project"
- Navigate to the cloned directory
- Wait for Gradle sync to complete
-
Build
# Debug build ./gradlew assembleDebug # Release build (requires keystore.properties) ./gradlew assembleRelease
APK files are generated in
app/build/outputs/apk/
- Camera issues: Ensure permission is granted and no other app is using the camera
- QR not detected: Check lighting, hold steady, keep code in frame
- Build failures: Verify JDK 21 is installed, sync Gradle, clean build:
./gradlew clean build
Architecture: MVVM with StateFlow
Language: Kotlin 2.2.21
UI Framework: Jetpack Compose (BOM 2025.11.00)
Camera: CameraX + ML Kit Barcode Scanning
Dependency Injection: Hilt
Minimum SDK: API 23 (Android 6.0)
Target SDK: API 36 (Android 15)
Built with modern Android best practices, focusing on maintainability, performance, and user experience.
We welcome contributions! Whether it's fixing bugs, adding features, or improving documentation, your help makes this project better.
How to contribute:
- Fork the repository
- Create a feature branch
- Make your changes
- Submit a pull request
For major changes, please open an issue first to discuss your ideas. We're always happy to collaborate.
Built with excellent open-source tools:
- Jetpack Compose — Modern declarative UI
- CameraX — Camera abstraction layer
- ML Kit — Barcode scanning
- Hilt — Dependency injection
Thank you to the Android developer community for these incredible tools.
Simple. Transparent. Privacy-focused. That's the goal, and we're working to make it better every day.
