-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathclients.json
170 lines (170 loc) · 4.98 KB
/
clients.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
{
"web": [
{
"name": "Iris",
"description": "Made by Bitcoin's 2nd ever developer",
"repo": "https://github.com/irislib/iris-messenger",
"repo_stars": 725,
"repo_forks": 163,
"uri": "https://iris.to"
},
{
"name": "Nostter",
"description": "A lightweight Nostr client for web",
"repo": "https://github.com/SnowCait/nostter",
"repo_stars": 141,
"repo_forks": 22,
"uri": "https://nostter.app/"
},
{
"name": "Coracle",
"description": "Simple Nostr client focusing on a clean interface",
"repo": "https://github.com/coracle-social/coracle",
"repo_stars": 296,
"repo_forks": 74,
"uri": "https://coracle.social"
},
{
"name": "Blastr",
"description": "Experimental web-based Nostr client with media features",
"repo": "https://github.com/fiatjaf/blastr",
"repo_stars": 0,
"repo_forks": 0,
"uri": "https://blastr.app"
},
{
"name": "Anigma",
"description": "A web Nostr client that focuses on secure messaging",
"repo": "https://github.com/fiatjaf/anigma",
"repo_stars": 0,
"repo_forks": 0,
"uri": "https://anigma.io"
},
{
"name": "Nostrich",
"description": "A Nostr client for web focusing on minimalism",
"repo": "https://github.com/fiatjaf/nostrich",
"repo_stars": 0,
"repo_forks": 0,
"uri": "https://nostrich.io"
},
{
"name": "Expresso",
"description": "A simple and fast web-based Nostr client",
"repo": "https://github.com/get-expresso/expresso",
"repo_stars": 0,
"repo_forks": 0,
"uri": "https://getexpresso.com"
},
{
"name": "Branle",
"description": "Nostr client focused on group chats and private communities",
"repo": "https://github.com/branleapp/branle",
"repo_stars": 0,
"repo_forks": 0,
"uri": "https://branle.io"
}
],
"ios": [
{
"name": "Damus",
"description": "One of the most popular Nostr clients for iOS",
"repo": "https://github.com/damus-io/damus",
"repo_stars": 2026,
"repo_forks": 290,
"uri": "https://damus.io"
},
{
"name": "Nostrgram",
"description": "Simple and fast Nostr client for iOS",
"repo": "https://github.com/fiatjaf/nostrgram",
"repo_stars": 0,
"repo_forks": 0,
"uri": "https://nostrgram.com"
},
{
"name": "Snort.social",
"description": "Web-based client optimized for iOS with good UX",
"repo": "https://github.com/vitorpamplona/snort",
"repo_stars": 0,
"repo_forks": 0,
"uri": "https://snort.social"
},
{
"name": "Nosky",
"description": "Nostr client designed for ease of use on iOS",
"repo": "https://github.com/nosky/nosky",
"repo_stars": 0,
"repo_forks": 0,
"uri": "https://nosky.app"
},
{
"name": "Orbital",
"description": "Feature-rich iOS client with emphasis on Nostr protocol",
"repo": "https://github.com/orbital-app/orbital",
"repo_stars": 0,
"repo_forks": 0,
"uri": "https://orbital.app"
}
],
"android": [
{
"name": "Amethyst",
"description": "A powerful Nostr client for Android",
"repo": "https://github.com/vitorpamplona/amethyst",
"repo_stars": 1199,
"repo_forks": 161,
"uri": "https://play.google.com/store/apps/details?id=com.vitorpamplona.amethyst"
},
{
"name": "Damus",
"description": "Also available for Android with full Nostr protocol support",
"repo": "https://github.com/damus-io/damus",
"repo_stars": 2026,
"repo_forks": 290,
"uri": "https://damus.io"
},
{
"name": "Nostros",
"description": "Nostr client for Android with built-in lightning support",
"repo": "https://github.com/KoalaSat/nostros",
"repo_stars": 412,
"repo_forks": 30,
"uri": "https://play.google.com/store/apps/details?id=koalasat.nostros"
},
{
"name": "Noscli",
"description": "A lightweight, command-line Nostr client for Android",
"repo": "https://github.com/jb55/noscli",
"repo_stars": 0,
"repo_forks": 0,
"uri": "https://noscli.app"
}
],
"desktop": [
{
"name": "Astral",
"description": "Desktop Nostr client with a clean interface",
"repo": "https://github.com/fiatjaf/astral",
"repo_stars": 0,
"repo_forks": 0,
"uri": "https://astral.ninja"
},
{
"name": "NostrVue",
"description": "Cross-platform Nostr client with desktop support",
"repo": "https://github.com/NostrVue/nostr-vue",
"repo_stars": 0,
"repo_forks": 0,
"uri": "https://nostrvue.com"
},
{
"name": "Coracle Desktop",
"description": "Desktop version of Coracle with additional features",
"repo": "https://github.com/coracle-social/desktop",
"repo_stars": 0,
"repo_forks": 0,
"uri": "https://coracle.social/desktop"
}
]
}