A 13K-star Android app that refuses to do just one thing
ImageToolbox crams crop, OCR, background removal, PDF export, and AI upscaling into a single Kotlin app—because phone storage is finite and attention spans are shorter.

What it does ImageToolbox is an Android image editor built in Kotlin with Jetpack Compose and Material You. It handles the usual suspects—crop, draw, filters, EXIF editing—then keeps going into OCR, background removal, QR scanning, PDF creation, photo collages, and AI upscaling. The README claims “dozens of features” and the topic list (jxl, psd, f-droid, etc.) suggests the author collects formats like Pokémon cards.
The interesting bit This isn’t a thin wrapper around a cloud API. It’s a 379K-line native Android app distributing via Play Store, F-Droid, GitHub, and Obtainium simultaneously—rare breadth for an indie open-source project. The Material You theming and Jetpack Compose stack also make it a reference-grade example of modern Android UI architecture.
Key highlights
- Supports niche formats: JXL, PSD, plus standard fare
- AI features mentioned but specifics are vague in the README (“enhance images with AI” is as detailed as it gets)
- Background removal and OCR without calling out to paid services—unclear if on-device or not
- Distribution across four channels including Obtainium, which signals a privacy-conscious user base
- 13K+ stars with active CI and beta releases via Telegram
Caveats
- The README is heavy on badges and donation links, light on technical architecture details
- AI capabilities are asserted without explaining models, latency, or offline requirements
- “Powerful” appears twice in the project’s own description—ironic given our ban list
Verdict Android developers building media apps should study the Compose UI patterns; privacy-minded users get a feature-rich editor without the Adobe tax. Skip it if you need a server-side batch pipeline or clear documentation of what’s running locally versus in the cloud.