Monica is a cross-platform desktop image editor. It supports a wide range of image formats (including camera RAW), integrates both traditional image processing and deep learning–based image enhancement, and provides an extensible, developer-friendly editing experience.
- UI Framework: Kotlin Compose Multiplatform (Desktop)
- Image Processing: OpenCV
- Deep Learning Inference: ONNX Runtime
- Backend Languages: Kotlin / C++
- Build Tools: Gradle / CMake
- Import: JPG, PNG, WebP, SVG, HDR, HEIC
- Import camera RAW files: CR2, CR3, etc.
- Export: JPG, PNG, WebP
- Zoom and preview
- Local blur & mosaic
- Freehand drawing, shapes, and text annotations
- Color picker
- Geometric transforms: flip, rotate, scale, shear
- Cropping with multiple shapes
- Adjustments: contrast, hue, saturation, brightness, temperature, highlights, shadows
- 50+ adjustable filters
- Multi-image → GIF creation
- Quick validation of OpenCV algorithms with parameter tuning
- Face detection (face, gender, age)
- Sketch generation from photos
- Face replacement
- Cartoonization with multiple styles
Use IntelliJ IDEA / IntelliJ IDEA CE
git clone https://github.com/fengzhizi715/Monica.git
cd Monica
./gradlew runRecommended packaging command:
./gradlew packageCurrentOsWithBundledWebRuntimeNotes:
- Local development defaults to
isProVersion=false - Packaging tasks automatically switch to
isProVersion=true - macOS output:
build/output/main/dmg/ - Windows output:
build/output/main/exe/ - Linux output:
build/output/main/rpm/
If you want to run platform-specific tasks directly:
./gradlew packageDmg
./gradlew packageExe
./gradlew packageRpmMonica-x64-1.1.4.dmg
Download Link: https://pan.baidu.com/s/1ZS2e8krIh_kGUUEogMknrg?pwd=eyx7
Monica-arm64-1.1.4.dmg
Download Link: https://pan.baidu.com/s/1JJwT_UNFrQa-tUsAYywqkA?pwd=mngu
Monica-1.0.9.exe (latest version will be provided later, no Windows machine available now)
Download Link: https://pan.baidu.com/s/1jL0bL17Omxtc2rqOBn9yWg?pwd=5dii
Coming soon
Support for English UI + Multiple Themes
English UI examples:
More screenshots 👉 Feature Overview
Articles 👉 Juejin Column
Code repo: https://github.com/fengzhizi715/MonicaImageProcess
Currently, prebuilt algorithm libraries are available for macOS and Windows. Kotlin calls them via JNI.
| Library Name | Version | Description | Notes |
|---|---|---|---|
| libMonicaImageProcess.dylib | 0.2.3 | Prebuilt for macOS | Built with CLion |
| libopencv_world.4.10.0.dylib | – | OpenCV 4.10.0 prebuilt for macOS | Built with CMake |
| MonicaImageProcess.dll | 0.2.1 | Prebuilt for Windows, depends on opencv_world481.dll | Built with Visual Studio 2022 |
| opencv_world481.dll | – | OpenCV 4.8.1 prebuilt for Windows | Built with Visual Studio 2022 |
Monica communicates with deep learning inference services via HTTP.
You need to set the Algorithm Service URL in General Settings.
Source code & models 👉 https://github.com/fengzhizi715/MonicaImageProcessHttpServer
No online deployment provided. Feel free to build and run locally.
-
- Multi-format import/export
-
- Core image editing features
-
- AI module integration
-
- Plugin system support
-
- More AI features (face retouching, background removal, style transfer, etc.)
Upcoming TODO:
- Unified error handling
- Improved configuration management
- Enhanced cropping tools
- Face retouching
- Image compression
- Upgrade Kotlin Compose Desktop & third-party libraries
Contributions of all kinds are welcome: new features, bug fixes, docs, or feedback.
Apache License 2.0
See CHANGELOG
WeChat: fengzhizi715
Email: fengzhizi715@126.com









