summaryrefslogtreecommitdiff
path: root/raveos-app-installer/app-list.json
blob: 896e01e0db106f14a1b62984cd5711cd910cf212 (plain)
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
{
  "list_version": 48,
  "apps": [
    {
      "id": "audacious",
      "name": "Audacious",
      "category": "Media",
      "desc": {
        "hu": "Audacious – helyi zenelejátszó (Flatpak, 432Hz konfiggal)",
        "en": "Audacious – Local Music Player (Flatpak, 432Hz config)"
      },
      "type": "flatpak-user",
      "flatpak_id": "org.atheme.audacious",
      "config_dir": "audacious",
      "config_dest": "{HOME}/.var/app/org.atheme.audacious/config/audacious"
    },
    {
      "id": "audacity",
      "name": "Audacity",
      "category": "Media",
      "desc": {
        "hu": "Hangszerkesztő és -felvevő",
        "en": "Audio editor and recorder"
      },
      "type": "pacman",
      "packages": [
        "audacity"
      ],
      "config_dir": "audacity",
      "config_dest": "{HOME}/.config/audacity"
    },
    {
      "id": "bitwarden",
      "name": "Bitwarden",
      "category": "Security",
      "desc": {
        "hu": "Bitwarden jelszókezelő",
        "en": "Bitwarden password manager"
      },
      "type": "pacman",
      "packages": [
        "bitwarden"
      ]
    },
    {
      "id": "bottles",
      "name": "Bottles",
      "category": "Games",
      "desc": {
        "hu": "Wine prefix kezelő",
        "en": "Wine prefix manager"
      },
      "type": "flatpak-user",
      "flatpak_id": "com.usebottles.bottles"
    },
    {
      "id": "brave-origin-bin",
      "name": "Brave Origin",
      "category": "Internet",
      "desc": {
        "hu": "Brave Origin - a Brave letisztított, reklám/rewards/kripto-mentes változata",
        "en": "Brave Origin - a decluttered version of Brave without ads, rewards, or crypto features"
      },
      "type": "pacman",
      "config_dir": "com.brave.Browser/config/BraveSoftware/Brave-Browser",
      "config_dest": "{HOME}/.config/BraveSoftware/Brave-Origin"
    },
    {
      "id": "calibre",
      "name": "Calibre",
      "category": "Office",
      "desc": {
        "hu": "E-book kezelő",
        "en": "E-book manager"
      },
      "type": "pacman",
      "packages": [
        "calibre"
      ]
    },
    {
      "id": "corectrl",
      "name": "CoreCTRL",
      "category": "System",
      "desc": {
        "hu": "AMD GPU vezérlő alkalmazás",
        "en": "AMD GPU control application"
      },
      "type": "script",
      "script": "corectrl.sh",
      "check_packages": [
        "corectrl"
      ],
      "removable": false
    },
    {
      "id": "darktable",
      "name": "Darktable",
      "category": "Media",
      "desc": {
        "hu": "Fotó munkafolyamat alkalmazás (mint a Lightroom)",
        "en": "Photo workflow application (like Lightroom)"
      },
      "type": "flatpak-user",
      "flatpak_id": "org.darktable.Darktable"
    },
    {
      "id": "discord",
      "name": "Discord + Vencord",
      "category": "Internet",
      "desc": {
        "hu": "Discord kliens Vencord móddal",
        "en": "Discord client with Vencord mod"
      },
      "type": "script",
      "script": "discord.sh",
      "check_packages": [
        "discord"
      ]
    },
    {
      "id": "docker",
      "name": "Docker",
      "category": "Dev",
      "desc": {
        "hu": "Docker konténer motor",
        "en": "Docker container engine"
      },
      "type": "pacman",
      "packages": [
        "docker"
      ],
      "post_install": [
        "systemctl enable docker"
      ]
    },
    {
      "id": "dosbox",
      "name": "DOSBox-X",
      "category": "Games",
      "desc": {
        "hu": "DOS emulátor régi játékokhoz",
        "en": "DOS emulator for old games"
      },
      "type": "flatpak-user",
      "flatpak_id": "com.dosbox_x.DOSBox-X"
    },
    {
      "id": "doublecmd",
      "name": "Double Commander",
      "category": "System",
      "desc": {
        "hu": "Kétpaneles fájlkezelő (mint a Total Commander)",
        "en": "Two-panel file manager (like Total Commander)"
      },
      "type": "pacman",
      "packages": [
        "doublecmd-qt5"
      ]
    },
    {
      "id": "easyeffects",
      "name": "Easy Effects",
      "category": "Media",
      "desc": {
        "hu": "Hangeffektek PipeWire-hoz",
        "en": "Audio effects for PipeWire"
      },
      "type": "flatpak-user",
      "flatpak_id": "com.github.wwmm.easyeffects"
    },
    {
      "id": "fastfetch",
      "name": "Fastfetch",
      "category": "System",
      "desc": {
        "hu": "Rendszerinformáció megjelenítése a terminálban",
        "en": "System info display in terminal"
      },
      "type": "pacman",
      "packages": [
        "fastfetch"
      ]
    },
    {
      "id": "firejail",
      "name": "Firejail",
      "category": "Security",
      "desc": {
        "hu": "Homokozó (sandbox) alkalmazásokhoz",
        "en": "Sandbox for applications"
      },
      "type": "pacman",
      "packages": [
        "firejail"
      ]
    },
    {
      "id": "freetube",
      "name": "FreeTube",
      "category": "Media",
      "desc": {
        "hu": "Adatvédelem-barát YouTube kliens",
        "en": "Privacy-friendly YouTube client"
      },
      "type": "flatpak-user",
      "flatpak_id": "io.freetubeapp.FreeTube",
      "config_dir": "FreeTube",
      "config_dest": "{HOME}/.var/app/io.freetubeapp.FreeTube/config/FreeTube"
    },
    {
      "id": "gamemode",
      "name": "GameMode",
      "category": "Games",
      "desc": {
        "hu": "GameMode + Gamescope játékoptimalizáláshoz",
        "en": "GameMode + Gamescope for gaming optimization"
      },
      "type": "pacman",
      "packages": [
        "gamemode",
        "lib32-gamemode",
        "gamescope"
      ]
    },
    {
      "id": "gnome-clocks",
      "name": "GNOME Clocks",
      "category": "System",
      "desc": {
        "hu": "Ébresztő, világóra, stopper, időzítő",
        "en": "Alarm, world clock, stopwatch, timer"
      },
      "type": "script",
      "script": "gnome-clocks.sh",
      "check_packages": [
        "gnome-clocks"
      ]
    },
    {
      "id": "gtkstresstesting",
      "name": "GTKStressTesting",
      "category": "System",
      "desc": {
        "hu": "CPU monitorozás és stressz teszt",
        "en": "CPU monitoring and stress testing"
      },
      "type": "flatpak-user",
      "flatpak_id": "com.leinardi.gst"
    },
    {
      "id": "helvum",
      "name": "Helvum",
      "category": "Media",
      "desc": {
        "hu": "Patchbay PipeWire-hoz",
        "en": "Patchbay for PipeWire"
      },
      "type": "pacman",
      "packages": [
        "helvum"
      ]
    },
    {
      "id": "heroic",
      "name": "Heroic Games Launcher",
      "category": "Games",
      "desc": {
        "hu": "Epic Games launcher + MangoHud",
        "en": "Epic Games launcher + MangoHud"
      },
      "type": "flatpak-user",
      "flatpak_id": "com.heroicgameslauncher.hgl",
      "post_install": [
        "flatpak install --user -y runtime/org.freedesktop.Platform.VulkanLayer.MangoHud/x86_64/23.08",
        "flatpak override --user --filesystem=xdg-config/MangoHud:ro com.heroicgameslauncher.hgl"
      ]
    },
    {
      "id": "input-remapper",
      "name": "Input Remapper",
      "category": "System",
      "desc": {
        "hu": "Egér/billentyűzet gombkiosztás átalakító, makró eszköz",
        "en": "Mouse/keyboard button remapper, macro tool"
      },
      "type": "pacman",
      "packages": [
        "input-remapper-git"
      ]
    },
    {
      "id": "jellyfin",
      "name": "Jellyfin Media Player",
      "category": "Media",
      "desc": {
        "hu": "Jellyfin kliens médiastreameléshez",
        "en": "Jellyfin client for media streaming"
      },
      "type": "flatpak-user",
      "flatpak_id": "org.jellyfin.JellyfinDesktop"
    },
    {
      "id": "kdeconnect",
      "name": "KDE Connect",
      "category": "System",
      "desc": {
        "hu": "Telefon és PC összekapcsolása",
        "en": "Connect phone and PC"
      },
      "type": "pacman",
      "packages": [
        "kdeconnect"
      ]
    },
    {
      "id": "kdenlive",
      "name": "Kdenlive",
      "category": "Media",
      "desc": {
        "hu": "Videószerkesztő Linuxra",
        "en": "Video editor for Linux"
      },
      "type": "pacman",
      "packages": [
        "kdenlive"
      ]
    },
    {
      "id": "keepassxc",
      "name": "KeePassXC",
      "category": "Security",
      "desc": {
        "hu": "Jelszókezelő titkosított helyi adatbázissal",
        "en": "Password manager with encrypted local database"
      },
      "type": "pacman",
      "packages": [
        "keepassxc"
      ]
    },
    {
      "id": "krusader",
      "name": "Krusader",
      "category": "System",
      "desc": {
        "hu": "Kétpaneles fájlkezelő",
        "en": "Two-panel file manager"
      },
      "type": "pacman",
      "packages": [
        "krusader"
      ]
    },
    {
      "id": "kvm",
      "name": "KVM / QEMU",
      "category": "System",
      "desc": {
        "hu": "Virtualizáció KVM + QEMU-val",
        "en": "Virtualization with KVM + QEMU"
      },
      "type": "script",
      "script": "kvm.sh",
      "check_packages": [
        "qemu-full"
      ]
    },
    {
      "id": "libreoffice",
      "name": "LibreOffice",
      "category": "Office",
      "desc": {
        "hu": "LibreOffice Fresh magyar nyelvvel",
        "en": "LibreOffice Fresh with Hungarian language"
      },
      "type": "pacman",
      "packages": [
        "libreoffice-fresh",
        "libreoffice-fresh-hu"
      ]
    },
    {
      "id": "librewolf",
      "name": "LibreWolf",
      "category": "Internet",
      "desc": {
        "hu": "Firefox ESR alapú adatvédelmi böngésző",
        "en": "Firefox ESR based privacy browser"
      },
      "type": "flatpak-user",
      "flatpak_id": "io.gitlab.librewolf-community",
      "config_dir": "librewolf",
      "config_dest": "{HOME}/.var/app/io.gitlab.librewolf-community/.librewolf"
    },
    {
      "id": "lutris",
      "name": "Lutris",
      "category": "Games",
      "desc": {
        "hu": "Játék launcher Wine támogatással",
        "en": "Game launcher with Wine support"
      },
      "type": "script",
      "script": "lutris.sh",
      "check_packages": [
        "lutris"
      ]
    },
    {
      "id": "mangohud",
      "name": "MangoHud / Goverlay",
      "category": "Games",
      "desc": {
        "hu": "FPS overlay és beállítások (mint az MSI Afterburner)",
        "en": "FPS overlay and settings (like MSI Afterburner)"
      },
      "type": "pacman",
      "config_dir": ".config",
      "config_dest": "{HOME}/.config/MangoHud",
      "packages": [
        "mangohud",
        "lib32-mangohud",
        "goverlay"
      ]
    },
    {
      "id": "mc",
      "name": "Midnight Commander",
      "category": "System",
      "desc": {
        "hu": "Kétpaneles terminálos fájlkezelő",
        "en": "Two-panel terminal file manager"
      },
      "type": "pacman",
      "packages": [
        "mc"
      ]
    },
    {
      "id": "mumble",
      "name": "Mumble",
      "category": "Internet",
      "desc": {
        "hu": "Hangchat alkalmazás",
        "en": "Voice chat application"
      },
      "type": "pacman",
      "packages": [
        "mumble"
      ]
    },
    {
      "id": "obs",
      "name": "OBS Studio",
      "category": "Media",
      "desc": {
        "hu": "Streamelő és felvevő szoftver",
        "en": "Streaming and recording software"
      },
      "type": "flatpak-user",
      "flatpak_id": "com.obsproject.Studio"
    },
    {
      "id": "onlyoffice",
      "name": "OnlyOffice",
      "category": "Office",
      "desc": {
        "hu": "MS Office kompatibilis irodai csomag",
        "en": "MS Office compatible suite"
      },
      "type": "flatpak-user",
      "flatpak_id": "org.onlyoffice.desktopeditors"
    },
    {
      "id": "7zip",
      "name": "7-Zip",
      "category": "System",
      "desc": {
        "hu": "7-Zip tömörítő kezelő",
        "en": "7-Zip archive manager"
      },
      "type": "pacman",
      "packages": [
        "7zip"
      ]
    },
    {
      "id": "peazip",
      "name": "Peazip",
      "category": "System",
      "desc": {
        "hu": "Peazip grafikus tömörítő kezelő",
        "en": "Peazip GUI archive manager"
      },
      "type": "pacman",
      "packages": [
        "peazip"
      ]
    },
    {
      "id": "occt",
      "name": "OCCT",
      "category": "System",
      "desc": {
        "hu": "Rendszerstabilitás teszter",
        "en": "System Stability Tester"
      },
      "type": "pacman",
      "packages": [
        "occt"
      ]
    },
    {
      "id": "octopi",
      "name": "Octopi",
      "category": "System",
      "desc": {
        "hu": "Grafikus csomagkezelő",
        "en": "Graphical package manager"
      },
      "type": "pacman",
      "packages": [
        "octopi"
      ]
    },
    {
      "id": "pavucontrol",
      "name": "Pavucontrol",
      "category": "Media",
      "desc": {
        "hu": "Alkalmazásonkénti hangerőszabályzás",
        "en": "Per-application volume control"
      },
      "type": "pacman",
      "packages": [
        "pavucontrol"
      ]
    },
    {
      "id": "photogimp",
      "name": "PhotoGIMP",
      "category": "Media",
      "desc": {
        "hu": "GIMP Photoshop-szerű felülettel",
        "en": "GIMP with Photoshop-like interface"
      },
      "type": "flatpak-user",
      "flatpak_id": "org.gimp.GIMP",
      "check_flatpak": "org.gimp.GIMP",
      "config_mappings": [
        {
          "source": "PhotoGIMP/.config/GIMP/3.0",
          "dest": "{HOME}/.config/GIMP/3.2"
        },
        {
          "source": "PhotoGIMP/.local/share/applications",
          "dest": "{HOME}/.local/share/applications"
        },
        {
          "source": "PhotoGIMP/.local/share/icons/hicolor",
          "dest": "{HOME}/.local/share/icons/hicolor"
        }
      ]
    },
    {
      "id": "printer",
      "name": "Printer Support",
      "category": "System",
      "desc": {
        "hu": "Nyomtató driverek és CUPS",
        "en": "Printer drivers and CUPS"
      },
      "type": "script",
      "script": "printer.sh",
      "check_packages": [
        "cups"
      ],
      "removable": false
    },
    {
      "id": "qbittorrent",
      "name": "qBittorrent",
      "category": "Internet",
      "desc": {
        "hu": "Torrent kliens",
        "en": "Torrent client"
      },
      "type": "pacman",
      "config_dir": "qBittorrent",
      "config_dest": "{HOME}/.config/qBittorrent",
      "packages": [
        "qbittorrent"
      ]
    },
    {
      "id": "signal",
      "name": "Signal",
      "category": "Internet",
      "desc": {
        "hu": "Titkosított üzenetküldő",
        "en": "Encrypted messenger"
      },
      "type": "pacman",
      "packages": [
        "signal-desktop"
      ]
    },
    {
      "id": "spotify",
      "name": "Spotify",
      "category": "Media",
      "desc": {
        "hu": "Zenestreamelő szolgáltatás",
        "en": "Music streaming service"
      },
      "type": "flatpak-user",
      "flatpak_id": "com.spotify.Client"
    },
    {
      "id": "spotube",
      "name": "Spotube",
      "category": "Media",
      "desc": {
        "hu": "Ingyenes Spotify kliens premium nélkül",
        "en": "Free Spotify client without premium"
      },
      "type": "flatpak-user",
      "flatpak_id": "com.github.KRTirtho.Spotube"
    },
    {
      "id": "steam",
      "name": "Steam",
      "category": "Games",
      "desc": {
        "hu": "Steam + ProtonGE (összetett telepítés)",
        "en": "Steam + ProtonGE (complex installation)"
      },
      "type": "script",
      "script": "steam.sh",
      "check_packages": [
        "steam"
      ]
    },
    {
      "id": "teamspeak",
      "name": "TeamSpeak 3",
      "category": "Internet",
      "desc": {
        "hu": "TeamSpeak VOIP kliens",
        "en": "TeamSpeak VOIP client"
      },
      "type": "pacman",
      "packages": [
        "teamspeak3"
      ]
    },
    {
      "id": "telegram",
      "name": "Telegram",
      "category": "Internet",
      "desc": {
        "hu": "Titkosított üzenetküldő",
        "en": "Encrypted messenger"
      },
      "type": "pacman",
      "packages": [
        "telegram-desktop"
      ]
    },
    {
      "id": "vibrant",
      "name": "Vibrant Linux",
      "category": "System",
      "desc": {
        "hu": "Szín-telítettség beállító eszköz",
        "en": "Color saturation adjustment tool"
      },
      "type": "flatpak-user",
      "flatpak_id": "io.github.libvibrant.vibrantLinux"
    },
    {
      "id": "vivaldi",
      "name": "Vivaldi",
      "category": "Internet",
      "desc": {
        "hu": "Vivaldi webböngésző",
        "en": "Vivaldi web browser"
      },
      "type": "pacman",
      "config_dir": "vivaldi",
      "config_dest": "{HOME}/.config/vivaldi",
      "packages": [
        "vivaldi",
        "vivaldi-ffmpeg-codecs"
      ]
    },
    {
      "id": "vlc",
      "name": "VLC",
      "category": "Media",
      "desc": {
        "hu": "VLC médialejátszó (Flatpak)",
        "en": "VLC Media Player (Flatpak)"
      },
      "type": "flatpak-user",
      "flatpak_id": "org.videolan.VLC"
    },
    {
      "id": "vulkan-radeon",
      "name": "Vulkan Radeon",
      "category": "Games",
      "desc": {
        "hu": "AMD Vulkan driverek gaminghez",
        "en": "AMD Vulkan drivers for gaming"
      },
      "type": "pacman",
      "packages": [
        "vulkan-radeon",
        "lib32-vulkan-radeon"
      ],
      "removable": false
    },
    {
      "id": "xpadneo",
      "name": "Xbox Controller",
      "category": "Games",
      "desc": {
        "hu": "Xbox kontroller támogatás (Bluetooth)",
        "en": "Xbox Controller support (Bluetooth)"
      },
      "type": "pacman",
      "packages": [
        "xpadneo-dkms"
      ]
    },
    {
      "id": "windows11",
      "name": "Windows 11",
      "category": "System",
      "desc": {
        "hu": "Windows 11 telepítő - csak haladóknak!",
        "en": "Windows 11 Installer - Experts Only!"
      },
      "type": "message",
      "message": "!! MAJOM VAGY !!\n\nWindows 11? Komolyan? Linux-on vagy, elvezd!\n\nHa tenyleg kell Windows, hasznalj KVM/QEMU-t a listabol."
    }
  ]
}