Analysis updated 2026-05-18
Edit photos and images on Linux with a familiar Paint.NET-style layer-based workflow.
Apply and preview effects like blurs, sharpening, and edge detection before committing to them.
Write a custom effect plugin that appears alongside the built-in effects menu.
Build the editor from source on distributions without prebuilt packages, like Fedora or Arch.
| univers4craft/paint.software | khenderson20/clearcore | meerzulee/generalsxweb | |
|---|---|---|---|
| Stars | 9 | 9 | 9 |
| Language | C++ | C++ | C++ |
| Setup difficulty | easy | moderate | hard |
| Complexity | 2/5 | 4/5 | 5/5 |
| Audience | general | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires Qt 6.4 or newer for the packaged installers, older distributions like Ubuntu 22.04 need to build from source instead.
paint.software is a free, open source image editor for Linux built to look and feel like Paint.NET, a popular Windows image editing program. It aims to give Linux users a familiar, lightweight alternative with layers, blend modes, selections, effects, and adjustments, without needing to run Windows software through a compatibility layer or a virtual machine. The editor includes layers with opacity and blend modes, a native file format that saves your full layer stack alongside the ability to export flat images as PNG or JPEG, a text tool with bold, italic, and underline options, and a standard set of drawing tools like a paintbrush, pencil, eraser, paint bucket, gradient tool, shape tools, a clone stamp, a color picker, and selection tools including a magic wand and lasso. It also offers a long list of adjustments such as brightness and contrast, hue and saturation, levels, and curves, along with more than thirty visual effects like blurs, sharpening, edge detection, and an oil paint style effect, each with a live preview so you can see the result before applying it. A plugin system lets developers add their own effects that show up in the same menu as the built-in ones, and a sample plugin ships with the program to show how that works. The interface is available in English and French, with light and dark themes, and it supports multiple open documents at once alongside rulers and an effectively unlimited canvas size. Installation options include a signed APT repository and downloadable .deb package for Debian-based systems like Ubuntu and Linux Mint, a portable AppImage that runs on any distribution without installation, a Flatpak package, or building it yourself from source using a C++17 compiler, CMake, and the Qt6 toolkit. The project is released under the MIT license and describes itself as an independent community project with no official connection to Paint.NET or its creators.
A free, open source image editor for Linux that mirrors Paint.NET's layer-based workflow, with dozens of effects, adjustments, and a plugin system.
Mainly C++. The stack also includes C++, Qt6, CMake.
MIT licensed: free to use, modify, and redistribute, including commercially, as long as the copyright notice is kept.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.