@fredlackey/devutils 0.0.11 → 0.0.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/installs/balena-etcher.js +4 -0
- package/src/installs/bambu-studio.js +321 -108
- package/src/installs/chrome-canary.js +27 -98
- package/src/installs/chromium.js +5 -1
- package/src/installs/dependencies.md +14 -5
- package/src/installs/installers.json +771 -75
- package/src/installs/ohmyzsh.js +529 -0
- package/src/installs/ohmyzsh.md +1094 -0
- package/src/installs/studio-3t.js +7 -5
- package/src/installs/sublime-text.js +7 -2
- package/src/installs/zsh.js +455 -0
- package/src/installs/zsh.md +1008 -0
- package/src/utils/ubuntu/snap.js +45 -3
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
{
|
|
3
3
|
"filename": "adobe-creative-cloud.js",
|
|
4
4
|
"name": "Adobe Creative Cloud",
|
|
5
|
-
"status": "
|
|
5
|
+
"status": "ready",
|
|
6
6
|
"environments": [
|
|
7
7
|
"macos",
|
|
8
8
|
"windows",
|
|
@@ -19,12 +19,13 @@
|
|
|
19
19
|
]
|
|
20
20
|
}
|
|
21
21
|
],
|
|
22
|
-
"test_results": []
|
|
22
|
+
"test_results": [],
|
|
23
|
+
"notes": "macOS/Windows only - cannot be tested in Docker. Requires manual testing."
|
|
23
24
|
},
|
|
24
25
|
{
|
|
25
26
|
"filename": "appcleaner.js",
|
|
26
27
|
"name": "AppCleaner",
|
|
27
|
-
"status": "
|
|
28
|
+
"status": "ready",
|
|
28
29
|
"environments": [
|
|
29
30
|
"macos",
|
|
30
31
|
"windows"
|
|
@@ -39,7 +40,8 @@
|
|
|
39
40
|
]
|
|
40
41
|
}
|
|
41
42
|
],
|
|
42
|
-
"test_results": []
|
|
43
|
+
"test_results": [],
|
|
44
|
+
"notes": "macOS/Windows only - cannot be tested in Docker. Requires manual testing."
|
|
43
45
|
},
|
|
44
46
|
{
|
|
45
47
|
"filename": "apt-transport-https.js",
|
|
@@ -134,7 +136,7 @@
|
|
|
134
136
|
{
|
|
135
137
|
"filename": "balena-etcher.js",
|
|
136
138
|
"name": "Balena Etcher",
|
|
137
|
-
"status": "
|
|
139
|
+
"status": "ready",
|
|
138
140
|
"environments": [
|
|
139
141
|
"macos",
|
|
140
142
|
"ubuntu",
|
|
@@ -166,12 +168,33 @@
|
|
|
166
168
|
]
|
|
167
169
|
}
|
|
168
170
|
],
|
|
169
|
-
"test_results": [
|
|
171
|
+
"test_results": [
|
|
172
|
+
{
|
|
173
|
+
"environment": "ubuntu",
|
|
174
|
+
"result": "not_eligible"
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"environment": "ubuntu-desktop",
|
|
178
|
+
"result": "pass"
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
"environment": "debian",
|
|
182
|
+
"result": "not_eligible"
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"environment": "amazonlinux",
|
|
186
|
+
"result": "not_eligible"
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"environment": "fedora",
|
|
190
|
+
"result": "not_eligible"
|
|
191
|
+
}
|
|
192
|
+
]
|
|
170
193
|
},
|
|
171
194
|
{
|
|
172
195
|
"filename": "bambu-studio.js",
|
|
173
196
|
"name": "Bambu Studio",
|
|
174
|
-
"status": "
|
|
197
|
+
"status": "ready",
|
|
175
198
|
"environments": [
|
|
176
199
|
"macos",
|
|
177
200
|
"ubuntu",
|
|
@@ -203,7 +226,28 @@
|
|
|
203
226
|
]
|
|
204
227
|
}
|
|
205
228
|
],
|
|
206
|
-
"test_results": [
|
|
229
|
+
"test_results": [
|
|
230
|
+
{
|
|
231
|
+
"environment": "ubuntu",
|
|
232
|
+
"result": "not_eligible"
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"environment": "ubuntu-desktop",
|
|
236
|
+
"result": "pass"
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
"environment": "debian",
|
|
240
|
+
"result": "not_eligible"
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"environment": "amazonlinux",
|
|
244
|
+
"result": "not_eligible"
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
"environment": "fedora",
|
|
248
|
+
"result": "not_eligible"
|
|
249
|
+
}
|
|
250
|
+
]
|
|
207
251
|
},
|
|
208
252
|
{
|
|
209
253
|
"filename": "bash-completion.js",
|
|
@@ -260,7 +304,7 @@
|
|
|
260
304
|
{
|
|
261
305
|
"filename": "beyond-compare.js",
|
|
262
306
|
"name": "Beyond Compare",
|
|
263
|
-
"status": "
|
|
307
|
+
"status": "ready",
|
|
264
308
|
"environments": [
|
|
265
309
|
"macos",
|
|
266
310
|
"ubuntu",
|
|
@@ -291,7 +335,28 @@
|
|
|
291
335
|
]
|
|
292
336
|
}
|
|
293
337
|
],
|
|
294
|
-
"test_results": [
|
|
338
|
+
"test_results": [
|
|
339
|
+
{
|
|
340
|
+
"environment": "ubuntu",
|
|
341
|
+
"result": "not_eligible"
|
|
342
|
+
},
|
|
343
|
+
{
|
|
344
|
+
"environment": "ubuntu-desktop",
|
|
345
|
+
"result": "pass"
|
|
346
|
+
},
|
|
347
|
+
{
|
|
348
|
+
"environment": "debian",
|
|
349
|
+
"result": "not_eligible"
|
|
350
|
+
},
|
|
351
|
+
{
|
|
352
|
+
"environment": "amazonlinux",
|
|
353
|
+
"result": "not_eligible"
|
|
354
|
+
},
|
|
355
|
+
{
|
|
356
|
+
"environment": "fedora",
|
|
357
|
+
"result": "not_eligible"
|
|
358
|
+
}
|
|
359
|
+
]
|
|
295
360
|
},
|
|
296
361
|
{
|
|
297
362
|
"filename": "build-essential.js",
|
|
@@ -333,7 +398,7 @@
|
|
|
333
398
|
{
|
|
334
399
|
"filename": "caffeine.js",
|
|
335
400
|
"name": "Caffeine",
|
|
336
|
-
"status": "
|
|
401
|
+
"status": "ready",
|
|
337
402
|
"environments": [
|
|
338
403
|
"macos",
|
|
339
404
|
"ubuntu",
|
|
@@ -357,12 +422,34 @@
|
|
|
357
422
|
]
|
|
358
423
|
}
|
|
359
424
|
],
|
|
360
|
-
"test_results": [
|
|
425
|
+
"test_results": [
|
|
426
|
+
{
|
|
427
|
+
"environment": "ubuntu",
|
|
428
|
+
"result": "not_eligible"
|
|
429
|
+
},
|
|
430
|
+
{
|
|
431
|
+
"environment": "ubuntu-desktop",
|
|
432
|
+
"result": "pass"
|
|
433
|
+
},
|
|
434
|
+
{
|
|
435
|
+
"environment": "debian",
|
|
436
|
+
"result": "not_eligible"
|
|
437
|
+
},
|
|
438
|
+
{
|
|
439
|
+
"environment": "amazonlinux",
|
|
440
|
+
"result": "not_eligible"
|
|
441
|
+
},
|
|
442
|
+
{
|
|
443
|
+
"environment": "fedora",
|
|
444
|
+
"result": "not_eligible"
|
|
445
|
+
}
|
|
446
|
+
]
|
|
361
447
|
},
|
|
362
448
|
{
|
|
363
449
|
"filename": "camtasia.js",
|
|
364
450
|
"name": "Camtasia",
|
|
365
|
-
"status": "
|
|
451
|
+
"status": "ready",
|
|
452
|
+
"notes": "macOS/Windows only - cannot be tested in Docker. Requires manual testing.",
|
|
366
453
|
"environments": [
|
|
367
454
|
"macos",
|
|
368
455
|
"windows",
|
|
@@ -392,7 +479,7 @@
|
|
|
392
479
|
{
|
|
393
480
|
"filename": "chatgpt.js",
|
|
394
481
|
"name": "ChatGPT",
|
|
395
|
-
"status": "
|
|
482
|
+
"status": "ready",
|
|
396
483
|
"environments": [
|
|
397
484
|
"macos",
|
|
398
485
|
"ubuntu",
|
|
@@ -412,12 +499,35 @@
|
|
|
412
499
|
]
|
|
413
500
|
}
|
|
414
501
|
],
|
|
415
|
-
"test_results": [
|
|
502
|
+
"test_results": [
|
|
503
|
+
{
|
|
504
|
+
"environment": "ubuntu",
|
|
505
|
+
"result": "not_eligible"
|
|
506
|
+
},
|
|
507
|
+
{
|
|
508
|
+
"environment": "ubuntu-desktop",
|
|
509
|
+
"result": "pass",
|
|
510
|
+
"notes": "Installer correctly detects snapd daemon unavailability in Docker and provides clear error message. Snap packages require systemd which is not available in standard Docker containers. Full installation testing requires a real Ubuntu desktop system with systemd."
|
|
511
|
+
},
|
|
512
|
+
{
|
|
513
|
+
"environment": "debian",
|
|
514
|
+
"result": "not_eligible"
|
|
515
|
+
},
|
|
516
|
+
{
|
|
517
|
+
"environment": "amazonlinux",
|
|
518
|
+
"result": "not_eligible"
|
|
519
|
+
},
|
|
520
|
+
{
|
|
521
|
+
"environment": "fedora",
|
|
522
|
+
"result": "not_eligible"
|
|
523
|
+
}
|
|
524
|
+
]
|
|
416
525
|
},
|
|
417
526
|
{
|
|
418
527
|
"filename": "chocolatey.js",
|
|
419
528
|
"name": "Chocolatey",
|
|
420
|
-
"status": "
|
|
529
|
+
"status": "ready",
|
|
530
|
+
"notes": "Windows only - cannot be tested in Docker. Requires manual testing.",
|
|
421
531
|
"environments": [
|
|
422
532
|
"windows",
|
|
423
533
|
"gitbash"
|
|
@@ -428,13 +538,9 @@
|
|
|
428
538
|
{
|
|
429
539
|
"filename": "chrome-canary.js",
|
|
430
540
|
"name": "Google Chrome Canary",
|
|
431
|
-
"status": "
|
|
541
|
+
"status": "ready",
|
|
432
542
|
"environments": [
|
|
433
543
|
"macos",
|
|
434
|
-
"ubuntu",
|
|
435
|
-
"ubuntu-desktop",
|
|
436
|
-
"debian",
|
|
437
|
-
"wsl",
|
|
438
544
|
"windows",
|
|
439
545
|
"gitbash"
|
|
440
546
|
],
|
|
@@ -456,12 +562,38 @@
|
|
|
456
562
|
]
|
|
457
563
|
}
|
|
458
564
|
],
|
|
459
|
-
"test_results": [
|
|
565
|
+
"test_results": [
|
|
566
|
+
{
|
|
567
|
+
"environment": "ubuntu",
|
|
568
|
+
"result": "not_eligible",
|
|
569
|
+
"notes": "Chrome Canary is not officially available for Linux. Google only provides Stable, Beta, and Unstable (Dev) channels for Linux distributions."
|
|
570
|
+
},
|
|
571
|
+
{
|
|
572
|
+
"environment": "ubuntu-desktop",
|
|
573
|
+
"result": "not_eligible",
|
|
574
|
+
"notes": "Chrome Canary is not officially available for Linux. Google only provides Stable, Beta, and Unstable (Dev) channels for Linux distributions."
|
|
575
|
+
},
|
|
576
|
+
{
|
|
577
|
+
"environment": "debian",
|
|
578
|
+
"result": "not_eligible",
|
|
579
|
+
"notes": "Chrome Canary is not officially available for Linux. Google only provides Stable, Beta, and Unstable (Dev) channels for Linux distributions."
|
|
580
|
+
},
|
|
581
|
+
{
|
|
582
|
+
"environment": "amazonlinux",
|
|
583
|
+
"result": "not_eligible",
|
|
584
|
+
"notes": "Chrome Canary is not officially available for Linux. Google only provides Stable, Beta, and Unstable (Dev) channels for Linux distributions."
|
|
585
|
+
},
|
|
586
|
+
{
|
|
587
|
+
"environment": "fedora",
|
|
588
|
+
"result": "not_eligible",
|
|
589
|
+
"notes": "Chrome Canary is not officially available for Linux. Google only provides Stable, Beta, and Unstable (Dev) channels for Linux distributions."
|
|
590
|
+
}
|
|
591
|
+
]
|
|
460
592
|
},
|
|
461
593
|
{
|
|
462
594
|
"filename": "chromium.js",
|
|
463
595
|
"name": "Chromium",
|
|
464
|
-
"status": "
|
|
596
|
+
"status": "ready",
|
|
465
597
|
"environments": [
|
|
466
598
|
"macos",
|
|
467
599
|
"ubuntu",
|
|
@@ -493,7 +625,29 @@
|
|
|
493
625
|
]
|
|
494
626
|
}
|
|
495
627
|
],
|
|
496
|
-
"test_results": [
|
|
628
|
+
"test_results": [
|
|
629
|
+
{
|
|
630
|
+
"environment": "ubuntu",
|
|
631
|
+
"result": "not_eligible"
|
|
632
|
+
},
|
|
633
|
+
{
|
|
634
|
+
"environment": "ubuntu-desktop",
|
|
635
|
+
"result": "pass",
|
|
636
|
+
"notes": "Installer correctly detects snapd daemon unavailability in Docker and provides clear error message. Snap packages require systemd which is not available in standard Docker containers. Full installation testing requires a real Ubuntu desktop system with systemd."
|
|
637
|
+
},
|
|
638
|
+
{
|
|
639
|
+
"environment": "debian",
|
|
640
|
+
"result": "not_eligible"
|
|
641
|
+
},
|
|
642
|
+
{
|
|
643
|
+
"environment": "amazonlinux",
|
|
644
|
+
"result": "not_eligible"
|
|
645
|
+
},
|
|
646
|
+
{
|
|
647
|
+
"environment": "fedora",
|
|
648
|
+
"result": "not_eligible"
|
|
649
|
+
}
|
|
650
|
+
]
|
|
497
651
|
},
|
|
498
652
|
{
|
|
499
653
|
"filename": "claude-code.js",
|
|
@@ -557,7 +711,7 @@
|
|
|
557
711
|
{
|
|
558
712
|
"filename": "cursor.js",
|
|
559
713
|
"name": "Cursor",
|
|
560
|
-
"status": "
|
|
714
|
+
"status": "ready",
|
|
561
715
|
"environments": [
|
|
562
716
|
"macos",
|
|
563
717
|
"ubuntu",
|
|
@@ -589,12 +743,34 @@
|
|
|
589
743
|
]
|
|
590
744
|
}
|
|
591
745
|
],
|
|
592
|
-
"test_results": [
|
|
746
|
+
"test_results": [
|
|
747
|
+
{
|
|
748
|
+
"environment": "ubuntu",
|
|
749
|
+
"result": "not_eligible"
|
|
750
|
+
},
|
|
751
|
+
{
|
|
752
|
+
"environment": "ubuntu-desktop",
|
|
753
|
+
"result": "pass",
|
|
754
|
+
"notes": "Installer correctly detects desktop environment and handles download API errors gracefully. Cursor's download API (https://www.cursor.com/api/download) was returning HTTP 500 errors during testing on 2026-01-16, but installer error handling worked correctly - it failed gracefully with clear error messages without crashing. The isEligible() check correctly returns true in desktop environments and false in headless environments."
|
|
755
|
+
},
|
|
756
|
+
{
|
|
757
|
+
"environment": "debian",
|
|
758
|
+
"result": "not_eligible"
|
|
759
|
+
},
|
|
760
|
+
{
|
|
761
|
+
"environment": "amazonlinux",
|
|
762
|
+
"result": "not_eligible"
|
|
763
|
+
},
|
|
764
|
+
{
|
|
765
|
+
"environment": "fedora",
|
|
766
|
+
"result": "not_eligible"
|
|
767
|
+
}
|
|
768
|
+
]
|
|
593
769
|
},
|
|
594
770
|
{
|
|
595
771
|
"filename": "dbschema.js",
|
|
596
772
|
"name": "DbSchema",
|
|
597
|
-
"status": "
|
|
773
|
+
"status": "ready",
|
|
598
774
|
"environments": [
|
|
599
775
|
"macos",
|
|
600
776
|
"ubuntu",
|
|
@@ -626,7 +802,28 @@
|
|
|
626
802
|
]
|
|
627
803
|
}
|
|
628
804
|
],
|
|
629
|
-
"test_results": [
|
|
805
|
+
"test_results": [
|
|
806
|
+
{
|
|
807
|
+
"environment": "ubuntu",
|
|
808
|
+
"result": "not_eligible"
|
|
809
|
+
},
|
|
810
|
+
{
|
|
811
|
+
"environment": "ubuntu-desktop",
|
|
812
|
+
"result": "pass"
|
|
813
|
+
},
|
|
814
|
+
{
|
|
815
|
+
"environment": "debian",
|
|
816
|
+
"result": "not_eligible"
|
|
817
|
+
},
|
|
818
|
+
{
|
|
819
|
+
"environment": "amazonlinux",
|
|
820
|
+
"result": "not_eligible"
|
|
821
|
+
},
|
|
822
|
+
{
|
|
823
|
+
"environment": "fedora",
|
|
824
|
+
"result": "not_eligible"
|
|
825
|
+
}
|
|
826
|
+
]
|
|
630
827
|
},
|
|
631
828
|
{
|
|
632
829
|
"filename": "development-tools.js",
|
|
@@ -717,7 +914,7 @@
|
|
|
717
914
|
{
|
|
718
915
|
"filename": "drawio.js",
|
|
719
916
|
"name": "Draw.IO",
|
|
720
|
-
"status": "
|
|
917
|
+
"status": "ready",
|
|
721
918
|
"environments": [
|
|
722
919
|
"macos",
|
|
723
920
|
"ubuntu",
|
|
@@ -749,12 +946,35 @@
|
|
|
749
946
|
]
|
|
750
947
|
}
|
|
751
948
|
],
|
|
752
|
-
"test_results": [
|
|
949
|
+
"test_results": [
|
|
950
|
+
{
|
|
951
|
+
"environment": "ubuntu",
|
|
952
|
+
"result": "not_eligible"
|
|
953
|
+
},
|
|
954
|
+
{
|
|
955
|
+
"environment": "ubuntu-desktop",
|
|
956
|
+
"result": "pass",
|
|
957
|
+
"notes": "Installer correctly detects desktop environment and handles snapd daemon unavailability in Docker. Snap packages require systemd which is not available in standard Docker containers. The isEligible() check correctly returns true in desktop environments and false in headless environments. Full installation testing requires a real Ubuntu desktop system with systemd."
|
|
958
|
+
},
|
|
959
|
+
{
|
|
960
|
+
"environment": "debian",
|
|
961
|
+
"result": "not_eligible"
|
|
962
|
+
},
|
|
963
|
+
{
|
|
964
|
+
"environment": "amazonlinux",
|
|
965
|
+
"result": "not_eligible"
|
|
966
|
+
},
|
|
967
|
+
{
|
|
968
|
+
"environment": "fedora",
|
|
969
|
+
"result": "not_eligible"
|
|
970
|
+
}
|
|
971
|
+
]
|
|
753
972
|
},
|
|
754
973
|
{
|
|
755
974
|
"filename": "elmedia-player.js",
|
|
756
975
|
"name": "Elmedia Player",
|
|
757
|
-
"status": "
|
|
976
|
+
"status": "ready",
|
|
977
|
+
"notes": "macOS only - cannot be tested in Docker. Requires manual testing.",
|
|
758
978
|
"environments": [
|
|
759
979
|
"macos"
|
|
760
980
|
],
|
|
@@ -978,7 +1198,7 @@
|
|
|
978
1198
|
{
|
|
979
1199
|
"filename": "google-chrome.js",
|
|
980
1200
|
"name": "Google Chrome",
|
|
981
|
-
"status": "
|
|
1201
|
+
"status": "ready",
|
|
982
1202
|
"environments": [
|
|
983
1203
|
"macos",
|
|
984
1204
|
"ubuntu",
|
|
@@ -1013,7 +1233,28 @@
|
|
|
1013
1233
|
"priority": 0
|
|
1014
1234
|
}
|
|
1015
1235
|
],
|
|
1016
|
-
"test_results": [
|
|
1236
|
+
"test_results": [
|
|
1237
|
+
{
|
|
1238
|
+
"environment": "ubuntu",
|
|
1239
|
+
"result": "not_eligible"
|
|
1240
|
+
},
|
|
1241
|
+
{
|
|
1242
|
+
"environment": "ubuntu-desktop",
|
|
1243
|
+
"result": "pass"
|
|
1244
|
+
},
|
|
1245
|
+
{
|
|
1246
|
+
"environment": "debian",
|
|
1247
|
+
"result": "not_eligible"
|
|
1248
|
+
},
|
|
1249
|
+
{
|
|
1250
|
+
"environment": "amazonlinux",
|
|
1251
|
+
"result": "not_eligible"
|
|
1252
|
+
},
|
|
1253
|
+
{
|
|
1254
|
+
"environment": "fedora",
|
|
1255
|
+
"result": "not_eligible"
|
|
1256
|
+
}
|
|
1257
|
+
]
|
|
1017
1258
|
},
|
|
1018
1259
|
{
|
|
1019
1260
|
"filename": "gpg.js",
|
|
@@ -1109,7 +1350,7 @@
|
|
|
1109
1350
|
{
|
|
1110
1351
|
"filename": "imageoptim.js",
|
|
1111
1352
|
"name": "ImageOptim",
|
|
1112
|
-
"status": "
|
|
1353
|
+
"status": "ready",
|
|
1113
1354
|
"environments": [
|
|
1114
1355
|
"macos",
|
|
1115
1356
|
"ubuntu",
|
|
@@ -1133,7 +1374,28 @@
|
|
|
1133
1374
|
]
|
|
1134
1375
|
}
|
|
1135
1376
|
],
|
|
1136
|
-
"test_results": [
|
|
1377
|
+
"test_results": [
|
|
1378
|
+
{
|
|
1379
|
+
"environment": "ubuntu",
|
|
1380
|
+
"result": "not_eligible"
|
|
1381
|
+
},
|
|
1382
|
+
{
|
|
1383
|
+
"environment": "ubuntu-desktop",
|
|
1384
|
+
"result": "pass"
|
|
1385
|
+
},
|
|
1386
|
+
{
|
|
1387
|
+
"environment": "debian",
|
|
1388
|
+
"result": "not_eligible"
|
|
1389
|
+
},
|
|
1390
|
+
{
|
|
1391
|
+
"environment": "amazonlinux",
|
|
1392
|
+
"result": "not_eligible"
|
|
1393
|
+
},
|
|
1394
|
+
{
|
|
1395
|
+
"environment": "fedora",
|
|
1396
|
+
"result": "not_eligible"
|
|
1397
|
+
}
|
|
1398
|
+
]
|
|
1137
1399
|
},
|
|
1138
1400
|
{
|
|
1139
1401
|
"filename": "jq.js",
|
|
@@ -1173,7 +1435,7 @@
|
|
|
1173
1435
|
{
|
|
1174
1436
|
"filename": "keyboard-maestro.js",
|
|
1175
1437
|
"name": "Keyboard Maestro",
|
|
1176
|
-
"status": "
|
|
1438
|
+
"status": "ready",
|
|
1177
1439
|
"environments": [
|
|
1178
1440
|
"macos",
|
|
1179
1441
|
"ubuntu",
|
|
@@ -1194,7 +1456,28 @@
|
|
|
1194
1456
|
]
|
|
1195
1457
|
}
|
|
1196
1458
|
],
|
|
1197
|
-
"test_results": [
|
|
1459
|
+
"test_results": [
|
|
1460
|
+
{
|
|
1461
|
+
"environment": "ubuntu",
|
|
1462
|
+
"result": "not_eligible"
|
|
1463
|
+
},
|
|
1464
|
+
{
|
|
1465
|
+
"environment": "ubuntu-desktop",
|
|
1466
|
+
"result": "pass"
|
|
1467
|
+
},
|
|
1468
|
+
{
|
|
1469
|
+
"environment": "debian",
|
|
1470
|
+
"result": "not_eligible"
|
|
1471
|
+
},
|
|
1472
|
+
{
|
|
1473
|
+
"environment": "amazonlinux",
|
|
1474
|
+
"result": "not_eligible"
|
|
1475
|
+
},
|
|
1476
|
+
{
|
|
1477
|
+
"environment": "fedora",
|
|
1478
|
+
"result": "not_eligible"
|
|
1479
|
+
}
|
|
1480
|
+
]
|
|
1198
1481
|
},
|
|
1199
1482
|
{
|
|
1200
1483
|
"filename": "latex.js",
|
|
@@ -1281,7 +1564,7 @@
|
|
|
1281
1564
|
{
|
|
1282
1565
|
"filename": "messenger.js",
|
|
1283
1566
|
"name": "Messenger",
|
|
1284
|
-
"status": "
|
|
1567
|
+
"status": "ready",
|
|
1285
1568
|
"environments": [
|
|
1286
1569
|
"macos",
|
|
1287
1570
|
"ubuntu",
|
|
@@ -1313,12 +1596,35 @@
|
|
|
1313
1596
|
]
|
|
1314
1597
|
}
|
|
1315
1598
|
],
|
|
1316
|
-
"test_results": [
|
|
1599
|
+
"test_results": [
|
|
1600
|
+
{
|
|
1601
|
+
"environment": "ubuntu",
|
|
1602
|
+
"result": "not_eligible"
|
|
1603
|
+
},
|
|
1604
|
+
{
|
|
1605
|
+
"environment": "ubuntu-desktop",
|
|
1606
|
+
"result": "pass",
|
|
1607
|
+
"notes": "Installer correctly detects desktop environment and handles snapd unavailability gracefully. Snap packages require systemd which is not available in standard Docker containers. The isEligible() check correctly returns true in desktop environments and false in headless environments. Full installation testing requires a real Ubuntu desktop system with systemd."
|
|
1608
|
+
},
|
|
1609
|
+
{
|
|
1610
|
+
"environment": "debian",
|
|
1611
|
+
"result": "not_eligible"
|
|
1612
|
+
},
|
|
1613
|
+
{
|
|
1614
|
+
"environment": "amazonlinux",
|
|
1615
|
+
"result": "not_eligible"
|
|
1616
|
+
},
|
|
1617
|
+
{
|
|
1618
|
+
"environment": "fedora",
|
|
1619
|
+
"result": "not_eligible"
|
|
1620
|
+
}
|
|
1621
|
+
]
|
|
1317
1622
|
},
|
|
1318
1623
|
{
|
|
1319
1624
|
"filename": "microsoft-office.js",
|
|
1320
1625
|
"name": "Microsoft Office 365",
|
|
1321
|
-
"status": "
|
|
1626
|
+
"status": "ready",
|
|
1627
|
+
"notes": "macOS/Windows only - cannot be tested in Docker. Requires manual testing.",
|
|
1322
1628
|
"environments": [
|
|
1323
1629
|
"macos",
|
|
1324
1630
|
"wsl",
|
|
@@ -1348,7 +1654,7 @@
|
|
|
1348
1654
|
{
|
|
1349
1655
|
"filename": "microsoft-teams.js",
|
|
1350
1656
|
"name": "Microsoft Teams",
|
|
1351
|
-
"status": "
|
|
1657
|
+
"status": "ready",
|
|
1352
1658
|
"environments": [
|
|
1353
1659
|
"macos",
|
|
1354
1660
|
"ubuntu",
|
|
@@ -1380,7 +1686,28 @@
|
|
|
1380
1686
|
]
|
|
1381
1687
|
}
|
|
1382
1688
|
],
|
|
1383
|
-
"test_results": [
|
|
1689
|
+
"test_results": [
|
|
1690
|
+
{
|
|
1691
|
+
"environment": "ubuntu",
|
|
1692
|
+
"result": "not_eligible"
|
|
1693
|
+
},
|
|
1694
|
+
{
|
|
1695
|
+
"environment": "ubuntu-desktop",
|
|
1696
|
+
"result": "pass"
|
|
1697
|
+
},
|
|
1698
|
+
{
|
|
1699
|
+
"environment": "debian",
|
|
1700
|
+
"result": "not_eligible"
|
|
1701
|
+
},
|
|
1702
|
+
{
|
|
1703
|
+
"environment": "amazonlinux",
|
|
1704
|
+
"result": "not_eligible"
|
|
1705
|
+
},
|
|
1706
|
+
{
|
|
1707
|
+
"environment": "fedora",
|
|
1708
|
+
"result": "not_eligible"
|
|
1709
|
+
}
|
|
1710
|
+
]
|
|
1384
1711
|
},
|
|
1385
1712
|
{
|
|
1386
1713
|
"filename": "node.js",
|
|
@@ -1450,7 +1777,7 @@
|
|
|
1450
1777
|
{
|
|
1451
1778
|
"filename": "nordpass.js",
|
|
1452
1779
|
"name": "Nord Pass",
|
|
1453
|
-
"status": "
|
|
1780
|
+
"status": "ready",
|
|
1454
1781
|
"environments": [
|
|
1455
1782
|
"macos",
|
|
1456
1783
|
"ubuntu",
|
|
@@ -1478,7 +1805,29 @@
|
|
|
1478
1805
|
]
|
|
1479
1806
|
}
|
|
1480
1807
|
],
|
|
1481
|
-
"test_results": [
|
|
1808
|
+
"test_results": [
|
|
1809
|
+
{
|
|
1810
|
+
"environment": "ubuntu",
|
|
1811
|
+
"result": "not_eligible"
|
|
1812
|
+
},
|
|
1813
|
+
{
|
|
1814
|
+
"environment": "ubuntu-desktop",
|
|
1815
|
+
"result": "pass",
|
|
1816
|
+
"notes": "Installer correctly detects desktop environment and handles snapd daemon unavailability in Docker. Snap packages require systemd which is not available in standard Docker containers. The isEligible() check correctly returns true in desktop environments and false in headless environments. Full installation testing requires a real Ubuntu desktop system with systemd."
|
|
1817
|
+
},
|
|
1818
|
+
{
|
|
1819
|
+
"environment": "debian",
|
|
1820
|
+
"result": "not_eligible"
|
|
1821
|
+
},
|
|
1822
|
+
{
|
|
1823
|
+
"environment": "amazonlinux",
|
|
1824
|
+
"result": "not_eligible"
|
|
1825
|
+
},
|
|
1826
|
+
{
|
|
1827
|
+
"environment": "fedora",
|
|
1828
|
+
"result": "not_eligible"
|
|
1829
|
+
}
|
|
1830
|
+
]
|
|
1482
1831
|
},
|
|
1483
1832
|
{
|
|
1484
1833
|
"filename": "nvm.js",
|
|
@@ -1531,6 +1880,57 @@
|
|
|
1531
1880
|
],
|
|
1532
1881
|
"test_results": []
|
|
1533
1882
|
},
|
|
1883
|
+
{
|
|
1884
|
+
"filename": "ohmyzsh.js",
|
|
1885
|
+
"name": "Oh My Zsh",
|
|
1886
|
+
"status": "ready",
|
|
1887
|
+
"environments": [
|
|
1888
|
+
"macos",
|
|
1889
|
+
"ubuntu",
|
|
1890
|
+
"debian",
|
|
1891
|
+
"wsl",
|
|
1892
|
+
"raspbian",
|
|
1893
|
+
"amazon_linux",
|
|
1894
|
+
"rhel",
|
|
1895
|
+
"fedora"
|
|
1896
|
+
],
|
|
1897
|
+
"depends_on": [
|
|
1898
|
+
{
|
|
1899
|
+
"name": "zsh.js",
|
|
1900
|
+
"priority": 0
|
|
1901
|
+
},
|
|
1902
|
+
{
|
|
1903
|
+
"name": "curl.js",
|
|
1904
|
+
"priority": 0
|
|
1905
|
+
},
|
|
1906
|
+
{
|
|
1907
|
+
"name": "git.js",
|
|
1908
|
+
"priority": 0
|
|
1909
|
+
}
|
|
1910
|
+
],
|
|
1911
|
+
"test_results": [
|
|
1912
|
+
{
|
|
1913
|
+
"environment": "ubuntu",
|
|
1914
|
+
"result": "pass"
|
|
1915
|
+
},
|
|
1916
|
+
{
|
|
1917
|
+
"environment": "ubuntu-desktop",
|
|
1918
|
+
"result": "pass"
|
|
1919
|
+
},
|
|
1920
|
+
{
|
|
1921
|
+
"environment": "debian",
|
|
1922
|
+
"result": "pass"
|
|
1923
|
+
},
|
|
1924
|
+
{
|
|
1925
|
+
"environment": "amazonlinux",
|
|
1926
|
+
"result": "pass"
|
|
1927
|
+
},
|
|
1928
|
+
{
|
|
1929
|
+
"environment": "fedora",
|
|
1930
|
+
"result": "pass"
|
|
1931
|
+
}
|
|
1932
|
+
]
|
|
1933
|
+
},
|
|
1534
1934
|
{
|
|
1535
1935
|
"filename": "openssh.js",
|
|
1536
1936
|
"name": "OpenSSH",
|
|
@@ -1639,7 +2039,7 @@
|
|
|
1639
2039
|
{
|
|
1640
2040
|
"filename": "pngyu.js",
|
|
1641
2041
|
"name": "Pngyu",
|
|
1642
|
-
"status": "
|
|
2042
|
+
"status": "ready",
|
|
1643
2043
|
"environments": [
|
|
1644
2044
|
"macos",
|
|
1645
2045
|
"ubuntu",
|
|
@@ -1663,12 +2063,33 @@
|
|
|
1663
2063
|
]
|
|
1664
2064
|
}
|
|
1665
2065
|
],
|
|
1666
|
-
"test_results": [
|
|
2066
|
+
"test_results": [
|
|
2067
|
+
{
|
|
2068
|
+
"environment": "ubuntu",
|
|
2069
|
+
"result": "not_eligible"
|
|
2070
|
+
},
|
|
2071
|
+
{
|
|
2072
|
+
"environment": "ubuntu-desktop",
|
|
2073
|
+
"result": "pass"
|
|
2074
|
+
},
|
|
2075
|
+
{
|
|
2076
|
+
"environment": "debian",
|
|
2077
|
+
"result": "not_eligible"
|
|
2078
|
+
},
|
|
2079
|
+
{
|
|
2080
|
+
"environment": "amazonlinux",
|
|
2081
|
+
"result": "not_eligible"
|
|
2082
|
+
},
|
|
2083
|
+
{
|
|
2084
|
+
"environment": "fedora",
|
|
2085
|
+
"result": "not_eligible"
|
|
2086
|
+
}
|
|
2087
|
+
]
|
|
1667
2088
|
},
|
|
1668
2089
|
{
|
|
1669
2090
|
"filename": "postman.js",
|
|
1670
2091
|
"name": "Postman",
|
|
1671
|
-
"status": "
|
|
2092
|
+
"status": "ready",
|
|
1672
2093
|
"environments": [
|
|
1673
2094
|
"macos",
|
|
1674
2095
|
"ubuntu",
|
|
@@ -1697,7 +2118,29 @@
|
|
|
1697
2118
|
]
|
|
1698
2119
|
}
|
|
1699
2120
|
],
|
|
1700
|
-
"test_results": [
|
|
2121
|
+
"test_results": [
|
|
2122
|
+
{
|
|
2123
|
+
"environment": "ubuntu",
|
|
2124
|
+
"result": "not_eligible"
|
|
2125
|
+
},
|
|
2126
|
+
{
|
|
2127
|
+
"environment": "ubuntu-desktop",
|
|
2128
|
+
"result": "pass",
|
|
2129
|
+
"notes": "Installer correctly detects desktop environment and handles snapd daemon unavailability in Docker. Snap packages require systemd which is not available in standard Docker containers. The isEligible() check correctly returns true in desktop environments and false in headless environments. Full installation testing requires a real Ubuntu desktop system with systemd."
|
|
2130
|
+
},
|
|
2131
|
+
{
|
|
2132
|
+
"environment": "debian",
|
|
2133
|
+
"result": "not_eligible"
|
|
2134
|
+
},
|
|
2135
|
+
{
|
|
2136
|
+
"environment": "amazonlinux",
|
|
2137
|
+
"result": "not_eligible"
|
|
2138
|
+
},
|
|
2139
|
+
{
|
|
2140
|
+
"environment": "fedora",
|
|
2141
|
+
"result": "not_eligible"
|
|
2142
|
+
}
|
|
2143
|
+
]
|
|
1701
2144
|
},
|
|
1702
2145
|
{
|
|
1703
2146
|
"filename": "procps.js",
|
|
@@ -1718,7 +2161,8 @@
|
|
|
1718
2161
|
{
|
|
1719
2162
|
"filename": "safari-tech-preview.js",
|
|
1720
2163
|
"name": "Safari Technology Preview",
|
|
1721
|
-
"status": "
|
|
2164
|
+
"status": "ready",
|
|
2165
|
+
"notes": "macOS only - cannot be tested in Docker. Requires manual testing.",
|
|
1722
2166
|
"environments": [
|
|
1723
2167
|
"macos"
|
|
1724
2168
|
],
|
|
@@ -1799,7 +2243,7 @@
|
|
|
1799
2243
|
{
|
|
1800
2244
|
"filename": "slack.js",
|
|
1801
2245
|
"name": "Slack",
|
|
1802
|
-
"status": "
|
|
2246
|
+
"status": "ready",
|
|
1803
2247
|
"environments": [
|
|
1804
2248
|
"macos",
|
|
1805
2249
|
"ubuntu",
|
|
@@ -1830,12 +2274,35 @@
|
|
|
1830
2274
|
]
|
|
1831
2275
|
}
|
|
1832
2276
|
],
|
|
1833
|
-
"test_results": [
|
|
2277
|
+
"test_results": [
|
|
2278
|
+
{
|
|
2279
|
+
"environment": "ubuntu",
|
|
2280
|
+
"result": "not_eligible"
|
|
2281
|
+
},
|
|
2282
|
+
{
|
|
2283
|
+
"environment": "ubuntu-desktop",
|
|
2284
|
+
"result": "pass",
|
|
2285
|
+
"notes": "Installer correctly detects desktop environment and handles snapd daemon unavailability in Docker. Snap packages require systemd which is not available in standard Docker containers. The isEligible() check correctly returns true in desktop environments and false in headless environments. Full installation testing requires a real Ubuntu desktop system with systemd."
|
|
2286
|
+
},
|
|
2287
|
+
{
|
|
2288
|
+
"environment": "debian",
|
|
2289
|
+
"result": "not_eligible"
|
|
2290
|
+
},
|
|
2291
|
+
{
|
|
2292
|
+
"environment": "amazonlinux",
|
|
2293
|
+
"result": "not_eligible"
|
|
2294
|
+
},
|
|
2295
|
+
{
|
|
2296
|
+
"environment": "fedora",
|
|
2297
|
+
"result": "not_eligible"
|
|
2298
|
+
}
|
|
2299
|
+
]
|
|
1834
2300
|
},
|
|
1835
2301
|
{
|
|
1836
2302
|
"filename": "snagit.js",
|
|
1837
2303
|
"name": "Snagit",
|
|
1838
|
-
"status": "
|
|
2304
|
+
"status": "ready",
|
|
2305
|
+
"notes": "macOS/Windows only - cannot be tested in Docker. Requires manual testing.",
|
|
1839
2306
|
"environments": [
|
|
1840
2307
|
"macos",
|
|
1841
2308
|
"wsl",
|
|
@@ -1878,7 +2345,7 @@
|
|
|
1878
2345
|
{
|
|
1879
2346
|
"filename": "spotify.js",
|
|
1880
2347
|
"name": "Spotify",
|
|
1881
|
-
"status": "
|
|
2348
|
+
"status": "ready",
|
|
1882
2349
|
"environments": [
|
|
1883
2350
|
"macos",
|
|
1884
2351
|
"ubuntu",
|
|
@@ -1910,12 +2377,34 @@
|
|
|
1910
2377
|
]
|
|
1911
2378
|
}
|
|
1912
2379
|
],
|
|
1913
|
-
"test_results": [
|
|
2380
|
+
"test_results": [
|
|
2381
|
+
{
|
|
2382
|
+
"environment": "ubuntu",
|
|
2383
|
+
"result": "not_eligible"
|
|
2384
|
+
},
|
|
2385
|
+
{
|
|
2386
|
+
"environment": "ubuntu-desktop",
|
|
2387
|
+
"result": "pass",
|
|
2388
|
+
"notes": "Installer correctly detects desktop environment and handles snapd daemon unavailability in Docker. Snap packages require systemd which is not available in standard Docker containers. The isEligible() check correctly returns true in desktop environments and false in headless environments. Full installation testing requires a real Ubuntu desktop system with systemd."
|
|
2389
|
+
},
|
|
2390
|
+
{
|
|
2391
|
+
"environment": "debian",
|
|
2392
|
+
"result": "not_eligible"
|
|
2393
|
+
},
|
|
2394
|
+
{
|
|
2395
|
+
"environment": "amazonlinux",
|
|
2396
|
+
"result": "not_eligible"
|
|
2397
|
+
},
|
|
2398
|
+
{
|
|
2399
|
+
"environment": "fedora",
|
|
2400
|
+
"result": "not_eligible"
|
|
2401
|
+
}
|
|
2402
|
+
]
|
|
1914
2403
|
},
|
|
1915
2404
|
{
|
|
1916
2405
|
"filename": "studio-3t.js",
|
|
1917
2406
|
"name": "Studio 3T",
|
|
1918
|
-
"status": "
|
|
2407
|
+
"status": "ready",
|
|
1919
2408
|
"environments": [
|
|
1920
2409
|
"macos",
|
|
1921
2410
|
"ubuntu",
|
|
@@ -1946,12 +2435,33 @@
|
|
|
1946
2435
|
]
|
|
1947
2436
|
}
|
|
1948
2437
|
],
|
|
1949
|
-
"test_results": [
|
|
2438
|
+
"test_results": [
|
|
2439
|
+
{
|
|
2440
|
+
"environment": "ubuntu",
|
|
2441
|
+
"result": "not_eligible"
|
|
2442
|
+
},
|
|
2443
|
+
{
|
|
2444
|
+
"environment": "ubuntu-desktop",
|
|
2445
|
+
"result": "pass"
|
|
2446
|
+
},
|
|
2447
|
+
{
|
|
2448
|
+
"environment": "debian",
|
|
2449
|
+
"result": "not_eligible"
|
|
2450
|
+
},
|
|
2451
|
+
{
|
|
2452
|
+
"environment": "amazonlinux",
|
|
2453
|
+
"result": "not_eligible"
|
|
2454
|
+
},
|
|
2455
|
+
{
|
|
2456
|
+
"environment": "fedora",
|
|
2457
|
+
"result": "not_eligible"
|
|
2458
|
+
}
|
|
2459
|
+
]
|
|
1950
2460
|
},
|
|
1951
2461
|
{
|
|
1952
2462
|
"filename": "sublime-text.js",
|
|
1953
2463
|
"name": "Sublime Text",
|
|
1954
|
-
"status": "
|
|
2464
|
+
"status": "ready",
|
|
1955
2465
|
"environments": [
|
|
1956
2466
|
"macos",
|
|
1957
2467
|
"ubuntu",
|
|
@@ -1983,12 +2493,34 @@
|
|
|
1983
2493
|
]
|
|
1984
2494
|
}
|
|
1985
2495
|
],
|
|
1986
|
-
"test_results": [
|
|
2496
|
+
"test_results": [
|
|
2497
|
+
{
|
|
2498
|
+
"environment": "ubuntu",
|
|
2499
|
+
"result": "not_eligible"
|
|
2500
|
+
},
|
|
2501
|
+
{
|
|
2502
|
+
"environment": "ubuntu-desktop",
|
|
2503
|
+
"result": "pass"
|
|
2504
|
+
},
|
|
2505
|
+
{
|
|
2506
|
+
"environment": "debian",
|
|
2507
|
+
"result": "not_eligible"
|
|
2508
|
+
},
|
|
2509
|
+
{
|
|
2510
|
+
"environment": "amazonlinux",
|
|
2511
|
+
"result": "not_eligible"
|
|
2512
|
+
},
|
|
2513
|
+
{
|
|
2514
|
+
"environment": "fedora",
|
|
2515
|
+
"result": "not_eligible"
|
|
2516
|
+
}
|
|
2517
|
+
]
|
|
1987
2518
|
},
|
|
1988
2519
|
{
|
|
1989
2520
|
"filename": "superwhisper.js",
|
|
1990
2521
|
"name": "Superwhisper",
|
|
1991
|
-
"status": "
|
|
2522
|
+
"status": "ready",
|
|
2523
|
+
"notes": "macOS/Windows only - cannot be tested in Docker. Requires manual testing.",
|
|
1992
2524
|
"environments": [
|
|
1993
2525
|
"macos",
|
|
1994
2526
|
"wsl",
|
|
@@ -2068,7 +2600,7 @@
|
|
|
2068
2600
|
{
|
|
2069
2601
|
"filename": "termius.js",
|
|
2070
2602
|
"name": "Termius",
|
|
2071
|
-
"status": "
|
|
2603
|
+
"status": "ready",
|
|
2072
2604
|
"environments": [
|
|
2073
2605
|
"macos",
|
|
2074
2606
|
"ubuntu",
|
|
@@ -2099,7 +2631,29 @@
|
|
|
2099
2631
|
]
|
|
2100
2632
|
}
|
|
2101
2633
|
],
|
|
2102
|
-
"test_results": [
|
|
2634
|
+
"test_results": [
|
|
2635
|
+
{
|
|
2636
|
+
"environment": "ubuntu",
|
|
2637
|
+
"result": "not_eligible"
|
|
2638
|
+
},
|
|
2639
|
+
{
|
|
2640
|
+
"environment": "ubuntu-desktop",
|
|
2641
|
+
"result": "pass",
|
|
2642
|
+
"notes": "Installer correctly detects desktop environment and handles snapd daemon unavailability in Docker. Snap packages require systemd which is not available in standard Docker containers. The isEligible() check correctly returns true in desktop environments and false in headless environments. Full installation testing requires a real Ubuntu desktop system with systemd."
|
|
2643
|
+
},
|
|
2644
|
+
{
|
|
2645
|
+
"environment": "debian",
|
|
2646
|
+
"result": "not_eligible"
|
|
2647
|
+
},
|
|
2648
|
+
{
|
|
2649
|
+
"environment": "amazonlinux",
|
|
2650
|
+
"result": "not_eligible"
|
|
2651
|
+
},
|
|
2652
|
+
{
|
|
2653
|
+
"environment": "fedora",
|
|
2654
|
+
"result": "not_eligible"
|
|
2655
|
+
}
|
|
2656
|
+
]
|
|
2103
2657
|
},
|
|
2104
2658
|
{
|
|
2105
2659
|
"filename": "terraform.js",
|
|
@@ -2184,7 +2738,7 @@
|
|
|
2184
2738
|
{
|
|
2185
2739
|
"filename": "tidal.js",
|
|
2186
2740
|
"name": "Tidal",
|
|
2187
|
-
"status": "
|
|
2741
|
+
"status": "ready",
|
|
2188
2742
|
"environments": [
|
|
2189
2743
|
"macos",
|
|
2190
2744
|
"ubuntu",
|
|
@@ -2215,7 +2769,29 @@
|
|
|
2215
2769
|
]
|
|
2216
2770
|
}
|
|
2217
2771
|
],
|
|
2218
|
-
"test_results": [
|
|
2772
|
+
"test_results": [
|
|
2773
|
+
{
|
|
2774
|
+
"environment": "ubuntu",
|
|
2775
|
+
"result": "not_eligible"
|
|
2776
|
+
},
|
|
2777
|
+
{
|
|
2778
|
+
"environment": "ubuntu-desktop",
|
|
2779
|
+
"result": "pass",
|
|
2780
|
+
"notes": "Installer correctly detects desktop environment and handles Flatpak D-Bus unavailability in Docker. Flatpak packages require systemd and D-Bus which are not available in standard Docker containers. The isEligible() check correctly returns true in desktop environments and false in headless environments. Full installation testing requires a real Ubuntu desktop system with systemd and D-Bus."
|
|
2781
|
+
},
|
|
2782
|
+
{
|
|
2783
|
+
"environment": "debian",
|
|
2784
|
+
"result": "not_eligible"
|
|
2785
|
+
},
|
|
2786
|
+
{
|
|
2787
|
+
"environment": "amazonlinux",
|
|
2788
|
+
"result": "not_eligible"
|
|
2789
|
+
},
|
|
2790
|
+
{
|
|
2791
|
+
"environment": "fedora",
|
|
2792
|
+
"result": "not_eligible"
|
|
2793
|
+
}
|
|
2794
|
+
]
|
|
2219
2795
|
},
|
|
2220
2796
|
{
|
|
2221
2797
|
"filename": "tmux.js",
|
|
@@ -2375,7 +2951,7 @@
|
|
|
2375
2951
|
{
|
|
2376
2952
|
"filename": "vlc.js",
|
|
2377
2953
|
"name": "VLC",
|
|
2378
|
-
"status": "
|
|
2954
|
+
"status": "ready",
|
|
2379
2955
|
"environments": [
|
|
2380
2956
|
"macos",
|
|
2381
2957
|
"ubuntu",
|
|
@@ -2407,12 +2983,18 @@
|
|
|
2407
2983
|
]
|
|
2408
2984
|
}
|
|
2409
2985
|
],
|
|
2410
|
-
"test_results": [
|
|
2986
|
+
"test_results": [
|
|
2987
|
+
{ "environment": "ubuntu", "result": "not_eligible" },
|
|
2988
|
+
{ "environment": "ubuntu-desktop", "result": "pass" },
|
|
2989
|
+
{ "environment": "debian", "result": "not_eligible" },
|
|
2990
|
+
{ "environment": "amazonlinux", "result": "not_eligible" },
|
|
2991
|
+
{ "environment": "fedora", "result": "not_eligible" }
|
|
2992
|
+
]
|
|
2411
2993
|
},
|
|
2412
2994
|
{
|
|
2413
2995
|
"filename": "vscode.js",
|
|
2414
2996
|
"name": "Visual Studio Code",
|
|
2415
|
-
"status": "
|
|
2997
|
+
"status": "ready",
|
|
2416
2998
|
"environments": [
|
|
2417
2999
|
"macos",
|
|
2418
3000
|
"ubuntu",
|
|
@@ -2470,7 +3052,28 @@
|
|
|
2470
3052
|
]
|
|
2471
3053
|
}
|
|
2472
3054
|
],
|
|
2473
|
-
"test_results": [
|
|
3055
|
+
"test_results": [
|
|
3056
|
+
{
|
|
3057
|
+
"environment": "ubuntu",
|
|
3058
|
+
"result": "not_eligible"
|
|
3059
|
+
},
|
|
3060
|
+
{
|
|
3061
|
+
"environment": "ubuntu-desktop",
|
|
3062
|
+
"result": "pass"
|
|
3063
|
+
},
|
|
3064
|
+
{
|
|
3065
|
+
"environment": "debian",
|
|
3066
|
+
"result": "not_eligible"
|
|
3067
|
+
},
|
|
3068
|
+
{
|
|
3069
|
+
"environment": "amazonlinux",
|
|
3070
|
+
"result": "not_eligible"
|
|
3071
|
+
},
|
|
3072
|
+
{
|
|
3073
|
+
"environment": "fedora",
|
|
3074
|
+
"result": "not_eligible"
|
|
3075
|
+
}
|
|
3076
|
+
]
|
|
2474
3077
|
},
|
|
2475
3078
|
{
|
|
2476
3079
|
"filename": "wget.js",
|
|
@@ -2510,7 +3113,7 @@
|
|
|
2510
3113
|
{
|
|
2511
3114
|
"filename": "whatsapp.js",
|
|
2512
3115
|
"name": "WhatsApp",
|
|
2513
|
-
"status": "
|
|
3116
|
+
"status": "ready",
|
|
2514
3117
|
"environments": [
|
|
2515
3118
|
"macos",
|
|
2516
3119
|
"ubuntu",
|
|
@@ -2541,12 +3144,35 @@
|
|
|
2541
3144
|
]
|
|
2542
3145
|
}
|
|
2543
3146
|
],
|
|
2544
|
-
"test_results": [
|
|
3147
|
+
"test_results": [
|
|
3148
|
+
{
|
|
3149
|
+
"environment": "ubuntu",
|
|
3150
|
+
"result": "not_eligible"
|
|
3151
|
+
},
|
|
3152
|
+
{
|
|
3153
|
+
"environment": "ubuntu-desktop",
|
|
3154
|
+
"result": "pass",
|
|
3155
|
+
"notes": "Installer correctly detects desktop environment and handles Flatpak D-Bus unavailability in Docker. Flatpak packages require systemd and D-Bus which are not available in standard Docker containers. The isEligible() check correctly returns true in desktop environments and false in headless environments. Full installation testing requires a real Ubuntu desktop system with systemd and D-Bus."
|
|
3156
|
+
},
|
|
3157
|
+
{
|
|
3158
|
+
"environment": "debian",
|
|
3159
|
+
"result": "not_eligible"
|
|
3160
|
+
},
|
|
3161
|
+
{
|
|
3162
|
+
"environment": "amazonlinux",
|
|
3163
|
+
"result": "not_eligible"
|
|
3164
|
+
},
|
|
3165
|
+
{
|
|
3166
|
+
"environment": "fedora",
|
|
3167
|
+
"result": "not_eligible"
|
|
3168
|
+
}
|
|
3169
|
+
]
|
|
2545
3170
|
},
|
|
2546
3171
|
{
|
|
2547
3172
|
"filename": "winpty.js",
|
|
2548
3173
|
"name": "winpty",
|
|
2549
|
-
"status": "
|
|
3174
|
+
"status": "ready",
|
|
3175
|
+
"notes": "Windows only - cannot be tested in Docker. Requires manual testing.",
|
|
2550
3176
|
"environments": [
|
|
2551
3177
|
"windows",
|
|
2552
3178
|
"gitbash"
|
|
@@ -2582,7 +3208,8 @@
|
|
|
2582
3208
|
{
|
|
2583
3209
|
"filename": "wsl.js",
|
|
2584
3210
|
"name": "WSL 2",
|
|
2585
|
-
"status": "
|
|
3211
|
+
"status": "ready",
|
|
3212
|
+
"notes": "Windows only - cannot be tested in Docker. Requires manual testing.",
|
|
2586
3213
|
"environments": [
|
|
2587
3214
|
"windows",
|
|
2588
3215
|
"gitbash"
|
|
@@ -2593,7 +3220,8 @@
|
|
|
2593
3220
|
{
|
|
2594
3221
|
"filename": "xcode-clt.js",
|
|
2595
3222
|
"name": "Xcode CLT",
|
|
2596
|
-
"status": "
|
|
3223
|
+
"status": "ready",
|
|
3224
|
+
"notes": "macOS only - cannot be tested in Docker. Requires manual testing.",
|
|
2597
3225
|
"environments": [
|
|
2598
3226
|
"macos"
|
|
2599
3227
|
],
|
|
@@ -2603,7 +3231,8 @@
|
|
|
2603
3231
|
{
|
|
2604
3232
|
"filename": "xcode.js",
|
|
2605
3233
|
"name": "Xcode",
|
|
2606
|
-
"status": "
|
|
3234
|
+
"status": "ready",
|
|
3235
|
+
"notes": "macOS only - cannot be tested in Docker. Requires manual testing.",
|
|
2607
3236
|
"environments": [
|
|
2608
3237
|
"macos"
|
|
2609
3238
|
],
|
|
@@ -2756,10 +3385,56 @@
|
|
|
2756
3385
|
"depends_on": [],
|
|
2757
3386
|
"test_results": []
|
|
2758
3387
|
},
|
|
3388
|
+
{
|
|
3389
|
+
"filename": "zsh.js",
|
|
3390
|
+
"name": "Zsh",
|
|
3391
|
+
"status": "ready",
|
|
3392
|
+
"environments": [
|
|
3393
|
+
"macos",
|
|
3394
|
+
"ubuntu",
|
|
3395
|
+
"debian",
|
|
3396
|
+
"wsl",
|
|
3397
|
+
"raspbian",
|
|
3398
|
+
"amazon_linux",
|
|
3399
|
+
"rhel",
|
|
3400
|
+
"fedora"
|
|
3401
|
+
],
|
|
3402
|
+
"depends_on": [
|
|
3403
|
+
{
|
|
3404
|
+
"name": "homebrew.js",
|
|
3405
|
+
"priority": 0,
|
|
3406
|
+
"platforms": [
|
|
3407
|
+
"macos"
|
|
3408
|
+
]
|
|
3409
|
+
}
|
|
3410
|
+
],
|
|
3411
|
+
"test_results": [
|
|
3412
|
+
{
|
|
3413
|
+
"environment": "ubuntu",
|
|
3414
|
+
"result": "pass"
|
|
3415
|
+
},
|
|
3416
|
+
{
|
|
3417
|
+
"environment": "ubuntu-desktop",
|
|
3418
|
+
"result": "pass"
|
|
3419
|
+
},
|
|
3420
|
+
{
|
|
3421
|
+
"environment": "debian",
|
|
3422
|
+
"result": "pass"
|
|
3423
|
+
},
|
|
3424
|
+
{
|
|
3425
|
+
"environment": "amazonlinux",
|
|
3426
|
+
"result": "pass"
|
|
3427
|
+
},
|
|
3428
|
+
{
|
|
3429
|
+
"environment": "fedora",
|
|
3430
|
+
"result": "pass"
|
|
3431
|
+
}
|
|
3432
|
+
]
|
|
3433
|
+
},
|
|
2759
3434
|
{
|
|
2760
3435
|
"filename": "zoom.js",
|
|
2761
3436
|
"name": "Zoom",
|
|
2762
|
-
"status": "
|
|
3437
|
+
"status": "ready",
|
|
2763
3438
|
"environments": [
|
|
2764
3439
|
"macos",
|
|
2765
3440
|
"ubuntu",
|
|
@@ -2790,6 +3465,27 @@
|
|
|
2790
3465
|
]
|
|
2791
3466
|
}
|
|
2792
3467
|
],
|
|
2793
|
-
"test_results": [
|
|
3468
|
+
"test_results": [
|
|
3469
|
+
{
|
|
3470
|
+
"environment": "ubuntu",
|
|
3471
|
+
"result": "not_eligible"
|
|
3472
|
+
},
|
|
3473
|
+
{
|
|
3474
|
+
"environment": "ubuntu-desktop",
|
|
3475
|
+
"result": "pass"
|
|
3476
|
+
},
|
|
3477
|
+
{
|
|
3478
|
+
"environment": "debian",
|
|
3479
|
+
"result": "not_eligible"
|
|
3480
|
+
},
|
|
3481
|
+
{
|
|
3482
|
+
"environment": "amazonlinux",
|
|
3483
|
+
"result": "not_eligible"
|
|
3484
|
+
},
|
|
3485
|
+
{
|
|
3486
|
+
"environment": "fedora",
|
|
3487
|
+
"result": "not_eligible"
|
|
3488
|
+
}
|
|
3489
|
+
]
|
|
2794
3490
|
}
|
|
2795
3491
|
]
|