==================================================
#10 🎁 Developer Tools, updates and Guides
==================================================
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
1. Nostr PHP - 1.8.0
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Nostr PHP is a helper library that makes it easier for developers to interact with the Nostr protocol using PHP. This release adds support for NIP-05 lookups, NIP-17 private direct messages, and additional metadata fields for profiles. It also includes a fix for NIP-44, improvements to relay handling via Relay and RelaySet methods, and the removal of the CLI tool from the library. These updates enhance protocol support, simplify integration, and give developers more flexibility when building Nostr-based PHP applications.
Developed by: @Sebastix, @Djuri
Source:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
2. Noscrypt - 0.1.10
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Noscrypt is a C-based cryptographic library tailored for Nostr applications. This release introduces versioned CI builds using a new semver format, modernizes Windows crypto API usage, and improves build configurations through updated Taskfiles and CMakePresets. It also updates mbedTLS to 3.6.3.1 and refreshes .NET dependencies for its wrapper. These changes enhance development workflow, ensure better compatibility, and lay groundwork for more stable builds in future updates.
Developed by: Vaughn Nugent
Source: .md
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
3. Rust Nostr - v0.42.0
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Rust Nostr is a high-level Rust library for building Nostr clients and services. This release brings major protocol updates, including a reworked NIP-46 module and a switch to NIP-44 encryption. It adds support for NIP-73 blockchain addresses, new crates for MLS messaging and storage, and relay monitoring. Deprecated protocols and outdated encryption methods were dropped, improving security, modularity, and compatibility with the evolving Nostr ecosystem.
Developed by: @Yuki Kishimoto, @reya, @Awiteb, Thomas Profelt, @Daniel D’Aquino, @JeffG
Source:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
4. Nostr Spring Boot Starter - v0.4.0
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
This starter project helps developers easily build Nostr-based applications using Spring Boot. This releases adds support for encrypted payloads (NIP-44) and gift wrap events (NIP-59), along with better handling of events missing tags. These enhancements simplify building secure, standards-compliant Nostr apps in Java while improving event filtering reliability.
Developed by: Thebora Kompanioni
Source:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
5. Mostro Core - v0.6.40
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Mostro Core is a Rust-based library that provides peer-to-peer and cryptographic functionality for decentralized applications, forming the foundation for the Mostro daemon. This release introduces encrypted database columns, enhances password handling and privacy logic, and adds a new, more readable crypto.rs module. Improvements also include refined encryption/decryption functions, better memory settings for Argon2, and smarter caching of identity keys. These updates boost security, reliability, and maintainability for developers building on the Mostro protocol.
Developed by: @negrunch, @Pinball Wizard
Source:
#dev-tools_nostr_recap
GitHub
Release 1.8.0 · nostrver-se/nostr-php
What's Changed
feat: Implement NIP-05 lookups by @dsbaars in #89
NIP 44 implementation fix and test improvements by @dsbaars in #88
remove CLI too...
GitHub
Release v0.42.0: Bump to 0.42.0 · rust-nostr/nostr
Signed-off-by: Yuki Kishimoto yukikishimoto@protonmail.com
GitHub
Release v0.4.0 · theborakompanioni/nostr-spring-boot-starter
0.4.0 - 2025-05-19
Added
nip44: Encrypted Payloads
nip59: Gift Wrap
Fixed
fix: correctly handle events without tags in tag filter
What's Change...
GitHub
Release v0.6.40 · MostroP2P/mostro-core
What's Changed in 0.6.40
Fix typo in commands
Database columns encryption by @grunch in #102
fix: improved with better zeroize of password one che...
Total zap amount: 7,083,150, compared to 7,019,551 sats the week before
Total events: 2,576,751, compared to 2,760,038 events the week before
Many thanks to