π‘οΈ Mehr Guard v2.0.36 β KotlinConf 2025-2026 Contest Submission
Privacy-first QR phishing detection across 5 Kotlin Multiplatform targets.
π₯ Downloads
| Platform |
Artifact |
Notes |
| Android |
MehrGuard-2.0.36-debug.apk |
Debug-signed, ready to install |
| iOS |
Build from Xcode |
See Quick Start below |
| Web |
Live Demo |
No install required |
| Desktop |
./gradlew :desktopApp:run |
JDK 17+ required |
β‘ 60-Second Judge Path
- Download APK β Install on Android 8+ device
- Open Web Demo β Paste
paypa1-secure.tk to test
- Run
./judge/verify_offline.sh β Proves zero network calls
π Key Files
| File |
Purpose |
| JUDGE_QUICKSTART.md |
5-minute verification guide |
| ESSAY.md |
Competition essay (327 words) |
| JUDGE_VERIFICATION_SUMMARY.md |
Audit results with commands |
| docs/VIDEO_DEMO.md |
Video demonstration |
π APK Verification
shasum -a 256 MehrGuard-2.0.36-debug.apk
# fada638e9bb60d833e0ed2b422b69f8291bc508f3c5873e474c68d6c2b74fad3
β
Verified Claims
- 100% Offline β Zero network calls during analysis
- 87% F1 Score β Precision 85%, Recall 89%
- <5ms Latency β P50 median analysis time
- 5 Platforms β Android, iOS, Desktop, Web JS, Web Wasm