jspaint version history
2 releases tracked, newest first.
v1.1.0
Apr 10, 2026- Added AppImage build for Linux, macOS menu bar integration, and new Extras features like Draw Randomly and Head Tracker.
- Improved embedding API with better file save handling and marked more parts as optional.
- Fixed various UI issues, including cursor alignment, printing, and clipboard access.
- Updated Electron to Chrome 104 for Local Font Access API support and improved codebase structure.
6 downloads
v1.0.0-beta.1
Pre-releaseMar 11, 2024Electron app features:
- Cross-platform (macOS, Windows, Linux)
- Native-like experience (no address bar, etc.)
- **File > Save** will save directly to the file (rather than downloading a copy)
- Files can be opened in various ways:
- **File > Open**
- Drag and drop onto window
- Drag and drop onto dock icon on macOS
- Drag and drop onto desktop shortcut
- **Right Click > Open With** in file manager (macOS and Linux)
- On Windows, you can set up a registry file to add this option... more or less. I've made it generate a registry file, but you have to manually apply it, and it only adds it to **Show more options > Edit** in Windows 11.
- Command line: `jspaint some/path/to/a/file.png`
- **File > Set As Wallpaper (Tiled)** and **File > Set As Wallpaper (Centered)**
- On macOS, an icon representing the currently open file is shown in the titlebar. You can drag this icon into other applications, for example to include the image you're editing in an email. The icon is dimmed while there are unsaved changes.
<details><summary>Electron app limitations</summary>
- Basics:
- Execution is blocked by default on Mac and Windows
- On macOS you need to
4 downloads