



Whisp - The Anti Note for gnome and linux.
Hey r/foss,
I wanted to share an open-source project I've been developing in my free time as a university student. It's called Whisp.
So, I built Whisp using Python and GTK4/Libadwaita. It's an anti-folder, gesture-driven scratchpad designed specifically for Linux/GNOME. Everything is stored locally in standard text formats, and there is zero telemetry or cloud syncing. I actually found the app idea from snazzy labs who was showing Anti Note but I wanted it on linux. And that is the main reason I built it.
I just released version 1.3.5, and I've added a few major features:
Smart Expansions: Type :: to open a native autocomplete menu. You can instantly insert localized dates, roll dice (e.g., ::roll(d20)), or generate secure local passwords and UUIDs directly into your notes.
Text Manipulation: You can select blocks of text and type commands like ::prepend (to instantly make checklists) or ::upper without touching your mouse.
Per-Note WYSIWYG: Write in raw Markdown, but you can toggle WYSIWYG formatting on a per-note basis depending on what you're writing.
Swipe-Driven: No sidebars or folder trees. You just swipe left and right (or use keybinds) to cycle through your recent scratchpads, keeping the interface completely uncluttered.
It’s completely free and open source under the GPL-3.0 license. I'd love to hear feedback from the FOSS community on how I can improve it! You can download it through flathub directly for your linux machine.
Links:
Source Code: https://github.com/tanaybhomia/Whisp
Flathub: https://flathub.org/apps/io.github.tanaybhomia.Whisp
Website / Manual: https://tanaybhomia.github.io/Whisp/