mirror of
https://github.com/aljazceru/awesome-nostr.git
synced 2025-12-10 06:48:49 +00:00
Merge branch 'main' of https://github.com/BEEBSDONE/awesome-nostr into main
This commit is contained in:
42
README.md
42
README.md
@@ -34,8 +34,9 @@ of the public instances.
|
||||
- [nostr_relay](https://code.pobblelabs.org/fossil/nostr_relay/) – a nostr relay written in python, backed by SQLite
|
||||
- [søstr](https://github.com/metasikander/s0str) – a private nostr relay written in rust, saves all notes from one pubkey and publish them to anyone that requests them
|
||||
- [knostr](https://github.com/lpicanco/knostr) – a nostr relay implemented in Kotlin with support for Postgres and metrics(micrometer).
|
||||
- [PyRelay](https://github.com/johnny423/pyrelay)  – a python implementation of a nostr relay, using asyncio.
|
||||
- [strfry](https://github.com/hoytech/strfry)  – C++ implementation backed by LMDB with efficient syncing of events using merkle trees
|
||||
- [PyRelay](https://github.com/johnny423/pyrelay) – a python implementation of a nostr relay, using asyncio.
|
||||
- [strfry](https://github.com/hoytech/strfry) – C++ implementation backed by LMDB with efficient syncing of events using merkle trees
|
||||
- [Astro](https://github.com/Nostrology/astro)– Elixir based implementation built to be performant and highly distributed.
|
||||
|
||||
### Instances
|
||||
|
||||
@@ -62,7 +63,7 @@ them:
|
||||
- [futr](https://github.com/prolic/futr) - nostr client desktop app written in Haskell
|
||||
- [Minds](https://www.minds.com/) - open source social network. Supports reading and creating posts using the Nostr protocol
|
||||
- [Jester](https://jesterui.github.io/) - Chess over nostr
|
||||
- [Sendstr](https://sendstr.com/) - shared clipboard between devices over nostr
|
||||
- [Sendstr](https://sendstr.com/)  - shared clipboard between devices over nostr
|
||||
- [nosbin](https://nosbin.com/) - pastebin over nostr
|
||||
- [noscl](https://github.com/fiatjaf/noscl) - a basic command-line client written in Go
|
||||
- [loquaz](https://github.com/emeceve/loquaz) - a desktop app written in Rust for direct encrypted chat
|
||||
@@ -117,6 +118,8 @@ them:
|
||||
- [NostrID](https://github.com/erdaltoprak/nostrid)  - A Nostr ID Management App for iOS.
|
||||
- [nostromat](https://github.com/ekimber/nostromat)  - A Twitter-style Nostr web client, written in Clojurescript/React
|
||||
- [nostrom.at](https://nostrom.at) - live instance
|
||||
- [blogstack.io](https://blogstack.io)  - Blogging site for nostr, supports markdown
|
||||
- [Votestr](https://votestr.com/)  - Poll web app with nostr authentication and blind signature unlinkability
|
||||
|
||||
|
||||
### Client reviews and/or comparisons
|
||||
@@ -149,6 +152,7 @@ them:
|
||||
- [nostr-deno](https://github.com/KiPSOFT/nostr-deno) - a client library for Deno javascript runtime.
|
||||
- [nostr-types](https://github.com/mikedilger/nostr-types) - a rust library defining types useful for the nostr protocol
|
||||
- [dart-nostr](https://github.com/ethicnology/dart-nostr) - a Dart library for Flutter
|
||||
- [nostr-connect](https://github.com/nostr-connect/connect) - Nostr Connect SDK for TypeScript is a library that allows you to easily integrate Nostr Connect into your web application
|
||||
|
||||
## Bridges and Gateways
|
||||
|
||||
@@ -158,6 +162,7 @@ them:
|
||||
|
||||
## Tools
|
||||
|
||||
- [nostrich.fun](https://nostrich.fun) - A feature-rich directory of nostr projects. A fork of [LightningNetworkStores.com](https://lightningnetworkstores.com)
|
||||
- [git-nostr-tools](http://git.jb55.com/git-nostr-tools) - A cli tool for sending code patches over nostr
|
||||
- [nostr-cln-events](http://git.jb55.com/nostr-cln-events) - A CLN plugin to push clightning node events to nostr
|
||||
- [nostr registry](https://codeberg.org/rsbondi/nostr-registry) - a database of known relays with their uptime and NIP support tables
|
||||
@@ -180,7 +185,6 @@ them:
|
||||
- [nostrillery](https://github.com/Cameri/nostrillery) - a tool for running performance tests against Nostr relays
|
||||
- [nostr-terminal](https://github.com/cmdruid/nostr-terminal) - SSH-like access to your machine via web terminal, powered by Nostr.
|
||||
- [nostcat](https://github.com/blakejakopovic/nostcat) - cat-like nostr client for scripting and debugging written in Rust
|
||||
- [rana](https://github.com/grunch/rana) - Nostr mining pubkey with multi threading
|
||||
- [nostreq](https://github.com/blakejakopovic/nostreq) - Nostr relay event request generator
|
||||
- [nostr.io](https://nostr.io/) - network statistics with last published notes, top 50 publishers, and top 50 followed users
|
||||
- [nostr-commander](https://github.com/8go/nostr-commander-rs) - simple but convenient CLI-based Nostr app for following users, sending DMs, etc.
|
||||
@@ -194,9 +198,31 @@ them:
|
||||
- [sb.nostr.band](https://sb.nostr.band) - Search bots that you can create and follow to receive new posts matching a keyword right into your feed.
|
||||
- [nostr.industries](https://nostr.industries) - A free NIP-05 ID registration service.
|
||||
- [NIP-05 on LNBits](https://github.com/lnbits/lnbits/tree/main/lnbits/extensions/nostrnip5) - Sell NIP-05 verification for your domain using LNBits.
|
||||
|
||||
- [rss.nostr.band](https://rss.nostr.band) - Create custom RSS feeds with posts matching your keywords and consume using your favorite RSS reader.
|
||||
- [nostrview](https://nostrview.com) - A nostr search engine. Search by content, tags, events or pub keys.
|
||||
- [nostr-bulk-dms](https://github.com/leesalminen/nostr-bulk-dm) - A tool that allows you to send DMs over nostr to many recipients in bulk.
|
||||
- [nostrify](https://github.com/joelklabo/nostrify) - A Core Lightning plugin that sends events (forwards, connect, disconnect, etc.) to nostr.
|
||||
- [nip06-web](https://github.com/jaonoctus/nip06-web) - a website to generate or restore NIP-06 seed phrases
|
||||
- [nip06.jaonoct.us](https://nip06.jaonoct.us) - by jaonoctus
|
||||
- [nip06-cli](https://github.com/jaonoctus/nip06-cli) - a Node.js CLI to generate or restore NIP-06 seed phrases
|
||||
- [nostr-broadcast](https://github.com/leesalminen/nostr-broadcast) This tool lets you take your events from some relays and broadcast them to another relay. Could be helpful for backing up your notes to a private relay.
|
||||
- [nostr-follow-bundler](https://github.com/leesalminen/nostr-follow-bundler) This tool lets you create lists of profiles that other users can then see and follow themselves.
|
||||
- [nanostr](https://github.com/xbol0/nanostr) A NIP-05 name server written in Deno.
|
||||
|
||||
|
||||
## Offline signer
|
||||
|
||||
- [keechain](https://github.com/yukibtc/keechain) - Bitcoin application to transform your offline computer in an AirGap Signing Device (aka Hardware Wallet) with support to `NIP-06` and `NIP-26`.
|
||||
- [nostrum](https://github.com/nostr-connect/nostrum) - Nostrum it's a mobile app that allows you to sign transactions and messages with your Nostr keys. Nostrum is the reference implementation for a remote signer app (ie. Wallet) of the Nostr Connect protocol.
|
||||
|
||||
## Vanity pubkey mining
|
||||
|
||||
- [nostr-pubminer](https://github.com/lacaulac/nostr-pubminer) - A simple tool to mine nostr vanity pubkeys
|
||||
- [rana](https://github.com/grunch/rana) - Vanity pubkey miner based on nip13
|
||||
- [glasnostr](https://github.com/eyelight/glasnostr)  - CLI tool to mine a vanity prefix for your nostr npub
|
||||
- [nostrogen](https://github.com/tonyinit/nostrogen) - simple web based nostr vanity address generator
|
||||
- [nostr-vanity-address-generator](https://github.com/chawyehsu/nostr-vanity-address-generator)  - Cross-platform nostr vanity address generator
|
||||
|
||||
## Browser extensions
|
||||
|
||||
@@ -206,6 +232,7 @@ Allow you to sign Nostr events on web-apps without having to give them your keys
|
||||
- [nos2x](https://github.com/fiatjaf/nos2x) - Nostr Signer Extension
|
||||
- [wen](https://github.com/fiatjaf/wen) - browser extension for website enhancer with nostr
|
||||
- [Blockcore](https://github.com/block-core/blockcore-wallet) - Multi wallet browser extension with nostr support
|
||||
- [Nostore](https://testflight.apple.com/join/ouPWAQAV) - Nostr Signer Extension for iOS/macOS Safari
|
||||
|
||||
## Community
|
||||
|
||||
@@ -222,6 +249,8 @@ Outside of nostr itself, you find the community on:
|
||||
- [Set up a nostr relay server in under 5 minutes ](https://andreneves.xyz/p/set-up-a-nostr-relay-server-in-under)
|
||||
- [nostr workshop with super testnet](https://www.youtube.com/watch?v=HbicnlCXg_Y)
|
||||
- [Nostr Newcomers Most Common Questions and Answers](https://uselessshit.co/resources/nostr/)
|
||||
- [How to: Run your own nostr relay](https://nutcroft.com/blog/how-to-run-your-own-nostr-relay/) (nostr-rs-relay, Caddy, no Docker)
|
||||
- [How to set up a paid nostr relay](https://andreneves.xyz/p/how-to-setup-a-paid-nostr-relay)
|
||||
|
||||
## Deprecated
|
||||
|
||||
@@ -238,9 +267,12 @@ Outside of nostr itself, you find the community on:
|
||||
- [nostr playground in Ruby](https://github.com/dtonon/nostr-ruby-playground)
|
||||
- [search posts/profiles by keyword](https://nostr.band) - posts from major relays indexed and searchable in real-time
|
||||
- [nostr.build](https://nostr.build/) - nostr image uploader
|
||||
- [inosta api](https://github.com/johnongit/INOSTA-Nostr-Img-Service) - Expensive Image Hosting Service
|
||||
- [api.inosta.cc](https://api.inosta.cc) - Backend live instance
|
||||
- [inosta.cc](https://inosta.cc)- Demonstrator live instance
|
||||
- [wellorder nostr datasets](https://wiki.wellorder.net/wiki/nostr-datasets/) - Public standardized nostr datasets for benchmarking, data science, or other analysis.
|
||||
- [Nostrovia Podcast](https://nostrovia.org/) - A Nostr podcast covering all the new projects, all the new cool stuff, all the new NIPs
|
||||
- [Summaries of all Nostr Improvements Proposals](https://anchor.fm/s/d8e8d5a4/podcast/rss) - ChatGPT generated summaries of all NIPs by k00b
|
||||
- [Media caching server for Nostr](https://media.nostr.band) - caches resized profile pictures and banners to save bandwidth for clients
|
||||
|
||||
Data for this list is contributed by the community and curated by [@aaaljaz](https://twitter.com/aaaljaz).
|
||||
Data for this list is contributed by the community and curated by [@aaaljaz](https://twitter.com/aaaljaz) ( npub1aljazgxlpnpfp7n5sunlk3dvfp72456x6nezjw4sd850q879rxqsthg9jp)
|
||||
|
||||
Reference in New Issue
Block a user