@fredlackey/devutils 0.0.11 → 0.0.13
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/brave-browser.js +968 -0
- package/src/installs/brave-browser.md +650 -0
- package/src/installs/chrome-canary.js +27 -98
- package/src/installs/chromium.js +5 -1
- package/src/installs/dependencies.md +17 -7
- package/src/installs/installers.json +837 -76
- 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,93 @@
|
|
|
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
|
+
]
|
|
360
|
+
},
|
|
361
|
+
{
|
|
362
|
+
"filename": "brave-browser.js",
|
|
363
|
+
"name": "Brave Browser",
|
|
364
|
+
"status": "ready",
|
|
365
|
+
"environments": [
|
|
366
|
+
"macos",
|
|
367
|
+
"ubuntu",
|
|
368
|
+
"ubuntu-desktop",
|
|
369
|
+
"debian",
|
|
370
|
+
"amazon_linux",
|
|
371
|
+
"rhel",
|
|
372
|
+
"fedora",
|
|
373
|
+
"windows"
|
|
374
|
+
],
|
|
375
|
+
"desktop": true,
|
|
376
|
+
"depends_on": [
|
|
377
|
+
{
|
|
378
|
+
"name": "homebrew.js",
|
|
379
|
+
"priority": 0,
|
|
380
|
+
"platforms": [
|
|
381
|
+
"macos"
|
|
382
|
+
]
|
|
383
|
+
},
|
|
384
|
+
{
|
|
385
|
+
"name": "chocolatey.js",
|
|
386
|
+
"priority": 0,
|
|
387
|
+
"platforms": [
|
|
388
|
+
"windows"
|
|
389
|
+
]
|
|
390
|
+
},
|
|
391
|
+
{
|
|
392
|
+
"name": "curl.js",
|
|
393
|
+
"priority": 0,
|
|
394
|
+
"platforms": [
|
|
395
|
+
"ubuntu",
|
|
396
|
+
"debian",
|
|
397
|
+
"amazon_linux",
|
|
398
|
+
"rhel",
|
|
399
|
+
"fedora"
|
|
400
|
+
]
|
|
401
|
+
}
|
|
402
|
+
],
|
|
403
|
+
"test_results": [
|
|
404
|
+
{
|
|
405
|
+
"environment": "ubuntu",
|
|
406
|
+
"result": "not_eligible"
|
|
407
|
+
},
|
|
408
|
+
{
|
|
409
|
+
"environment": "ubuntu-desktop",
|
|
410
|
+
"result": "pass"
|
|
411
|
+
},
|
|
412
|
+
{
|
|
413
|
+
"environment": "debian",
|
|
414
|
+
"result": "not_eligible"
|
|
415
|
+
},
|
|
416
|
+
{
|
|
417
|
+
"environment": "amazonlinux",
|
|
418
|
+
"result": "not_eligible"
|
|
419
|
+
},
|
|
420
|
+
{
|
|
421
|
+
"environment": "fedora",
|
|
422
|
+
"result": "not_eligible"
|
|
423
|
+
}
|
|
424
|
+
]
|
|
295
425
|
},
|
|
296
426
|
{
|
|
297
427
|
"filename": "build-essential.js",
|
|
@@ -333,7 +463,7 @@
|
|
|
333
463
|
{
|
|
334
464
|
"filename": "caffeine.js",
|
|
335
465
|
"name": "Caffeine",
|
|
336
|
-
"status": "
|
|
466
|
+
"status": "ready",
|
|
337
467
|
"environments": [
|
|
338
468
|
"macos",
|
|
339
469
|
"ubuntu",
|
|
@@ -357,12 +487,34 @@
|
|
|
357
487
|
]
|
|
358
488
|
}
|
|
359
489
|
],
|
|
360
|
-
"test_results": [
|
|
490
|
+
"test_results": [
|
|
491
|
+
{
|
|
492
|
+
"environment": "ubuntu",
|
|
493
|
+
"result": "not_eligible"
|
|
494
|
+
},
|
|
495
|
+
{
|
|
496
|
+
"environment": "ubuntu-desktop",
|
|
497
|
+
"result": "pass"
|
|
498
|
+
},
|
|
499
|
+
{
|
|
500
|
+
"environment": "debian",
|
|
501
|
+
"result": "not_eligible"
|
|
502
|
+
},
|
|
503
|
+
{
|
|
504
|
+
"environment": "amazonlinux",
|
|
505
|
+
"result": "not_eligible"
|
|
506
|
+
},
|
|
507
|
+
{
|
|
508
|
+
"environment": "fedora",
|
|
509
|
+
"result": "not_eligible"
|
|
510
|
+
}
|
|
511
|
+
]
|
|
361
512
|
},
|
|
362
513
|
{
|
|
363
514
|
"filename": "camtasia.js",
|
|
364
515
|
"name": "Camtasia",
|
|
365
|
-
"status": "
|
|
516
|
+
"status": "ready",
|
|
517
|
+
"notes": "macOS/Windows only - cannot be tested in Docker. Requires manual testing.",
|
|
366
518
|
"environments": [
|
|
367
519
|
"macos",
|
|
368
520
|
"windows",
|
|
@@ -392,7 +544,7 @@
|
|
|
392
544
|
{
|
|
393
545
|
"filename": "chatgpt.js",
|
|
394
546
|
"name": "ChatGPT",
|
|
395
|
-
"status": "
|
|
547
|
+
"status": "ready",
|
|
396
548
|
"environments": [
|
|
397
549
|
"macos",
|
|
398
550
|
"ubuntu",
|
|
@@ -412,12 +564,35 @@
|
|
|
412
564
|
]
|
|
413
565
|
}
|
|
414
566
|
],
|
|
415
|
-
"test_results": [
|
|
567
|
+
"test_results": [
|
|
568
|
+
{
|
|
569
|
+
"environment": "ubuntu",
|
|
570
|
+
"result": "not_eligible"
|
|
571
|
+
},
|
|
572
|
+
{
|
|
573
|
+
"environment": "ubuntu-desktop",
|
|
574
|
+
"result": "pass",
|
|
575
|
+
"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."
|
|
576
|
+
},
|
|
577
|
+
{
|
|
578
|
+
"environment": "debian",
|
|
579
|
+
"result": "not_eligible"
|
|
580
|
+
},
|
|
581
|
+
{
|
|
582
|
+
"environment": "amazonlinux",
|
|
583
|
+
"result": "not_eligible"
|
|
584
|
+
},
|
|
585
|
+
{
|
|
586
|
+
"environment": "fedora",
|
|
587
|
+
"result": "not_eligible"
|
|
588
|
+
}
|
|
589
|
+
]
|
|
416
590
|
},
|
|
417
591
|
{
|
|
418
592
|
"filename": "chocolatey.js",
|
|
419
593
|
"name": "Chocolatey",
|
|
420
|
-
"status": "
|
|
594
|
+
"status": "ready",
|
|
595
|
+
"notes": "Windows only - cannot be tested in Docker. Requires manual testing.",
|
|
421
596
|
"environments": [
|
|
422
597
|
"windows",
|
|
423
598
|
"gitbash"
|
|
@@ -428,13 +603,9 @@
|
|
|
428
603
|
{
|
|
429
604
|
"filename": "chrome-canary.js",
|
|
430
605
|
"name": "Google Chrome Canary",
|
|
431
|
-
"status": "
|
|
606
|
+
"status": "ready",
|
|
432
607
|
"environments": [
|
|
433
608
|
"macos",
|
|
434
|
-
"ubuntu",
|
|
435
|
-
"ubuntu-desktop",
|
|
436
|
-
"debian",
|
|
437
|
-
"wsl",
|
|
438
609
|
"windows",
|
|
439
610
|
"gitbash"
|
|
440
611
|
],
|
|
@@ -456,12 +627,38 @@
|
|
|
456
627
|
]
|
|
457
628
|
}
|
|
458
629
|
],
|
|
459
|
-
"test_results": [
|
|
630
|
+
"test_results": [
|
|
631
|
+
{
|
|
632
|
+
"environment": "ubuntu",
|
|
633
|
+
"result": "not_eligible",
|
|
634
|
+
"notes": "Chrome Canary is not officially available for Linux. Google only provides Stable, Beta, and Unstable (Dev) channels for Linux distributions."
|
|
635
|
+
},
|
|
636
|
+
{
|
|
637
|
+
"environment": "ubuntu-desktop",
|
|
638
|
+
"result": "not_eligible",
|
|
639
|
+
"notes": "Chrome Canary is not officially available for Linux. Google only provides Stable, Beta, and Unstable (Dev) channels for Linux distributions."
|
|
640
|
+
},
|
|
641
|
+
{
|
|
642
|
+
"environment": "debian",
|
|
643
|
+
"result": "not_eligible",
|
|
644
|
+
"notes": "Chrome Canary is not officially available for Linux. Google only provides Stable, Beta, and Unstable (Dev) channels for Linux distributions."
|
|
645
|
+
},
|
|
646
|
+
{
|
|
647
|
+
"environment": "amazonlinux",
|
|
648
|
+
"result": "not_eligible",
|
|
649
|
+
"notes": "Chrome Canary is not officially available for Linux. Google only provides Stable, Beta, and Unstable (Dev) channels for Linux distributions."
|
|
650
|
+
},
|
|
651
|
+
{
|
|
652
|
+
"environment": "fedora",
|
|
653
|
+
"result": "not_eligible",
|
|
654
|
+
"notes": "Chrome Canary is not officially available for Linux. Google only provides Stable, Beta, and Unstable (Dev) channels for Linux distributions."
|
|
655
|
+
}
|
|
656
|
+
]
|
|
460
657
|
},
|
|
461
658
|
{
|
|
462
659
|
"filename": "chromium.js",
|
|
463
660
|
"name": "Chromium",
|
|
464
|
-
"status": "
|
|
661
|
+
"status": "ready",
|
|
465
662
|
"environments": [
|
|
466
663
|
"macos",
|
|
467
664
|
"ubuntu",
|
|
@@ -493,7 +690,29 @@
|
|
|
493
690
|
]
|
|
494
691
|
}
|
|
495
692
|
],
|
|
496
|
-
"test_results": [
|
|
693
|
+
"test_results": [
|
|
694
|
+
{
|
|
695
|
+
"environment": "ubuntu",
|
|
696
|
+
"result": "not_eligible"
|
|
697
|
+
},
|
|
698
|
+
{
|
|
699
|
+
"environment": "ubuntu-desktop",
|
|
700
|
+
"result": "pass",
|
|
701
|
+
"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."
|
|
702
|
+
},
|
|
703
|
+
{
|
|
704
|
+
"environment": "debian",
|
|
705
|
+
"result": "not_eligible"
|
|
706
|
+
},
|
|
707
|
+
{
|
|
708
|
+
"environment": "amazonlinux",
|
|
709
|
+
"result": "not_eligible"
|
|
710
|
+
},
|
|
711
|
+
{
|
|
712
|
+
"environment": "fedora",
|
|
713
|
+
"result": "not_eligible"
|
|
714
|
+
}
|
|
715
|
+
]
|
|
497
716
|
},
|
|
498
717
|
{
|
|
499
718
|
"filename": "claude-code.js",
|
|
@@ -557,7 +776,7 @@
|
|
|
557
776
|
{
|
|
558
777
|
"filename": "cursor.js",
|
|
559
778
|
"name": "Cursor",
|
|
560
|
-
"status": "
|
|
779
|
+
"status": "ready",
|
|
561
780
|
"environments": [
|
|
562
781
|
"macos",
|
|
563
782
|
"ubuntu",
|
|
@@ -589,12 +808,34 @@
|
|
|
589
808
|
]
|
|
590
809
|
}
|
|
591
810
|
],
|
|
592
|
-
"test_results": [
|
|
811
|
+
"test_results": [
|
|
812
|
+
{
|
|
813
|
+
"environment": "ubuntu",
|
|
814
|
+
"result": "not_eligible"
|
|
815
|
+
},
|
|
816
|
+
{
|
|
817
|
+
"environment": "ubuntu-desktop",
|
|
818
|
+
"result": "pass",
|
|
819
|
+
"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."
|
|
820
|
+
},
|
|
821
|
+
{
|
|
822
|
+
"environment": "debian",
|
|
823
|
+
"result": "not_eligible"
|
|
824
|
+
},
|
|
825
|
+
{
|
|
826
|
+
"environment": "amazonlinux",
|
|
827
|
+
"result": "not_eligible"
|
|
828
|
+
},
|
|
829
|
+
{
|
|
830
|
+
"environment": "fedora",
|
|
831
|
+
"result": "not_eligible"
|
|
832
|
+
}
|
|
833
|
+
]
|
|
593
834
|
},
|
|
594
835
|
{
|
|
595
836
|
"filename": "dbschema.js",
|
|
596
837
|
"name": "DbSchema",
|
|
597
|
-
"status": "
|
|
838
|
+
"status": "ready",
|
|
598
839
|
"environments": [
|
|
599
840
|
"macos",
|
|
600
841
|
"ubuntu",
|
|
@@ -626,7 +867,28 @@
|
|
|
626
867
|
]
|
|
627
868
|
}
|
|
628
869
|
],
|
|
629
|
-
"test_results": [
|
|
870
|
+
"test_results": [
|
|
871
|
+
{
|
|
872
|
+
"environment": "ubuntu",
|
|
873
|
+
"result": "not_eligible"
|
|
874
|
+
},
|
|
875
|
+
{
|
|
876
|
+
"environment": "ubuntu-desktop",
|
|
877
|
+
"result": "pass"
|
|
878
|
+
},
|
|
879
|
+
{
|
|
880
|
+
"environment": "debian",
|
|
881
|
+
"result": "not_eligible"
|
|
882
|
+
},
|
|
883
|
+
{
|
|
884
|
+
"environment": "amazonlinux",
|
|
885
|
+
"result": "not_eligible"
|
|
886
|
+
},
|
|
887
|
+
{
|
|
888
|
+
"environment": "fedora",
|
|
889
|
+
"result": "not_eligible"
|
|
890
|
+
}
|
|
891
|
+
]
|
|
630
892
|
},
|
|
631
893
|
{
|
|
632
894
|
"filename": "development-tools.js",
|
|
@@ -717,7 +979,7 @@
|
|
|
717
979
|
{
|
|
718
980
|
"filename": "drawio.js",
|
|
719
981
|
"name": "Draw.IO",
|
|
720
|
-
"status": "
|
|
982
|
+
"status": "ready",
|
|
721
983
|
"environments": [
|
|
722
984
|
"macos",
|
|
723
985
|
"ubuntu",
|
|
@@ -749,12 +1011,35 @@
|
|
|
749
1011
|
]
|
|
750
1012
|
}
|
|
751
1013
|
],
|
|
752
|
-
"test_results": [
|
|
1014
|
+
"test_results": [
|
|
1015
|
+
{
|
|
1016
|
+
"environment": "ubuntu",
|
|
1017
|
+
"result": "not_eligible"
|
|
1018
|
+
},
|
|
1019
|
+
{
|
|
1020
|
+
"environment": "ubuntu-desktop",
|
|
1021
|
+
"result": "pass",
|
|
1022
|
+
"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."
|
|
1023
|
+
},
|
|
1024
|
+
{
|
|
1025
|
+
"environment": "debian",
|
|
1026
|
+
"result": "not_eligible"
|
|
1027
|
+
},
|
|
1028
|
+
{
|
|
1029
|
+
"environment": "amazonlinux",
|
|
1030
|
+
"result": "not_eligible"
|
|
1031
|
+
},
|
|
1032
|
+
{
|
|
1033
|
+
"environment": "fedora",
|
|
1034
|
+
"result": "not_eligible"
|
|
1035
|
+
}
|
|
1036
|
+
]
|
|
753
1037
|
},
|
|
754
1038
|
{
|
|
755
1039
|
"filename": "elmedia-player.js",
|
|
756
1040
|
"name": "Elmedia Player",
|
|
757
|
-
"status": "
|
|
1041
|
+
"status": "ready",
|
|
1042
|
+
"notes": "macOS only - cannot be tested in Docker. Requires manual testing.",
|
|
758
1043
|
"environments": [
|
|
759
1044
|
"macos"
|
|
760
1045
|
],
|
|
@@ -978,7 +1263,7 @@
|
|
|
978
1263
|
{
|
|
979
1264
|
"filename": "google-chrome.js",
|
|
980
1265
|
"name": "Google Chrome",
|
|
981
|
-
"status": "
|
|
1266
|
+
"status": "ready",
|
|
982
1267
|
"environments": [
|
|
983
1268
|
"macos",
|
|
984
1269
|
"ubuntu",
|
|
@@ -1013,7 +1298,28 @@
|
|
|
1013
1298
|
"priority": 0
|
|
1014
1299
|
}
|
|
1015
1300
|
],
|
|
1016
|
-
"test_results": [
|
|
1301
|
+
"test_results": [
|
|
1302
|
+
{
|
|
1303
|
+
"environment": "ubuntu",
|
|
1304
|
+
"result": "not_eligible"
|
|
1305
|
+
},
|
|
1306
|
+
{
|
|
1307
|
+
"environment": "ubuntu-desktop",
|
|
1308
|
+
"result": "pass"
|
|
1309
|
+
},
|
|
1310
|
+
{
|
|
1311
|
+
"environment": "debian",
|
|
1312
|
+
"result": "not_eligible"
|
|
1313
|
+
},
|
|
1314
|
+
{
|
|
1315
|
+
"environment": "amazonlinux",
|
|
1316
|
+
"result": "not_eligible"
|
|
1317
|
+
},
|
|
1318
|
+
{
|
|
1319
|
+
"environment": "fedora",
|
|
1320
|
+
"result": "not_eligible"
|
|
1321
|
+
}
|
|
1322
|
+
]
|
|
1017
1323
|
},
|
|
1018
1324
|
{
|
|
1019
1325
|
"filename": "gpg.js",
|
|
@@ -1109,7 +1415,7 @@
|
|
|
1109
1415
|
{
|
|
1110
1416
|
"filename": "imageoptim.js",
|
|
1111
1417
|
"name": "ImageOptim",
|
|
1112
|
-
"status": "
|
|
1418
|
+
"status": "ready",
|
|
1113
1419
|
"environments": [
|
|
1114
1420
|
"macos",
|
|
1115
1421
|
"ubuntu",
|
|
@@ -1133,7 +1439,28 @@
|
|
|
1133
1439
|
]
|
|
1134
1440
|
}
|
|
1135
1441
|
],
|
|
1136
|
-
"test_results": [
|
|
1442
|
+
"test_results": [
|
|
1443
|
+
{
|
|
1444
|
+
"environment": "ubuntu",
|
|
1445
|
+
"result": "not_eligible"
|
|
1446
|
+
},
|
|
1447
|
+
{
|
|
1448
|
+
"environment": "ubuntu-desktop",
|
|
1449
|
+
"result": "pass"
|
|
1450
|
+
},
|
|
1451
|
+
{
|
|
1452
|
+
"environment": "debian",
|
|
1453
|
+
"result": "not_eligible"
|
|
1454
|
+
},
|
|
1455
|
+
{
|
|
1456
|
+
"environment": "amazonlinux",
|
|
1457
|
+
"result": "not_eligible"
|
|
1458
|
+
},
|
|
1459
|
+
{
|
|
1460
|
+
"environment": "fedora",
|
|
1461
|
+
"result": "not_eligible"
|
|
1462
|
+
}
|
|
1463
|
+
]
|
|
1137
1464
|
},
|
|
1138
1465
|
{
|
|
1139
1466
|
"filename": "jq.js",
|
|
@@ -1173,7 +1500,7 @@
|
|
|
1173
1500
|
{
|
|
1174
1501
|
"filename": "keyboard-maestro.js",
|
|
1175
1502
|
"name": "Keyboard Maestro",
|
|
1176
|
-
"status": "
|
|
1503
|
+
"status": "ready",
|
|
1177
1504
|
"environments": [
|
|
1178
1505
|
"macos",
|
|
1179
1506
|
"ubuntu",
|
|
@@ -1194,7 +1521,28 @@
|
|
|
1194
1521
|
]
|
|
1195
1522
|
}
|
|
1196
1523
|
],
|
|
1197
|
-
"test_results": [
|
|
1524
|
+
"test_results": [
|
|
1525
|
+
{
|
|
1526
|
+
"environment": "ubuntu",
|
|
1527
|
+
"result": "not_eligible"
|
|
1528
|
+
},
|
|
1529
|
+
{
|
|
1530
|
+
"environment": "ubuntu-desktop",
|
|
1531
|
+
"result": "pass"
|
|
1532
|
+
},
|
|
1533
|
+
{
|
|
1534
|
+
"environment": "debian",
|
|
1535
|
+
"result": "not_eligible"
|
|
1536
|
+
},
|
|
1537
|
+
{
|
|
1538
|
+
"environment": "amazonlinux",
|
|
1539
|
+
"result": "not_eligible"
|
|
1540
|
+
},
|
|
1541
|
+
{
|
|
1542
|
+
"environment": "fedora",
|
|
1543
|
+
"result": "not_eligible"
|
|
1544
|
+
}
|
|
1545
|
+
]
|
|
1198
1546
|
},
|
|
1199
1547
|
{
|
|
1200
1548
|
"filename": "latex.js",
|
|
@@ -1281,7 +1629,7 @@
|
|
|
1281
1629
|
{
|
|
1282
1630
|
"filename": "messenger.js",
|
|
1283
1631
|
"name": "Messenger",
|
|
1284
|
-
"status": "
|
|
1632
|
+
"status": "ready",
|
|
1285
1633
|
"environments": [
|
|
1286
1634
|
"macos",
|
|
1287
1635
|
"ubuntu",
|
|
@@ -1313,12 +1661,35 @@
|
|
|
1313
1661
|
]
|
|
1314
1662
|
}
|
|
1315
1663
|
],
|
|
1316
|
-
"test_results": [
|
|
1664
|
+
"test_results": [
|
|
1665
|
+
{
|
|
1666
|
+
"environment": "ubuntu",
|
|
1667
|
+
"result": "not_eligible"
|
|
1668
|
+
},
|
|
1669
|
+
{
|
|
1670
|
+
"environment": "ubuntu-desktop",
|
|
1671
|
+
"result": "pass",
|
|
1672
|
+
"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."
|
|
1673
|
+
},
|
|
1674
|
+
{
|
|
1675
|
+
"environment": "debian",
|
|
1676
|
+
"result": "not_eligible"
|
|
1677
|
+
},
|
|
1678
|
+
{
|
|
1679
|
+
"environment": "amazonlinux",
|
|
1680
|
+
"result": "not_eligible"
|
|
1681
|
+
},
|
|
1682
|
+
{
|
|
1683
|
+
"environment": "fedora",
|
|
1684
|
+
"result": "not_eligible"
|
|
1685
|
+
}
|
|
1686
|
+
]
|
|
1317
1687
|
},
|
|
1318
1688
|
{
|
|
1319
1689
|
"filename": "microsoft-office.js",
|
|
1320
1690
|
"name": "Microsoft Office 365",
|
|
1321
|
-
"status": "
|
|
1691
|
+
"status": "ready",
|
|
1692
|
+
"notes": "macOS/Windows only - cannot be tested in Docker. Requires manual testing.",
|
|
1322
1693
|
"environments": [
|
|
1323
1694
|
"macos",
|
|
1324
1695
|
"wsl",
|
|
@@ -1348,7 +1719,7 @@
|
|
|
1348
1719
|
{
|
|
1349
1720
|
"filename": "microsoft-teams.js",
|
|
1350
1721
|
"name": "Microsoft Teams",
|
|
1351
|
-
"status": "
|
|
1722
|
+
"status": "ready",
|
|
1352
1723
|
"environments": [
|
|
1353
1724
|
"macos",
|
|
1354
1725
|
"ubuntu",
|
|
@@ -1379,8 +1750,29 @@
|
|
|
1379
1750
|
"gitbash"
|
|
1380
1751
|
]
|
|
1381
1752
|
}
|
|
1382
|
-
],
|
|
1383
|
-
"test_results": [
|
|
1753
|
+
],
|
|
1754
|
+
"test_results": [
|
|
1755
|
+
{
|
|
1756
|
+
"environment": "ubuntu",
|
|
1757
|
+
"result": "not_eligible"
|
|
1758
|
+
},
|
|
1759
|
+
{
|
|
1760
|
+
"environment": "ubuntu-desktop",
|
|
1761
|
+
"result": "pass"
|
|
1762
|
+
},
|
|
1763
|
+
{
|
|
1764
|
+
"environment": "debian",
|
|
1765
|
+
"result": "not_eligible"
|
|
1766
|
+
},
|
|
1767
|
+
{
|
|
1768
|
+
"environment": "amazonlinux",
|
|
1769
|
+
"result": "not_eligible"
|
|
1770
|
+
},
|
|
1771
|
+
{
|
|
1772
|
+
"environment": "fedora",
|
|
1773
|
+
"result": "not_eligible"
|
|
1774
|
+
}
|
|
1775
|
+
]
|
|
1384
1776
|
},
|
|
1385
1777
|
{
|
|
1386
1778
|
"filename": "node.js",
|
|
@@ -1450,7 +1842,7 @@
|
|
|
1450
1842
|
{
|
|
1451
1843
|
"filename": "nordpass.js",
|
|
1452
1844
|
"name": "Nord Pass",
|
|
1453
|
-
"status": "
|
|
1845
|
+
"status": "ready",
|
|
1454
1846
|
"environments": [
|
|
1455
1847
|
"macos",
|
|
1456
1848
|
"ubuntu",
|
|
@@ -1478,7 +1870,29 @@
|
|
|
1478
1870
|
]
|
|
1479
1871
|
}
|
|
1480
1872
|
],
|
|
1481
|
-
"test_results": [
|
|
1873
|
+
"test_results": [
|
|
1874
|
+
{
|
|
1875
|
+
"environment": "ubuntu",
|
|
1876
|
+
"result": "not_eligible"
|
|
1877
|
+
},
|
|
1878
|
+
{
|
|
1879
|
+
"environment": "ubuntu-desktop",
|
|
1880
|
+
"result": "pass",
|
|
1881
|
+
"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."
|
|
1882
|
+
},
|
|
1883
|
+
{
|
|
1884
|
+
"environment": "debian",
|
|
1885
|
+
"result": "not_eligible"
|
|
1886
|
+
},
|
|
1887
|
+
{
|
|
1888
|
+
"environment": "amazonlinux",
|
|
1889
|
+
"result": "not_eligible"
|
|
1890
|
+
},
|
|
1891
|
+
{
|
|
1892
|
+
"environment": "fedora",
|
|
1893
|
+
"result": "not_eligible"
|
|
1894
|
+
}
|
|
1895
|
+
]
|
|
1482
1896
|
},
|
|
1483
1897
|
{
|
|
1484
1898
|
"filename": "nvm.js",
|
|
@@ -1531,6 +1945,57 @@
|
|
|
1531
1945
|
],
|
|
1532
1946
|
"test_results": []
|
|
1533
1947
|
},
|
|
1948
|
+
{
|
|
1949
|
+
"filename": "ohmyzsh.js",
|
|
1950
|
+
"name": "Oh My Zsh",
|
|
1951
|
+
"status": "ready",
|
|
1952
|
+
"environments": [
|
|
1953
|
+
"macos",
|
|
1954
|
+
"ubuntu",
|
|
1955
|
+
"debian",
|
|
1956
|
+
"wsl",
|
|
1957
|
+
"raspbian",
|
|
1958
|
+
"amazon_linux",
|
|
1959
|
+
"rhel",
|
|
1960
|
+
"fedora"
|
|
1961
|
+
],
|
|
1962
|
+
"depends_on": [
|
|
1963
|
+
{
|
|
1964
|
+
"name": "zsh.js",
|
|
1965
|
+
"priority": 0
|
|
1966
|
+
},
|
|
1967
|
+
{
|
|
1968
|
+
"name": "curl.js",
|
|
1969
|
+
"priority": 0
|
|
1970
|
+
},
|
|
1971
|
+
{
|
|
1972
|
+
"name": "git.js",
|
|
1973
|
+
"priority": 0
|
|
1974
|
+
}
|
|
1975
|
+
],
|
|
1976
|
+
"test_results": [
|
|
1977
|
+
{
|
|
1978
|
+
"environment": "ubuntu",
|
|
1979
|
+
"result": "pass"
|
|
1980
|
+
},
|
|
1981
|
+
{
|
|
1982
|
+
"environment": "ubuntu-desktop",
|
|
1983
|
+
"result": "pass"
|
|
1984
|
+
},
|
|
1985
|
+
{
|
|
1986
|
+
"environment": "debian",
|
|
1987
|
+
"result": "pass"
|
|
1988
|
+
},
|
|
1989
|
+
{
|
|
1990
|
+
"environment": "amazonlinux",
|
|
1991
|
+
"result": "pass"
|
|
1992
|
+
},
|
|
1993
|
+
{
|
|
1994
|
+
"environment": "fedora",
|
|
1995
|
+
"result": "pass"
|
|
1996
|
+
}
|
|
1997
|
+
]
|
|
1998
|
+
},
|
|
1534
1999
|
{
|
|
1535
2000
|
"filename": "openssh.js",
|
|
1536
2001
|
"name": "OpenSSH",
|
|
@@ -1639,7 +2104,7 @@
|
|
|
1639
2104
|
{
|
|
1640
2105
|
"filename": "pngyu.js",
|
|
1641
2106
|
"name": "Pngyu",
|
|
1642
|
-
"status": "
|
|
2107
|
+
"status": "ready",
|
|
1643
2108
|
"environments": [
|
|
1644
2109
|
"macos",
|
|
1645
2110
|
"ubuntu",
|
|
@@ -1663,12 +2128,33 @@
|
|
|
1663
2128
|
]
|
|
1664
2129
|
}
|
|
1665
2130
|
],
|
|
1666
|
-
"test_results": [
|
|
2131
|
+
"test_results": [
|
|
2132
|
+
{
|
|
2133
|
+
"environment": "ubuntu",
|
|
2134
|
+
"result": "not_eligible"
|
|
2135
|
+
},
|
|
2136
|
+
{
|
|
2137
|
+
"environment": "ubuntu-desktop",
|
|
2138
|
+
"result": "pass"
|
|
2139
|
+
},
|
|
2140
|
+
{
|
|
2141
|
+
"environment": "debian",
|
|
2142
|
+
"result": "not_eligible"
|
|
2143
|
+
},
|
|
2144
|
+
{
|
|
2145
|
+
"environment": "amazonlinux",
|
|
2146
|
+
"result": "not_eligible"
|
|
2147
|
+
},
|
|
2148
|
+
{
|
|
2149
|
+
"environment": "fedora",
|
|
2150
|
+
"result": "not_eligible"
|
|
2151
|
+
}
|
|
2152
|
+
]
|
|
1667
2153
|
},
|
|
1668
2154
|
{
|
|
1669
2155
|
"filename": "postman.js",
|
|
1670
2156
|
"name": "Postman",
|
|
1671
|
-
"status": "
|
|
2157
|
+
"status": "ready",
|
|
1672
2158
|
"environments": [
|
|
1673
2159
|
"macos",
|
|
1674
2160
|
"ubuntu",
|
|
@@ -1697,7 +2183,29 @@
|
|
|
1697
2183
|
]
|
|
1698
2184
|
}
|
|
1699
2185
|
],
|
|
1700
|
-
"test_results": [
|
|
2186
|
+
"test_results": [
|
|
2187
|
+
{
|
|
2188
|
+
"environment": "ubuntu",
|
|
2189
|
+
"result": "not_eligible"
|
|
2190
|
+
},
|
|
2191
|
+
{
|
|
2192
|
+
"environment": "ubuntu-desktop",
|
|
2193
|
+
"result": "pass",
|
|
2194
|
+
"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."
|
|
2195
|
+
},
|
|
2196
|
+
{
|
|
2197
|
+
"environment": "debian",
|
|
2198
|
+
"result": "not_eligible"
|
|
2199
|
+
},
|
|
2200
|
+
{
|
|
2201
|
+
"environment": "amazonlinux",
|
|
2202
|
+
"result": "not_eligible"
|
|
2203
|
+
},
|
|
2204
|
+
{
|
|
2205
|
+
"environment": "fedora",
|
|
2206
|
+
"result": "not_eligible"
|
|
2207
|
+
}
|
|
2208
|
+
]
|
|
1701
2209
|
},
|
|
1702
2210
|
{
|
|
1703
2211
|
"filename": "procps.js",
|
|
@@ -1718,7 +2226,8 @@
|
|
|
1718
2226
|
{
|
|
1719
2227
|
"filename": "safari-tech-preview.js",
|
|
1720
2228
|
"name": "Safari Technology Preview",
|
|
1721
|
-
"status": "
|
|
2229
|
+
"status": "ready",
|
|
2230
|
+
"notes": "macOS only - cannot be tested in Docker. Requires manual testing.",
|
|
1722
2231
|
"environments": [
|
|
1723
2232
|
"macos"
|
|
1724
2233
|
],
|
|
@@ -1799,7 +2308,7 @@
|
|
|
1799
2308
|
{
|
|
1800
2309
|
"filename": "slack.js",
|
|
1801
2310
|
"name": "Slack",
|
|
1802
|
-
"status": "
|
|
2311
|
+
"status": "ready",
|
|
1803
2312
|
"environments": [
|
|
1804
2313
|
"macos",
|
|
1805
2314
|
"ubuntu",
|
|
@@ -1830,12 +2339,35 @@
|
|
|
1830
2339
|
]
|
|
1831
2340
|
}
|
|
1832
2341
|
],
|
|
1833
|
-
"test_results": [
|
|
2342
|
+
"test_results": [
|
|
2343
|
+
{
|
|
2344
|
+
"environment": "ubuntu",
|
|
2345
|
+
"result": "not_eligible"
|
|
2346
|
+
},
|
|
2347
|
+
{
|
|
2348
|
+
"environment": "ubuntu-desktop",
|
|
2349
|
+
"result": "pass",
|
|
2350
|
+
"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."
|
|
2351
|
+
},
|
|
2352
|
+
{
|
|
2353
|
+
"environment": "debian",
|
|
2354
|
+
"result": "not_eligible"
|
|
2355
|
+
},
|
|
2356
|
+
{
|
|
2357
|
+
"environment": "amazonlinux",
|
|
2358
|
+
"result": "not_eligible"
|
|
2359
|
+
},
|
|
2360
|
+
{
|
|
2361
|
+
"environment": "fedora",
|
|
2362
|
+
"result": "not_eligible"
|
|
2363
|
+
}
|
|
2364
|
+
]
|
|
1834
2365
|
},
|
|
1835
2366
|
{
|
|
1836
2367
|
"filename": "snagit.js",
|
|
1837
2368
|
"name": "Snagit",
|
|
1838
|
-
"status": "
|
|
2369
|
+
"status": "ready",
|
|
2370
|
+
"notes": "macOS/Windows only - cannot be tested in Docker. Requires manual testing.",
|
|
1839
2371
|
"environments": [
|
|
1840
2372
|
"macos",
|
|
1841
2373
|
"wsl",
|
|
@@ -1878,7 +2410,7 @@
|
|
|
1878
2410
|
{
|
|
1879
2411
|
"filename": "spotify.js",
|
|
1880
2412
|
"name": "Spotify",
|
|
1881
|
-
"status": "
|
|
2413
|
+
"status": "ready",
|
|
1882
2414
|
"environments": [
|
|
1883
2415
|
"macos",
|
|
1884
2416
|
"ubuntu",
|
|
@@ -1910,12 +2442,34 @@
|
|
|
1910
2442
|
]
|
|
1911
2443
|
}
|
|
1912
2444
|
],
|
|
1913
|
-
"test_results": [
|
|
2445
|
+
"test_results": [
|
|
2446
|
+
{
|
|
2447
|
+
"environment": "ubuntu",
|
|
2448
|
+
"result": "not_eligible"
|
|
2449
|
+
},
|
|
2450
|
+
{
|
|
2451
|
+
"environment": "ubuntu-desktop",
|
|
2452
|
+
"result": "pass",
|
|
2453
|
+
"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."
|
|
2454
|
+
},
|
|
2455
|
+
{
|
|
2456
|
+
"environment": "debian",
|
|
2457
|
+
"result": "not_eligible"
|
|
2458
|
+
},
|
|
2459
|
+
{
|
|
2460
|
+
"environment": "amazonlinux",
|
|
2461
|
+
"result": "not_eligible"
|
|
2462
|
+
},
|
|
2463
|
+
{
|
|
2464
|
+
"environment": "fedora",
|
|
2465
|
+
"result": "not_eligible"
|
|
2466
|
+
}
|
|
2467
|
+
]
|
|
1914
2468
|
},
|
|
1915
2469
|
{
|
|
1916
2470
|
"filename": "studio-3t.js",
|
|
1917
2471
|
"name": "Studio 3T",
|
|
1918
|
-
"status": "
|
|
2472
|
+
"status": "ready",
|
|
1919
2473
|
"environments": [
|
|
1920
2474
|
"macos",
|
|
1921
2475
|
"ubuntu",
|
|
@@ -1946,12 +2500,33 @@
|
|
|
1946
2500
|
]
|
|
1947
2501
|
}
|
|
1948
2502
|
],
|
|
1949
|
-
"test_results": [
|
|
2503
|
+
"test_results": [
|
|
2504
|
+
{
|
|
2505
|
+
"environment": "ubuntu",
|
|
2506
|
+
"result": "not_eligible"
|
|
2507
|
+
},
|
|
2508
|
+
{
|
|
2509
|
+
"environment": "ubuntu-desktop",
|
|
2510
|
+
"result": "pass"
|
|
2511
|
+
},
|
|
2512
|
+
{
|
|
2513
|
+
"environment": "debian",
|
|
2514
|
+
"result": "not_eligible"
|
|
2515
|
+
},
|
|
2516
|
+
{
|
|
2517
|
+
"environment": "amazonlinux",
|
|
2518
|
+
"result": "not_eligible"
|
|
2519
|
+
},
|
|
2520
|
+
{
|
|
2521
|
+
"environment": "fedora",
|
|
2522
|
+
"result": "not_eligible"
|
|
2523
|
+
}
|
|
2524
|
+
]
|
|
1950
2525
|
},
|
|
1951
2526
|
{
|
|
1952
2527
|
"filename": "sublime-text.js",
|
|
1953
2528
|
"name": "Sublime Text",
|
|
1954
|
-
"status": "
|
|
2529
|
+
"status": "ready",
|
|
1955
2530
|
"environments": [
|
|
1956
2531
|
"macos",
|
|
1957
2532
|
"ubuntu",
|
|
@@ -1983,12 +2558,34 @@
|
|
|
1983
2558
|
]
|
|
1984
2559
|
}
|
|
1985
2560
|
],
|
|
1986
|
-
"test_results": [
|
|
2561
|
+
"test_results": [
|
|
2562
|
+
{
|
|
2563
|
+
"environment": "ubuntu",
|
|
2564
|
+
"result": "not_eligible"
|
|
2565
|
+
},
|
|
2566
|
+
{
|
|
2567
|
+
"environment": "ubuntu-desktop",
|
|
2568
|
+
"result": "pass"
|
|
2569
|
+
},
|
|
2570
|
+
{
|
|
2571
|
+
"environment": "debian",
|
|
2572
|
+
"result": "not_eligible"
|
|
2573
|
+
},
|
|
2574
|
+
{
|
|
2575
|
+
"environment": "amazonlinux",
|
|
2576
|
+
"result": "not_eligible"
|
|
2577
|
+
},
|
|
2578
|
+
{
|
|
2579
|
+
"environment": "fedora",
|
|
2580
|
+
"result": "not_eligible"
|
|
2581
|
+
}
|
|
2582
|
+
]
|
|
1987
2583
|
},
|
|
1988
2584
|
{
|
|
1989
2585
|
"filename": "superwhisper.js",
|
|
1990
2586
|
"name": "Superwhisper",
|
|
1991
|
-
"status": "
|
|
2587
|
+
"status": "ready",
|
|
2588
|
+
"notes": "macOS/Windows only - cannot be tested in Docker. Requires manual testing.",
|
|
1992
2589
|
"environments": [
|
|
1993
2590
|
"macos",
|
|
1994
2591
|
"wsl",
|
|
@@ -2068,7 +2665,7 @@
|
|
|
2068
2665
|
{
|
|
2069
2666
|
"filename": "termius.js",
|
|
2070
2667
|
"name": "Termius",
|
|
2071
|
-
"status": "
|
|
2668
|
+
"status": "ready",
|
|
2072
2669
|
"environments": [
|
|
2073
2670
|
"macos",
|
|
2074
2671
|
"ubuntu",
|
|
@@ -2099,7 +2696,29 @@
|
|
|
2099
2696
|
]
|
|
2100
2697
|
}
|
|
2101
2698
|
],
|
|
2102
|
-
"test_results": [
|
|
2699
|
+
"test_results": [
|
|
2700
|
+
{
|
|
2701
|
+
"environment": "ubuntu",
|
|
2702
|
+
"result": "not_eligible"
|
|
2703
|
+
},
|
|
2704
|
+
{
|
|
2705
|
+
"environment": "ubuntu-desktop",
|
|
2706
|
+
"result": "pass",
|
|
2707
|
+
"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."
|
|
2708
|
+
},
|
|
2709
|
+
{
|
|
2710
|
+
"environment": "debian",
|
|
2711
|
+
"result": "not_eligible"
|
|
2712
|
+
},
|
|
2713
|
+
{
|
|
2714
|
+
"environment": "amazonlinux",
|
|
2715
|
+
"result": "not_eligible"
|
|
2716
|
+
},
|
|
2717
|
+
{
|
|
2718
|
+
"environment": "fedora",
|
|
2719
|
+
"result": "not_eligible"
|
|
2720
|
+
}
|
|
2721
|
+
]
|
|
2103
2722
|
},
|
|
2104
2723
|
{
|
|
2105
2724
|
"filename": "terraform.js",
|
|
@@ -2184,7 +2803,7 @@
|
|
|
2184
2803
|
{
|
|
2185
2804
|
"filename": "tidal.js",
|
|
2186
2805
|
"name": "Tidal",
|
|
2187
|
-
"status": "
|
|
2806
|
+
"status": "ready",
|
|
2188
2807
|
"environments": [
|
|
2189
2808
|
"macos",
|
|
2190
2809
|
"ubuntu",
|
|
@@ -2215,7 +2834,29 @@
|
|
|
2215
2834
|
]
|
|
2216
2835
|
}
|
|
2217
2836
|
],
|
|
2218
|
-
"test_results": [
|
|
2837
|
+
"test_results": [
|
|
2838
|
+
{
|
|
2839
|
+
"environment": "ubuntu",
|
|
2840
|
+
"result": "not_eligible"
|
|
2841
|
+
},
|
|
2842
|
+
{
|
|
2843
|
+
"environment": "ubuntu-desktop",
|
|
2844
|
+
"result": "pass",
|
|
2845
|
+
"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."
|
|
2846
|
+
},
|
|
2847
|
+
{
|
|
2848
|
+
"environment": "debian",
|
|
2849
|
+
"result": "not_eligible"
|
|
2850
|
+
},
|
|
2851
|
+
{
|
|
2852
|
+
"environment": "amazonlinux",
|
|
2853
|
+
"result": "not_eligible"
|
|
2854
|
+
},
|
|
2855
|
+
{
|
|
2856
|
+
"environment": "fedora",
|
|
2857
|
+
"result": "not_eligible"
|
|
2858
|
+
}
|
|
2859
|
+
]
|
|
2219
2860
|
},
|
|
2220
2861
|
{
|
|
2221
2862
|
"filename": "tmux.js",
|
|
@@ -2375,7 +3016,7 @@
|
|
|
2375
3016
|
{
|
|
2376
3017
|
"filename": "vlc.js",
|
|
2377
3018
|
"name": "VLC",
|
|
2378
|
-
"status": "
|
|
3019
|
+
"status": "ready",
|
|
2379
3020
|
"environments": [
|
|
2380
3021
|
"macos",
|
|
2381
3022
|
"ubuntu",
|
|
@@ -2407,12 +3048,18 @@
|
|
|
2407
3048
|
]
|
|
2408
3049
|
}
|
|
2409
3050
|
],
|
|
2410
|
-
"test_results": [
|
|
3051
|
+
"test_results": [
|
|
3052
|
+
{ "environment": "ubuntu", "result": "not_eligible" },
|
|
3053
|
+
{ "environment": "ubuntu-desktop", "result": "pass" },
|
|
3054
|
+
{ "environment": "debian", "result": "not_eligible" },
|
|
3055
|
+
{ "environment": "amazonlinux", "result": "not_eligible" },
|
|
3056
|
+
{ "environment": "fedora", "result": "not_eligible" }
|
|
3057
|
+
]
|
|
2411
3058
|
},
|
|
2412
3059
|
{
|
|
2413
3060
|
"filename": "vscode.js",
|
|
2414
3061
|
"name": "Visual Studio Code",
|
|
2415
|
-
"status": "
|
|
3062
|
+
"status": "ready",
|
|
2416
3063
|
"environments": [
|
|
2417
3064
|
"macos",
|
|
2418
3065
|
"ubuntu",
|
|
@@ -2470,7 +3117,28 @@
|
|
|
2470
3117
|
]
|
|
2471
3118
|
}
|
|
2472
3119
|
],
|
|
2473
|
-
"test_results": [
|
|
3120
|
+
"test_results": [
|
|
3121
|
+
{
|
|
3122
|
+
"environment": "ubuntu",
|
|
3123
|
+
"result": "not_eligible"
|
|
3124
|
+
},
|
|
3125
|
+
{
|
|
3126
|
+
"environment": "ubuntu-desktop",
|
|
3127
|
+
"result": "pass"
|
|
3128
|
+
},
|
|
3129
|
+
{
|
|
3130
|
+
"environment": "debian",
|
|
3131
|
+
"result": "not_eligible"
|
|
3132
|
+
},
|
|
3133
|
+
{
|
|
3134
|
+
"environment": "amazonlinux",
|
|
3135
|
+
"result": "not_eligible"
|
|
3136
|
+
},
|
|
3137
|
+
{
|
|
3138
|
+
"environment": "fedora",
|
|
3139
|
+
"result": "not_eligible"
|
|
3140
|
+
}
|
|
3141
|
+
]
|
|
2474
3142
|
},
|
|
2475
3143
|
{
|
|
2476
3144
|
"filename": "wget.js",
|
|
@@ -2510,7 +3178,7 @@
|
|
|
2510
3178
|
{
|
|
2511
3179
|
"filename": "whatsapp.js",
|
|
2512
3180
|
"name": "WhatsApp",
|
|
2513
|
-
"status": "
|
|
3181
|
+
"status": "ready",
|
|
2514
3182
|
"environments": [
|
|
2515
3183
|
"macos",
|
|
2516
3184
|
"ubuntu",
|
|
@@ -2541,12 +3209,35 @@
|
|
|
2541
3209
|
]
|
|
2542
3210
|
}
|
|
2543
3211
|
],
|
|
2544
|
-
"test_results": [
|
|
3212
|
+
"test_results": [
|
|
3213
|
+
{
|
|
3214
|
+
"environment": "ubuntu",
|
|
3215
|
+
"result": "not_eligible"
|
|
3216
|
+
},
|
|
3217
|
+
{
|
|
3218
|
+
"environment": "ubuntu-desktop",
|
|
3219
|
+
"result": "pass",
|
|
3220
|
+
"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."
|
|
3221
|
+
},
|
|
3222
|
+
{
|
|
3223
|
+
"environment": "debian",
|
|
3224
|
+
"result": "not_eligible"
|
|
3225
|
+
},
|
|
3226
|
+
{
|
|
3227
|
+
"environment": "amazonlinux",
|
|
3228
|
+
"result": "not_eligible"
|
|
3229
|
+
},
|
|
3230
|
+
{
|
|
3231
|
+
"environment": "fedora",
|
|
3232
|
+
"result": "not_eligible"
|
|
3233
|
+
}
|
|
3234
|
+
]
|
|
2545
3235
|
},
|
|
2546
3236
|
{
|
|
2547
3237
|
"filename": "winpty.js",
|
|
2548
3238
|
"name": "winpty",
|
|
2549
|
-
"status": "
|
|
3239
|
+
"status": "ready",
|
|
3240
|
+
"notes": "Windows only - cannot be tested in Docker. Requires manual testing.",
|
|
2550
3241
|
"environments": [
|
|
2551
3242
|
"windows",
|
|
2552
3243
|
"gitbash"
|
|
@@ -2582,7 +3273,8 @@
|
|
|
2582
3273
|
{
|
|
2583
3274
|
"filename": "wsl.js",
|
|
2584
3275
|
"name": "WSL 2",
|
|
2585
|
-
"status": "
|
|
3276
|
+
"status": "ready",
|
|
3277
|
+
"notes": "Windows only - cannot be tested in Docker. Requires manual testing.",
|
|
2586
3278
|
"environments": [
|
|
2587
3279
|
"windows",
|
|
2588
3280
|
"gitbash"
|
|
@@ -2593,7 +3285,8 @@
|
|
|
2593
3285
|
{
|
|
2594
3286
|
"filename": "xcode-clt.js",
|
|
2595
3287
|
"name": "Xcode CLT",
|
|
2596
|
-
"status": "
|
|
3288
|
+
"status": "ready",
|
|
3289
|
+
"notes": "macOS only - cannot be tested in Docker. Requires manual testing.",
|
|
2597
3290
|
"environments": [
|
|
2598
3291
|
"macos"
|
|
2599
3292
|
],
|
|
@@ -2603,7 +3296,8 @@
|
|
|
2603
3296
|
{
|
|
2604
3297
|
"filename": "xcode.js",
|
|
2605
3298
|
"name": "Xcode",
|
|
2606
|
-
"status": "
|
|
3299
|
+
"status": "ready",
|
|
3300
|
+
"notes": "macOS only - cannot be tested in Docker. Requires manual testing.",
|
|
2607
3301
|
"environments": [
|
|
2608
3302
|
"macos"
|
|
2609
3303
|
],
|
|
@@ -2756,10 +3450,56 @@
|
|
|
2756
3450
|
"depends_on": [],
|
|
2757
3451
|
"test_results": []
|
|
2758
3452
|
},
|
|
3453
|
+
{
|
|
3454
|
+
"filename": "zsh.js",
|
|
3455
|
+
"name": "Zsh",
|
|
3456
|
+
"status": "ready",
|
|
3457
|
+
"environments": [
|
|
3458
|
+
"macos",
|
|
3459
|
+
"ubuntu",
|
|
3460
|
+
"debian",
|
|
3461
|
+
"wsl",
|
|
3462
|
+
"raspbian",
|
|
3463
|
+
"amazon_linux",
|
|
3464
|
+
"rhel",
|
|
3465
|
+
"fedora"
|
|
3466
|
+
],
|
|
3467
|
+
"depends_on": [
|
|
3468
|
+
{
|
|
3469
|
+
"name": "homebrew.js",
|
|
3470
|
+
"priority": 0,
|
|
3471
|
+
"platforms": [
|
|
3472
|
+
"macos"
|
|
3473
|
+
]
|
|
3474
|
+
}
|
|
3475
|
+
],
|
|
3476
|
+
"test_results": [
|
|
3477
|
+
{
|
|
3478
|
+
"environment": "ubuntu",
|
|
3479
|
+
"result": "pass"
|
|
3480
|
+
},
|
|
3481
|
+
{
|
|
3482
|
+
"environment": "ubuntu-desktop",
|
|
3483
|
+
"result": "pass"
|
|
3484
|
+
},
|
|
3485
|
+
{
|
|
3486
|
+
"environment": "debian",
|
|
3487
|
+
"result": "pass"
|
|
3488
|
+
},
|
|
3489
|
+
{
|
|
3490
|
+
"environment": "amazonlinux",
|
|
3491
|
+
"result": "pass"
|
|
3492
|
+
},
|
|
3493
|
+
{
|
|
3494
|
+
"environment": "fedora",
|
|
3495
|
+
"result": "pass"
|
|
3496
|
+
}
|
|
3497
|
+
]
|
|
3498
|
+
},
|
|
2759
3499
|
{
|
|
2760
3500
|
"filename": "zoom.js",
|
|
2761
3501
|
"name": "Zoom",
|
|
2762
|
-
"status": "
|
|
3502
|
+
"status": "ready",
|
|
2763
3503
|
"environments": [
|
|
2764
3504
|
"macos",
|
|
2765
3505
|
"ubuntu",
|
|
@@ -2790,6 +3530,27 @@
|
|
|
2790
3530
|
]
|
|
2791
3531
|
}
|
|
2792
3532
|
],
|
|
2793
|
-
"test_results": [
|
|
3533
|
+
"test_results": [
|
|
3534
|
+
{
|
|
3535
|
+
"environment": "ubuntu",
|
|
3536
|
+
"result": "not_eligible"
|
|
3537
|
+
},
|
|
3538
|
+
{
|
|
3539
|
+
"environment": "ubuntu-desktop",
|
|
3540
|
+
"result": "pass"
|
|
3541
|
+
},
|
|
3542
|
+
{
|
|
3543
|
+
"environment": "debian",
|
|
3544
|
+
"result": "not_eligible"
|
|
3545
|
+
},
|
|
3546
|
+
{
|
|
3547
|
+
"environment": "amazonlinux",
|
|
3548
|
+
"result": "not_eligible"
|
|
3549
|
+
},
|
|
3550
|
+
{
|
|
3551
|
+
"environment": "fedora",
|
|
3552
|
+
"result": "not_eligible"
|
|
3553
|
+
}
|
|
3554
|
+
]
|
|
2794
3555
|
}
|
|
2795
3556
|
]
|