Replying to Avatar alp

It's finally here! I've been nagging you guys about this like forever, now it's out and ready to download.

Ladies and gentlemen...

πŸ’« #NoorNote! Together with #NoorSigner! πŸ’«

https://github.com/77elements/noornote

For Linux and Mac. Download it here: https://github.com/77elements/noornote/releases

Here's a snippet from the feature list:

🌟 Spotlight-like search - Search by Event, Username, npub and full-text. With built-in browsing history. Quick access to anything with CMD+K/CTRL+K

🌟 Search in npub - Search for keywords within a specific user's posts

🌟 Rich Bookmarks - Drag & drop sortable lists with folder organization

🌟 Custom Bookmarks - Bookmark any URL, just like in a browser

🌟 Mute Threads - Say bye to hell threads

🌟 Follow lists - With mutual badges and zap balances

🌟 Quoted reposts - Shown in note's replies

🌟 Article notifications - Get notified on new articles per user

🌟 Analytics per note - See who liked, reposted, quoted, replied, or zapped

🌟 Thread mention alerts - Get notified when someone replies to a note you were mentioned in

🌟 Local list backups - Manual NIP-51 list management, never lose your follows, bookmarks, or mutes again

🌟 Multiple NIP-05 support - Add multiple verified addresses to your profile

🌟 Safe NWC string storage - Stored in keychain (macOS) or Secret Service (Linux)

And here are a few screenshots:

First release, let me know about any bugs. Hit me up right here on Nostr or on GitHub, whatever. I'm gonna go party first.

Jumu'ah Mubārak! Ψ¬Ω…ΨΉΨ© Ω…Ψ¨Ψ§Ψ±ΩƒΨ©

sorry, I tried the appimage, but for some reason the app seems to freeze when I open it.

Reply to this note

Please Login to reply.

Discussion

Okay, I'll check it out. Thanks for the feedback!

can I give you the letter that gave me the file? is this:

/usr/lib/x86_64-linux-gnu/gvfs/libgvfscommon.so: undefined symbol: g_variant_builder_init_static

Failed to load module: /usr/lib/x86_64-linux-gnu/gio/modules/libgvfsdbus.so

/usr/lib/x86_64-linux-gnu/gvfs/libgvfscommon.so: undefined symbol: g_variant_builder_init_static

Failed to load module: /usr/lib/x86_64-linux-gnu/gio/modules/libgvfsdbus.so

/usr/lib/x86_64-linux-gnu/gvfs/libgvfscommon.so: undefined symbol: g_variant_builder_init_static

Failed to load module: /usr/lib/x86_64-linux-gnu/gio/modules/libgvfsdbus.so

[2025-12-22][19:04:39][webview:info@tauri://localhost/assets/js/main-Cgo-j-BC.js:397:390][INFO] [CrashLogger] Initialized - crash logs will be saved to OS log directory

GStreamer element appsink not found. Please install it.

GStreamer element autoaudiosink not found. Please install it

(WebKitWebProcess:13342): GLib-GObject-CRITICAL **: 11:04:46.749: invalid (NULL) pointer instance

(WebKitWebProcess:13342): GLib-GObject-CRITICAL **: 11:04:46.749: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed

Thank you. Can you tell me which Linux distribution you’re using?

debian trixie

Please try the following:

./noornote-0.2.16-linux-amd64.AppImage --appimage-extract

cd squashfs-root

./noornote

The problem is that Tauri automatically bundles WebKitGTK/GLib into the AppImage. Debian Trixie has newer versions leading to a symbol conflict with g_signal_connect_data.

Have you tried installing the .deb package? That'd be the cleanest way.

Sorry, I can't replicate that on my hardware because I'm running aarch64. Could you create a log file for me with

./noornote-*.AppImage 2>&1 | tee noornote.log

and send me the noornote.log?