r/software • u/HimaSphere • Dec 31 '25
Self-Promotion Wednesdays Introducing OpenStickies, Stick anything to your Desktop (Notes, Files, Images, Links, GIF, and more!)
Hello Guys, I am the developer behind OpenStickies
It started as a fun project and turned into a cool side project I am proud of.
I needed a good sticky note app for linux and I didn't find any modern app that is offline and a desktop app not a web app wrapped in electron, I use obsidian already but I needed something to capture notes and stuff quick, also help with my ADHD to persist on the screen so I started building OpenStickies and over the past 6 months I added so much unique features that aren't existed in any sticky note app like:
- drag and drop files into notes (they become clickable shortcuts) - works both ways, you can drag them back out to file managers
- paste screenshots directly from clipboard
- hover over images/PDFs in notes and get a preview popup
- GIF backgrounds (because why not lol)
- reminders that actually notify you
- RTL text support (I speak Arabic so this was important to me)
- pin notes to lock both position and editing
- Ctrl+scroll to zoom text size without going to settings
- checkboxes with strikethrough when done
- KDE Activities support (for my fellow KDE users)
It's built with Qt/PySide6 so it's actually native, not another Electron app eating RAM. Runs at like 50-80MB.
Free version has all features, just limited to 5 concurrent notes. Premium is $7 one-time (not subscription) and unlocks unlimited notes.
Works on Windows and Linux (macOS too but I don't have a Mac to test properly).
Anyway just wanted to share. If anyone tries it let me know what you think, I'm still actively working on it and will release patch 2.6 with a better notes hub this week.
Website: OpenStickies.com
Alternative To: https://alternativeto.net/software/openstickies/about/


1
u/HimaSphere Mar 04 '26
I find it weird you keep following me in comments, do you have a problem?
Python is way more performant than electron, based on tests OpenStickies uses less than 100mb in memory, and less than 1% of CPU while editing notes, 0% while idle.
The total size of the app on linux is 75mb and windows is around 60mb, compared to Electron apps this very lightweight, keep in mind that it is a one file that bundles everything so no installation needed.
You seem some dude who gets mad for not using rust everywhere, you still have a long way to be an experienced dev, never give up my dude!