Aaand... we’re back with the monthly recap 😎
December was a big month for us: two conference talks, some real face time as a team, and solid progress toward real-time messaging.
🎤 Conferences and Speaking
- @Btrust Dev Day 🚀 Josefina + Javier presented MIP-5: private mobile notifications without leaking metadata (reliable push, hidden social graph)
Watch the presentation:
- Africa Bitcoin Conference: @Max introduced Marmot and why MLS-based group encryption brings real group messaging to Nostr.
Interested? The talk is here:
- @JeffG also ran a two-hour hands-on workshop on building with Nostr and Marmot, unfortunately this was not recorded.
🏝️Team Gathering in Mauritius
With most of the team together for the conferences, we held a team meeting to discuss the streaming architecture work now underway.
Beyond the technical sessions, we answered questions from conference attendees curious about encrypted messaging on Nostr, met potential collaborators, and got to know each other better outside of GitHub and video calls.
👥 Community Call Highlights
The December community call (first Tuesday of each month, 1700 UTC) covered local WebSocket notifications and the battery and reliability tradeoffs for keeping connections alive on mobile.
We also did a deep dive on the privacy design decisions behind MIP-5.
🧩 The highlight was introducing Tubestr, the first non-chat Marmot client: Tubestr is a private video sharing app designed for kids to share their creations with a trusted circle only. Check it out at
🔧Technical Progress
Real-Time Messaging Architecture
Until now, White Noise polled for new messages every 2 seconds in the foreground and every 30 seconds in the background.
This works, but it means messages never arrive instantly and background delivery feels sluggish.
The streaming architecture work underway will change this: messages arrive the moment they're sent.
This is early work that will roll out over several releases. The groundwork includes a new subscribe_to_group_messages API that delivers an initial snapshot plus live updates for new messages, reactions, and deletions.
On the Flutter side, a new ChatStreamProvider consumes the Rust SDK stream directly, handling sorting and member resolution.
We also added an enriched chat list API that returns summaries with latest message previews, and fixed message reordering loops by using stable sorting with createdAt plus message id as a tiebreaker.
📲 Android Platform Stability
Several fixes this month target real-world Android issues.
Notifications weren't arriving after device restart because the foreground service only initialized the Rust library without the full database configuration.
We created a WhitenoiseInitService that properly initializes the backend from both the foreground service and the main app, making it safe to call from either entry point.
We also fixed 🧼 data cleanup on uninstall so chats and profiles no longer persist after reinstalling, simplified the battery optimization permission flow to avoid stuck denial loops, and added graceful camera permission handling with an "Open Settings" link when access is denied.
💅 UI and UX Improvements
Chat bubbles now follow a standardized layout and dimension spec.
We added a new WarningBox widget used across profile screens to remind users that their profile information is public.
The media modal got fade animations and stable image positioning so the image no longer shifts when toggling overlays.
The language selector now correctly shows the system language on first load.
🦫 Marmot Protocol Spec
MIP-00 and MIP-02 now specify base64 encoding for KeyPackage and Welcome content instead of hex. This reduces payload size by roughly 33% and uses a tag-based encoding declaration.
This is a protocol hard fork, so readers must accept both formats during the transition period, but new implementations must write base64.
✏️ Marmot TypeScript SDK
The TypeScript SDK saw significant development this month with 9 merged PRs.
The main focus was building out the MarmotClient class as the primary interface for developers.
The proposals and commits flow is now implemented, allowing proper MLS group state management.
Group message reading now includes retry logic for handling unreadable messages gracefully.
Member addition and group membership methods were refactored into cleaner abstractions, and the SDK picked up base64 content encoding to match the spec change.
A new generic NostrNetworkInterface makes it easier to integrate with different Nostr implementations.
💻 MDK Language Bindings
MDK is now published to Rubygems and PyPI (as mdk-python), making it easier to integrate Marmot into Ruby and Python applications.
These join the existing Kotlin and Swift bindings, all generated via UniFFI from the core Rust crate.
💪 Security Audit
We're currently undergoing a security audit with Least Authority. This month several fixes landed based on their findings.
MDK now uses a v2 group image format with separate upload seed derivation, ensuring uploaded images use a derived keypair rather than the encryption key directly.
Migration tooling handles the transition from v1 to v2 automatically while maintaining backward compatibility.
🛠️ Expect more fixes and improvements in the coming months as the audit continues.
⏳ In Progress
A few notable PRs are still in flight.
The optimistic UI work will make messages and reactions appear instantly while syncing with the server.
NIP-55 support will enable integration with Amber and other external signers.
Media layout standardization will bring dynamic grid sizing that respects screen width constraints.
🌷 Ecosystem Growth
Several new projects have expressed interest in adding Marmot to their stack.
More to share as those conversations develop.
❤️ Contributors
Thanks to everyone who contributed this month: erskingardner, josefinalliende, hzrd149, gzuuus, untreu2, jgmontoya, codeswot, Quwaysim, ayushsaksena30, AbdulbasitSaid, mubarakcoded, dannym-arx, and kuba-04.
-
If you're building on Nostr and want to add encrypted messaging, check out the Marmot Protocol spec.
If you want to contribute to the reference implementation, White Noise is open for PRs.
The next community call is the first Tuesday of January at 1700 UTC.

Tubestr — Creative Freedom for Kids
A safe, parent-guided video platform where kids can film, edit, and share videos. Built on Nostr for true privacy and ownership.

X (formerly Twitter)
White Noise (@whitenoisechat) on X
25/ If you're building on Nostr and want to add encrypted messaging, check out the Marmot Protocol spec:
https://t.co/Y3vQwAHpSP
If you want to co...













