Download PaintFE
No subscription. No account. No telemetry. Just download and run.
Latest release asset links will load automatically from GitHub.
yay -S paintfe-bin instead — no compile step required.
The portable .exe is unsigned, so SmartScreen may show "Windows protected your PC". Click More info then Run anyway.
If you want the cleanest Windows install path, use the Microsoft Store build. Detailed steps are on the Help page.
The macOS GitHub autobuilds are unofficial convenience builds. Open the .dmg, copy PaintFE to your Mac, then use Right-click → Open on first launch.
If Gatekeeper still blocks it, go to System Settings → Privacy & Security and click Open Anyway. More detail is on the Help page.
- Single binary (no installer)
- 12 brush tips in 4 categories
- 10 vector shape presets
- ~50 MB total footprint
- 15 languages built-in
- Rhai scripting engine
- GPU compute shaders
- No internet required
Zero network connections. No telemetry, no license checks, no auto-updater. You choose when to update.
System Requirements
AI Background Removal (optional) requires ~2 GB extra RAM and a local ONNX Runtime. See the AI setup guide.
Build it Yourself
Standard Rust/Cargo project. 3–5 minutes on modern hardware.
cd paintfe
cargo build --release
%APPDATA%/PaintFE/ (Windows), ~/.config/paintfe/ (Linux), or ~/Library/Application Support/PaintFE/ (macOS).MIT Licensed, Open Source
Use commercially, fork it, embed it, redistribute it. Only condition: preserve the license notice.
Windows portable downloads are unsigned, and the macOS .dmg builds are unsigned and unnotarized. Code signing is planned. The Microsoft Store version is verified. Zero network connections. No telemetry.
Full batch processing CLI for scripted workflows. Glob support, Rhai scripts, format conversion.
CLI Reference →