forked from electron/electronjs.org-old
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathawesome_electron.json
1717 lines (1717 loc) · 49 KB
/
awesome_electron.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
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
[
{
"name": "Hyper",
"href": "https://github.com/zeit/hyper",
"description": "Terminal.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "WebTorrent",
"href": "https://github.com/feross/webtorrent-app",
"description": "Streaming torrent client.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Kap",
"href": "https://github.com/wulkano/kap",
"description": "Screen recorder with GIF support.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Min",
"href": "https://github.com/minbrowser/min",
"description": "Minimal web browser.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Mancy",
"href": "https://github.com/princejwesley/Mancy",
"description": "JavaScript REPL.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "SpaceRadar",
"href": "https://github.com/zz85/space-radar",
"description": "Interactive disk space and memory visualization.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Nocturn",
"href": "https://github.com/k0kubun/Nocturn",
"description": "Twitter client.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Mojibar",
"href": "https://github.com/muan/mojibar",
"description": "Emoji searcher in your menubar.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Playback",
"href": "https://github.com/mafintosh/playback",
"description": "Video player.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Black Screen",
"href": "https://github.com/shockone/black-screen",
"description": "Terminal emulator.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Atom",
"href": "https://github.com/atom/atom",
"description": "Code editor.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Visual Studio Code",
"href": "https://github.com/Microsoft/vscode",
"description": "Cross-platform IDE.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "N1",
"href": "https://github.com/nylas/N1",
"description": "Extensible email client.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Brave",
"href": "https://github.com/brave/browser-laptop",
"description": "Privacy-focused web browser.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Git-it",
"href": "https://github.com/jlord/git-it-electron",
"description": "Teaches you Git and GitHub.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Caprine",
"href": "https://github.com/sindresorhus/caprine",
"description": "Unofficial Facebook Messenger app.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Simplenote",
"href": "https://github.com/Automattic/simplenote-electron",
"description": "Note keeper.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "nuTorrent",
"href": "https://github.com/LeeChSien/nuTorrent",
"description": "BitTorrent client.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Abricotine",
"href": "https://github.com/brrd/Abricotine",
"description": "Markdown editor with inline preview.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Medis",
"href": "https://github.com/luin/medis",
"description": "Redis database management.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Kakapo",
"href": "https://github.com/bluedaniel/kakapo-app",
"description": "Ambient sound mixer for relaxation or productivity.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "SmartMirror",
"href": "https://github.com/evancohen/smart-mirror",
"description": "Voice controlled smart mirror.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Koko",
"href": "https://github.com/hachibasu/koko",
"description": "IRC client.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "KeeWeb",
"href": "https://github.com/keeweb/keeweb",
"description": "Unofficial KeePass app.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Soundcast",
"href": "https://github.com/andresgottlieb/soundcast",
"description": "Cast macOS audio to Chromecast from your menubar.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Gitify",
"href": "https://github.com/ekonstantinidis/gitify",
"description": "GitHub notifications in your menubar.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Friends",
"href": "https://github.com/moose-team/friends",
"description": "P2P chat.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Cumulus",
"href": "https://github.com/gillesdemey/Cumulus",
"description": "SoundCloud player in your menubar.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Kitematic",
"href": "https://kitematic.com",
"description": "Docker container management.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "FatFileFinder",
"href": "https://github.com/pwambach/fat-file-finder",
"description": "Find large files on your machine.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "ScreenCat",
"href": "https://github.com/maxogden/screencat",
"description": "Screen sharing & remote collaboration.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Gulp",
"href": "https://github.com/sindresorhus/gulp-app",
"description": "Run Gulp tasks from your menubar.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Mapbox Studio",
"href": "https://github.com/mapbox/mapbox-studio",
"description": "Map designer.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "LevelUI",
"href": "https://github.com/hij1nx/levelui",
"description": "LevelDB management.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Kart",
"href": "https://github.com/maddox/kart",
"description": "Front-end for RetroArch.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Vmd",
"href": "https://github.com/yoshuawuyts/vmd",
"description": "Preview Markdown files.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Kyoku",
"href": "https://github.com/cheeaun/kyoku",
"description": "Displays current iTunes song.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "GReader",
"href": "https://github.com/Nekle/greader",
"description": "Collect and read offline readme files of GitHub repos.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Leanote",
"href": "https://github.com/leanote/desktop-app",
"description": "Cloud notepad.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Snapper",
"href": "https://github.com/prt2121/Snapper",
"description": "Screen capturing & recording for Android devices.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Imagemin",
"href": "https://github.com/imagemin/imagemin-app",
"description": "Minify images.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "We Build SG",
"href": "https://github.com/webuildsg/osx",
"description": "Upcoming events & recently updated repos from webuild.sg.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Piglet",
"href": "https://github.com/jenslind/piglet",
"description": "Run Grunt tasks from your menubar.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Yoda",
"href": "https://github.com/whoisandie/yoda",
"description": "Browse and download YouTube videos.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Loop Drop",
"href": "https://github.com/mmckegg/loop-drop-app",
"description": "MIDI looper and synth for live electronic music performances.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Toby",
"href": "https://github.com/frankhale/toby",
"description": "YouTube player.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Kaku",
"href": "https://github.com/EragonJ/Kaku",
"description": "Music player.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Yeoman",
"href": "https://github.com/yeoman/yeoman-app",
"description": "Scaffold projects using Yeoman.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Markn",
"href": "https://github.com/minodisk/markn",
"description": "Markdown viewer.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Shiba",
"href": "https://github.com/rhysd/Shiba",
"description": "Live Markdown preview with linting.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Yays",
"href": "https://github.com/Bahlaouane-Hamza/Yays",
"description": "YouTube music player in your menubar.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "TimoFM",
"href": "https://github.com/sapjax/TimoFM",
"description": "DoubanFM music player.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Monu",
"href": "https://github.com/maxogden/monu",
"description": "Process monitoring.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Tèsèvè",
"href": "https://teseve.github.io",
"description": "Static webserver.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "DevDogs",
"href": "https://github.com/ragingwind/devdogs",
"description": "DevDocs.io API documentation.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Trendy",
"href": "https://rhysd.github.io/Trendy/",
"description": "Trending GitHub repos in your menubar.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "google-music-electron",
"href": "https://github.com/twolfson/google-music-electron",
"description": "Unofficial Google music app.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Pomodoro",
"href": "https://g07cha.github.io/pomodoro/",
"description": "Timer based on the Pomodoro Technique.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Sia-UI",
"href": "http://sia.tech",
"description": "Decentralized file storage system based on cryptocurrency technology.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "MarkRight",
"href": "https://github.com/dvcrn/markright",
"description": "GitHub flavored Markdown editor with live preview.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Mongotron",
"href": "https://github.com/officert/mongotron",
"description": "MongoDB management tool.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Colonizers",
"href": "https://github.com/colonizers/colonizers-desktop",
"description": "\"Catan\" inspired board game.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Eintopf",
"href": "https://github.com/mazehall/eintopf",
"description": "Manage development projects with Docker.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "WhatsDesktop",
"href": "https://github.com/mawie81/whatsdesktop",
"description": "Unofficial WhatsApp app.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Sqlectron",
"href": "https://github.com/sqlectron/sqlectron-gui",
"description": "SQL client.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "docker-indicator",
"href": "https://github.com/khornberg/docker-indicator",
"description": "Unofficial Docker menubar app.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Light Table",
"href": "https://github.com/LightTable/LightTable",
"description": "Code editor with instant feedback.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Tubehead",
"href": "https://github.com/makotot/Tubehead",
"description": "YouTube music player in your menubar.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Google Play Music Desktop Player",
"href": "https://github.com/MarshallOfSound/Google-Play-Music-Desktop-Player-UNOFFICIAL-",
"description": "Unofficial Google Play Music app.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Chrome DevTools",
"href": "https://github.com/auchenberg/chrome-devtools-app",
"description": "Chrome DevTools packaged as an app.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Yeobara",
"href": "https://github.com/yeobara/yeobara-desktop",
"description": "Meetup check-in with beacon.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Proton",
"href": "https://github.com/steventhanna/proton",
"description": "Markdown editor with live preview.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "James",
"href": "https://github.com/uxebu/james",
"description": "HTTP proxy to view and intercept browser requests.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "DTCP",
"href": "https://github.com/alchen/DTCP",
"description": "Twitter client.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Inbox",
"href": "https://github.com/fgnass/inbox-app",
"description": "Unofficial Google Inbox app.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "alienbox",
"href": "http://a9.io/alienbox/",
"description": "Reddit inbox & notifier in your menubar.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "tweet-rec",
"href": "https://github.com/midnightSuyama/tweet-rec",
"description": "Tweet recording player.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Snippet Bar",
"href": "https://github.com/teesloane/snippet-bar",
"description": "Copy-paste & re-use text snippets in your menubar.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Electronic WeChat",
"href": "https://github.com/geeeeeeeeek/electronic-wechat",
"description": "Unofficial WeChat app.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "dida",
"href": "https://github.com/xwartz/dida",
"description": "Add tasks to TickTick (滴答清单) with a shortcut.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "FromScratch",
"href": "https://github.com/kilian/fromscratch",
"description": "Autosaving scratchpad.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Hawkpass",
"href": "https://github.com/kalpetros/hawkpass-desktop",
"description": "Password generator.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Gokotta",
"href": "https://github.com/Zhangdroid/Gokotta",
"description": "Music player.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Shake",
"href": "https://github.com/lumios/shake",
"description": "Japanese Earthquake Early Warning Notifier.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Fog",
"href": "https://github.com/vitorgalvao/fog",
"description": "Unofficial Overcast podcast app.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Wmail",
"href": "https://github.com/Thomas101/wmail",
"description": "Unofficial Gmail & Google Inbox app.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Boostnote",
"href": "https://github.com/BoostIO/Boostnote",
"description": "Markdown note & code snippet app for developers.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Before Dawn",
"href": "https://github.com/muffinista/before-dawn",
"description": "Screensaver tool.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Active Collab",
"href": "https://github.com/nurtext/active-collab-desktop",
"description": "Unofficial Active Collab app.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Hain",
"href": "https://github.com/appetizermonster/hain",
"description": "Launcher for Windows.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Catify",
"href": "https://github.com/MeoBeoI/Catify",
"description": "Utility for Spotify.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Minira",
"href": "https://github.com/jenslind/minira",
"description": "JIRA issues in your menubar.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Ansel",
"href": "https://github.com/m0g/ansel",
"description": "Image organizer.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Cuttle",
"href": "https://github.com/oakmac/cuttle",
"description": "UI for the ClojureScript compiler.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Sample apps",
"href": "https://github.com/hokein/electron-sample-apps",
"description": "Sample apps to illustrate the usage of Electron APIs.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Build Checker App",
"href": "https://github.com/willmendesneto/build-checker-app",
"description": "Check CI-server build statuses.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Backer Timetracker",
"href": "https://github.com/MayGo/backer-timetracker",
"description": "Tracks your time.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Ghost",
"href": "https://github.com/tryghost/ghost-desktop",
"description": "A professional publishing platform.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Anatine",
"href": "https://github.com/sindresorhus/anatine",
"description": "Pristine Twitter app.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Mattermost",
"href": "https://github.com/mattermost/desktop",
"description": "Mattermost client.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Whatsie",
"href": "https://github.com/Aluxian/Whatsie",
"description": "Unofficial WhatsApp app.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "PupaFM",
"href": "https://github.com/xwartz/PupaFM",
"description": "DoubanFM music player.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "MediumDesk",
"href": "https://github.com/sivragav/mediumdesk",
"description": "Unofficial Medium app.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Lightgallery",
"href": "https://github.com/sachinchoolur/lightgallery-desktop",
"description": "Image viewer.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Crypter",
"href": "https://github.com/HR/Crypter",
"description": "Secure encryption client.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "YakYak",
"href": "https://github.com/yakyak/yakyak",
"description": "Unofficial Google Hangouts app.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Museeks",
"href": "https://github.com/KeitIG/museeks",
"description": "Music player.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "VOX",
"href": "https://github.com/fresk-nc/VOX",
"description": "Unofficial VOX music player.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Sabaki",
"href": "http://sabaki.yichuanshen.de",
"description": "Go/Baduk/Weiqi board.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Marky",
"href": "https://github.com/vesparny/marky",
"description": "Markdown editor.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Deco",
"href": "https://github.com/decosoftware/deco-ide",
"description": "React Native IDE.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Toshocat",
"href": "https://github.com/tofuness/Toshocat",
"description": "Anime/Manga Progress Tracker.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "iStats",
"href": "https://github.com/ningt/iStats",
"description": "CPU and memory stats on your menubar.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Wire",
"href": "https://github.com/wireapp/wire-desktop",
"description": "Messenger and calling app.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Ramme",
"href": "https://github.com/terkelg/ramme",
"description": "Unofficial Instagram app.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Moonview",
"href": "https://github.com/teesloane/moonview",
"description": "Ambient notepad.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Temps",
"href": "https://jackd248.github.io/temps/",
"description": "Weather forecast in your menubar.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "DBGlass",
"href": "https://github.com/web-pal/DBGlass",
"description": "PostgreSQL client.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Slide Beacon",
"href": "https://github.com/dermike/slide-beacon-app",
"description": "Physical web beacon broadcast.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "Rambox",
"href": "https://github.com/saenzramiro/rambox",
"description": "Chat and email app that combines multiple services like Discord, Hangouts, Gmail and Outlook.",
"category": "apps",
"subcategory": "open_source"
},
{
"name": "GitKraken",
"href": "http://www.gitkraken.com",
"description": "Git client.",
"category": "apps",
"subcategory": "closed_source"
},
{
"name": "1Clipboard",
"href": "http://1clipboard.io",
"description": "Universal clipboard manager.",
"category": "apps",
"subcategory": "closed_source"
},
{
"name": "Franz",
"href": "http://meetfranz.com",
"description": "Skype, Slack, Hangouts, WhatsApp, Grape, Telegram, FB Messenger, Hipchat in the same app.",
"category": "apps",
"subcategory": "closed_source"
},
{
"name": "Postman",
"href": "https://www.getpostman.com",
"description": "Create and send HTTP requests.",
"category": "apps",
"subcategory": "closed_source"
},
{
"name": "Slack",
"href": "https://medium.com/ben-and-dion/how-slack-built-a-well-loved-product-going-against-peter-thiel-and-native-app-fashion-2abbbe5a022f",
"description": "Desktop version.",
"category": "apps",
"subcategory": "closed_source"
},
{
"name": "Avocode",
"href": "http://avocode.com",
"description": "Share design and collaborate.",
"category": "apps",
"subcategory": "closed_source"
},
{
"name": "Pixate",
"href": "http://www.pixate.com",
"description": "Mobile interaction designer.",
"category": "apps",
"subcategory": "closed_source"
},
{
"name": "Prepros",
"href": "https://prepros.io",
"description": "Compile almost any preprocessing language with live browser refresh.",
"category": "apps",
"subcategory": "closed_source"
},
{
"name": "Stremio",
"href": "http://www.strem.io",
"description": "Media center.",
"category": "apps",
"subcategory": "closed_source"
},
{
"name": "Typetalk",
"href": "http://www.typetalk.in",
"description": "Share and discuss ideas with your team through instant messaging.",
"category": "apps",
"subcategory": "closed_source"
},
{
"name": "Pingendo",
"href": "http://pingendo.com",
"description": "Bootstrap prototyping.",
"category": "apps",
"subcategory": "closed_source"
},
{
"name": "Spreaker Studio",
"href": "https://www.spreaker.com/download",
"description": "Audio recording and broadcasting.",
"category": "apps",
"subcategory": "closed_source"
},
{
"name": "MockingBot",
"href": "https://mockingbot.com",
"description": "Prototyping tool for designing apps.",
"category": "apps",
"subcategory": "closed_source"
},
{
"name": "Caret",
"href": "http://caret.io",
"description": "Markdown editor.",
"category": "apps",
"subcategory": "closed_source"
},
{
"name": "Wagon",
"href": "https://www.wagonhq.com",
"description": "SQL editor.",
"category": "apps",
"subcategory": "closed_source"
},
{
"name": "SIV",
"href": "http://www.integritytools.com/siv/",
"description": "Extensible image viewer.",
"category": "apps",
"subcategory": "closed_source"
},
{
"name": "Sync",
"href": "https://www.wantedly.com/sync",
"description": "Team group messaging. *(Japanese)*",
"category": "apps",
"subcategory": "closed_source"
},
{
"name": "Remember",
"href": "https://rememberapp.co.kr",
"description": "Business card management. *(Korean)*",
"category": "apps",
"subcategory": "closed_source"
},
{
"name": "Pubu",
"href": "https://pubu.im",
"description": "Real-time chat for team communication. *(Chinese)*",
"category": "apps",
"subcategory": "closed_source"
},
{
"name": "BearyChat",
"href": "https://bearychat.com",
"description": "Team messaging service. *(Chinese)*",
"category": "apps",
"subcategory": "closed_source"
},
{
"name": "MongoDB Compass",
"href": "https://www.mongodb.com/products/compass",
"description": "Official MongoDB app.",
"category": "apps",
"subcategory": "closed_source"
},
{
"name": "Freeter",
"href": "https://freeter.io",
"description": "Organizer for freelancers & creatives.",
"category": "apps",
"subcategory": "closed_source"
},
{
"name": "WhatsApp",
"href": "https://www.whatsapp.com/download/",
"description": "Official WhatsApp app.",
"category": "apps",