machineconfig 4.7__py3-none-any.whl → 4.9__py3-none-any.whl

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.

Potentially problematic release.


This version of machineconfig might be problematic. Click here for more details.

Files changed (33) hide show
  1. machineconfig/cluster/sessions_managers/wt_local_manager.py +15 -6
  2. machineconfig/jobs/installer/custom_dev/winget.py +1 -0
  3. machineconfig/jobs/installer/installer_data.json +2403 -0
  4. machineconfig/jobs/installer/package_groups.py +154 -0
  5. machineconfig/scripts/python/devops.py +33 -42
  6. machineconfig/scripts/python/devops_devapps_install.py +87 -34
  7. machineconfig/scripts/python/fire_agents.py +49 -70
  8. machineconfig/scripts/python/fire_agents_help_launch.py +1 -8
  9. machineconfig/scripts/python/fire_agents_helper_types.py +12 -0
  10. machineconfig/scripts/python/fire_jobs.py +0 -6
  11. machineconfig/scripts/python/fire_jobs_args_helper.py +0 -1
  12. machineconfig/scripts/python/fire_jobs_layout_helper.py +100 -36
  13. machineconfig/scripts/python/interactive.py +10 -31
  14. machineconfig/scripts/python/repos.py +7 -6
  15. machineconfig/scripts/python/share_terminal.py +6 -4
  16. machineconfig/setup_linux/web_shortcuts/interactive.sh +1 -1
  17. machineconfig/setup_windows/web_shortcuts/interactive.ps1 +1 -1
  18. machineconfig/utils/installer.py +15 -14
  19. machineconfig/utils/installer_utils/github_release_bulk.py +2 -12
  20. machineconfig/utils/installer_utils/installer_abc.py +56 -60
  21. machineconfig/utils/procs.py +0 -4
  22. machineconfig/utils/schemas/installer/installer_types.py +0 -1
  23. {machineconfig-4.7.dist-info → machineconfig-4.9.dist-info}/METADATA +1 -1
  24. {machineconfig-4.7.dist-info → machineconfig-4.9.dist-info}/RECORD +27 -30
  25. {machineconfig-4.7.dist-info → machineconfig-4.9.dist-info}/entry_points.txt +0 -1
  26. machineconfig/jobs/installer/packages_custom_dev.json +0 -380
  27. machineconfig/jobs/installer/packages_custom_essential.json +0 -39
  28. machineconfig/jobs/installer/packages_github_dev.json +0 -1127
  29. machineconfig/jobs/installer/packages_github_essential.json +0 -787
  30. machineconfig/scripts/linux/fire_agents +0 -2
  31. machineconfig/scripts/linux/programs +0 -21
  32. {machineconfig-4.7.dist-info → machineconfig-4.9.dist-info}/WHEEL +0 -0
  33. {machineconfig-4.7.dist-info → machineconfig-4.9.dist-info}/top_level.txt +0 -0
@@ -1,1127 +0,0 @@
1
- {
2
- "version": "1",
3
- "installers": [
4
- {
5
- "appName": "ytui-music",
6
- "repoURL": "https://github.com/sudipghimire533/ytui-music",
7
- "doc": "🎵 A terminal based YouTube music player written in Rust.",
8
- "fileNamePattern": {
9
- "amd64": {
10
- "linux": "ytui_music-linux-amd64",
11
- "macos": null,
12
- "windows": null
13
- },
14
- "arm64": {
15
- "linux": null,
16
- "macos": null,
17
- "windows": null
18
- }
19
- }
20
- },
21
- {
22
- "appName": "youtube-tui",
23
- "repoURL": "https://github.com/Siriusmart/youtube-tui",
24
- "doc": "🎵 A terminal based YouTube music player written in Rust.",
25
- "fileNamePattern": {
26
- "amd64": {
27
- "linux": "youtube-tui-full_arch-x86_64",
28
- "macos": null,
29
- "windows": null
30
- },
31
- "arm64": {
32
- "linux": null,
33
- "macos": null,
34
- "windows": null
35
- }
36
- }
37
- },
38
- {
39
- "appName": "termusic",
40
- "repoURL": "https://github.com/tramhao/termusic",
41
- "doc": "🎵 A terminal-based music player written in Rust.",
42
- "fileNamePattern": {
43
- "amd64": {
44
- "linux": "termusic-v{version}-x86_64-linux.tar.xz",
45
- "macos": null,
46
- "windows": null
47
- },
48
- "arm64": {
49
- "linux": null,
50
- "macos": null,
51
- "windows": null
52
- }
53
- }
54
- },
55
- {
56
- "appName": "kronos",
57
- "repoURL": "https://github.com/TrevorSatori/kronos",
58
- "doc": "🎵 A Customizable Terminal Music Player For Offline Listening",
59
- "fileNamePattern": {
60
- "amd64": {
61
- "linux": "Kronos",
62
- "macos": null,
63
- "windows": null
64
- },
65
- "arm64": {
66
- "linux": null,
67
- "macos": null,
68
- "windows": null
69
- }
70
- }
71
- },
72
- {
73
- "appName": "transmission",
74
- "repoURL": "https://github.com/transmission/transmission",
75
- "doc": "📥 A fast, easy, and free BitTorrent client.",
76
- "fileNamePattern": {
77
- "amd64": {
78
- "linux": "transmission-{version}.tar.xz",
79
- "macos": null,
80
- "windows": null
81
- },
82
- "arm64": {
83
- "linux": null,
84
- "macos": null,
85
- "windows": null
86
- }
87
- }
88
- },
89
- {
90
- "appName": "nnn",
91
- "repoURL": "https://github.com/jarun/nnn",
92
- "doc": "📂 A terminal-based file manager.",
93
- "fileNamePattern": {
94
- "amd64": {
95
- "linux": "nnn-static-{version}.x86_64.tar.gz",
96
- "macos": null,
97
- "windows": null
98
- },
99
- "arm64": {
100
- "linux": null,
101
- "macos": null,
102
- "windows": null
103
- }
104
- }
105
- },
106
- {
107
- "appName": "exa",
108
- "repoURL": "https://github.com/ogham/exa",
109
- "doc": "📂 A modern replacement for ls. lsd alternative.",
110
- "fileNamePattern": {
111
- "amd64": {
112
- "linux": "exa-linux-x86_64-v{version}.zip",
113
- "macos": null,
114
- "windows": null
115
- },
116
- "arm64": {
117
- "linux": null,
118
- "macos": null,
119
- "windows": null
120
- }
121
- }
122
- },
123
- {
124
- "appName": "bytehound",
125
- "repoURL": "https://github.com/koute/bytehound",
126
- "doc": "🔍 Inspecting the memory usage of a running process",
127
- "fileNamePattern": {
128
- "amd64": {
129
- "linux": "bytehound-x86_64-unknown-linux-gnu.tgz",
130
- "macos": null,
131
- "windows": null
132
- },
133
- "arm64": {
134
- "linux": null,
135
- "macos": null,
136
- "windows": null
137
- }
138
- }
139
- },
140
- {
141
- "appName": "atuin",
142
- "repoURL": "https://github.com/atuinsh/atuin",
143
- "doc": "🔍 Shell history search tool. Mcfly alternative",
144
- "fileNamePattern": {
145
- "amd64": {
146
- "linux": "atuin-x86_64-unknown-linux-gnu.tar.gz",
147
- "macos": null,
148
- "windows": null
149
- },
150
- "arm64": {
151
- "linux": "atuin-aarch64-unknown-linux-gnu.tar.gz",
152
- "macos": null,
153
- "windows": null
154
- }
155
- }
156
- },
157
- {
158
- "appName": "browsh",
159
- "repoURL": "https://github.com/browsh-org/browsh",
160
- "doc": "🌐 browser in the shell",
161
- "fileNamePattern": {
162
- "amd64": {
163
- "linux": null,
164
- "macos": null,
165
- "windows": null
166
- },
167
- "arm64": {
168
- "linux": null,
169
- "macos": null,
170
- "windows": null
171
- }
172
- }
173
- },
174
- {
175
- "appName": "carbonyl",
176
- "repoURL": "https://github.com/fathyb/carbonyl",
177
- "doc": "A Chromium based browser built to run in a terminal",
178
- "fileNamePattern": {
179
- "amd64": {
180
- "linux": "carbonyl.linux-amd64.zip",
181
- "macos": null,
182
- "windows": null
183
- },
184
- "arm64": {
185
- "linux": "carbonyl.linux-arm64.zip",
186
- "macos": null,
187
- "windows": null
188
- }
189
- }
190
- },
191
- {
192
- "appName": "patat",
193
- "repoURL": "https://github.com/jaspervdj/patat",
194
- "doc": "🎯 Terminal-based presentations using Pandoc. Presenterm alternative.",
195
- "fileNamePattern": {
196
- "amd64": {
197
- "linux": "patat-v{version}-linux-x86_64.tar.gz",
198
- "macos": null,
199
- "windows": null
200
- },
201
- "arm64": {
202
- "linux": null,
203
- "macos": null,
204
- "windows": null
205
- }
206
- }
207
- },
208
- {
209
- "appName": "SqliteBrowser",
210
- "repoURL": "https://github.com/sqlitebrowser/sqlitebrowser",
211
- "doc": "🗃️ A visual tool to create, design, and edit database files compatible with SQLite.",
212
- "fileNamePattern": {
213
- "amd64": {
214
- "linux": "DB.Browser.for.SQLite-v{version}-x86.64-v2.AppImage",
215
- "macos": null,
216
- "windows": null
217
- },
218
- "arm64": {
219
- "linux": null,
220
- "macos": null,
221
- "windows": null
222
- }
223
- }
224
- },
225
- {
226
- "appName": "DBeaver",
227
- "repoURL": "https://github.com/dbeaver/dbeaver",
228
- "doc": "🗃️ Free universal database tool and SQL client.",
229
- "fileNamePattern": {
230
- "amd64": {
231
- "linux": "dbeaver-ce-{version}-linux.gtk.x86_64.tar.gz",
232
- "macos": null,
233
- "windows": null
234
- },
235
- "arm64": {
236
- "linux": "dbeaver-ce-{version}-linux.gtk.aarch64.tar.gz",
237
- "macos": null,
238
- "windows": null
239
- }
240
- }
241
- },
242
- {
243
- "appName": "rainfrog",
244
- "repoURL": "https://github.com/achristmascarl/rainfrog",
245
- "doc": "🗃️ TUI DB Visualizer",
246
- "fileNamePattern": {
247
- "amd64": {
248
- "linux": "rainfrog-{version}-x86_64-unknown-linux-musl.tar.gz",
249
- "macos": null,
250
- "windows": null
251
- },
252
- "arm64": {
253
- "linux": "rainfrog-{version}-aarch64-unknown-linux-musl.tar.gz",
254
- "macos": null,
255
- "windows": null
256
- }
257
- }
258
- },
259
- {
260
- "appName": "duckdb",
261
- "repoURL": "https://github.com/duckdb/duckdb",
262
- "doc": "🗃️ An in-process SQL OLAP database management system",
263
- "fileNamePattern": {
264
- "amd64": {
265
- "linux": "duckdb_cli-linux-amd64.zip",
266
- "macos": "duckdb_cli-osx-universal.zip",
267
- "windows": "duckdb_cli-windows-amd64.zip"
268
- },
269
- "arm64": {
270
- "linux": "duckdb_cli-linux-arm64.zip",
271
- "macos": "duckdb_cli-osx-universal.zip",
272
- "windows": "duckdb_cli-windows-arm64.zip"
273
- }
274
- }
275
- },
276
- {
277
- "appName": "cpz",
278
- "repoURL": "https://github.com/SUPERCILEX/fuc",
279
- "doc": "📋 Fast copy",
280
- "fileNamePattern": {
281
- "amd64": {
282
- "linux": "x86_64-unknown-linux-gnu-cpz",
283
- "windows": "x86_64-pc-windows-msvc-cpz.exe",
284
- "macos": "x86_64-apple-darwin-cpz"
285
- },
286
- "arm64": {
287
- "linux": "aarch64-unknown-linux-gnu-cpz",
288
- "windows": "aarch64-pc-windows-msvc-cpz.exe",
289
- "macos": "aarch64-apple-darwin-cpz"
290
- }
291
- }
292
- },
293
- {
294
- "appName": "rmz",
295
- "repoURL": "https://github.com/SUPERCILEX/fuc",
296
- "doc": "🗑️ Fast remove",
297
- "fileNamePattern": {
298
- "amd64": {
299
- "linux": "x86_64-unknown-linux-gnu-rmz",
300
- "windows": "x86_64-pc-windows-msvc-rmz.exe",
301
- "macos": "x86_64-apple-darwin-rmz"
302
- },
303
- "arm64": {
304
- "linux": "aarch64-unknown-linux-gnu-rmz",
305
- "windows": "aarch64-pc-windows-msvc-rmz.exe",
306
- "macos": "aarch64-apple-darwin-rmz"
307
- }
308
- }
309
- },
310
- {
311
- "appName": "mermaid-cli",
312
- "repoURL": "CMD",
313
- "doc": "📊 Generate diagrams and flowcharts from text in a similar manner as markdown",
314
- "fileNamePattern": {
315
- "amd64": {
316
- "linux": "npm install -g @mermaid-js/mermaid-cli",
317
- "windows": "npm install -g @mermaid-js/mermaid-cli",
318
- "macos": "npm install -g @mermaid-js/mermaid-cli"
319
- },
320
- "arm64": {
321
- "linux": "npm install -g @mermaid-js/mermaid-cli",
322
- "windows": "npm install -g @mermaid-js/mermaid-cli",
323
- "macos": "npm install -g @mermaid-js/mermaid-cli"
324
- }
325
- }
326
- },
327
- {
328
- "appName": "html2markdown",
329
- "repoURL": "https://github.com/JohannesKaufmann/html-to-markdown",
330
- "doc": "📜 Convert HTML to Markdown (no LLM, very fast, very cheap)",
331
- "fileNamePattern": {
332
- "amd64": {
333
- "linux": "html-to-markdown_Linux_x86_64.tar.gz",
334
- "windows": "html-to-markdown_Windows_x86_64.zip",
335
- "macos": "html-to-markdown_Darwin_x86_64.tar.gz"
336
- },
337
- "arm64": {
338
- "linux": "html-to-markdown_Linux_arm64.tar.gz",
339
- "windows": "html-to-markdown_Windows_arm64.zip",
340
- "macos": "html-to-markdown_Darwin_arm64.tar.gz"
341
- }
342
- }
343
- },
344
- {
345
- "appName": "xcrawl3r",
346
- "repoURL": "https://github.com/hueristiq/xcrawl3r",
347
- "doc": "🕷️ A command line tool to crawl and scrape websites",
348
- "fileNamePattern": {
349
- "amd64": {
350
- "linux": "xcrawl3r_{version}_linux_amd64.tar.gz",
351
- "windows": "xcrawl3r_{version}_windows_amd64.zip",
352
- "macos": "xcrawl3r_{version}_darwin_amd64.tar.gz"
353
- },
354
- "arm64": {
355
- "linux": "xcrawl3r_{version}_linux_arm64.tar.gz",
356
- "windows": null,
357
- "macos": "xcrawl3r_{version}_darwin_arm64.tar.gz"
358
- }
359
- }
360
- },
361
- {
362
- "appName": "obsidian",
363
- "repoURL": "https://github.com/obsidianmd/obsidian-releases",
364
- "doc": "🧠 Obsidian is a powerful knowledge base that works on top of a local folder of plain text Markdown files.",
365
- "fileNamePattern": {
366
- "amd64": {
367
- "linux": "Obsidian-{version}.AppImage",
368
- "windows": "Obsidian-{version}.exe",
369
- "macos": "Obsidian-{version}.dmg"
370
- },
371
- "arm64": {
372
- "linux": "Obsidian-{version}-arm64.AppImage",
373
- "windows": null,
374
- "macos": "Obsidian-{version}.dmg"
375
- }
376
- }
377
- },
378
- {
379
- "appName": "marp",
380
- "repoURL": "CMD",
381
- "doc": "🎯 Markdown presentation writer",
382
- "fileNamePattern": {
383
- "amd64": {
384
- "linux": "npm install -g @marp-team/marp-cli",
385
- "windows": "npm install -g @marp-team/marp-cli",
386
- "macos": "npm install -g @marp-team/marp-cli"
387
- },
388
- "arm64": {
389
- "linux": "npm install -g @marp-team/marp-cli",
390
- "windows": "npm install -g @marp-team/marp-cli",
391
- "macos": "npm install -g @marp-team/marp-cli"
392
- }
393
- }
394
- },
395
- {
396
- "appName": "presenterm",
397
- "repoURL": "https://github.com/mfontanini/presenterm",
398
- "doc": "🎭 present from temrinal",
399
- "fileNamePattern": {
400
- "amd64": {
401
- "linux": "presenterm-{version}-x86_64-unknown-linux-gnu.tar.gz",
402
- "windows": "presenterm-{version}-x86_64-pc-windows-msvc.zip",
403
- "macos": "presenterm-{version}-x86_64-apple-darwin.tar.gz"
404
- },
405
- "arm64": {
406
- "linux": "presenterm-{version}-aarch64-unknown-linux-gnu.tar.gz",
407
- "windows": null,
408
- "macos": "presenterm-{version}-aarch64-apple-darwin.tar.gz"
409
- }
410
- }
411
- },
412
- {
413
- "appName": "pandoc",
414
- "repoURL": "https://github.com/jgm/pandoc",
415
- "doc": "📝 The universal markup converter",
416
- "fileNamePattern": {
417
- "amd64": {
418
- "linux": "pandoc-{version}-linux-amd64.tar.gz",
419
- "windows": "pandoc-{version}-windows-x86_64.zip",
420
- "macos": "pandoc-{version}-x86_64-macOS.pkg"
421
- },
422
- "arm64": {
423
- "linux": "pandoc-{version}-linux-arm64.tar.gz",
424
- "windows": null,
425
- "macos": "pandoc-{version}-arm64-macOS.pkg"
426
- }
427
- }
428
- },
429
- {
430
- "appName": "devcontainer",
431
- "repoURL": "CMD",
432
- "doc": "🐋 Devcontainer is a command-line tool to manage development containers",
433
- "fileNamePattern": {
434
- "amd64": {
435
- "linux": "npm install -g @devcontainers/cli",
436
- "windows": "npm install -g @devcontainers/cli",
437
- "macos": "npm install -g @devcontainers/cli"
438
- },
439
- "arm64": {
440
- "linux": "npm install -g @devcontainers/cli",
441
- "windows": "npm install -g @devcontainers/cli",
442
- "macos": "npm install -g @devcontainers/cli"
443
- }
444
- }
445
- },
446
- {
447
- "appName": "bitwarden",
448
- "repoURL": "CMD",
449
- "doc": "🔐 bw is a password manager.",
450
- "fileNamePattern": {
451
- "amd64": {
452
- "linux": "npm install -g @bitwarden/cli",
453
- "windows": "npm install -g @bitwarden/cli",
454
- "macos": "npm install -g @bitwarden/cli"
455
- },
456
- "arm64": {
457
- "linux": "npm install -g @bitwarden/cli",
458
- "windows": "npm install -g @bitwarden/cli",
459
- "macos": "npm install -g @bitwarden/cli"
460
- }
461
- }
462
- },
463
- {
464
- "appName": "OBS Background removal",
465
- "repoURL": "https://github.com/royshil/obs-backgroundremoval",
466
- "doc": "🎥 A plugin for OBS Studio to remove background from a video",
467
- "fileNamePattern": {
468
- "amd64": {
469
- "linux": "obs-backgroundremoval-{version}-x86_64-linux-gnu.deb",
470
- "windows": "obs-backgroundremoval-{version}-windows-x64-Installer.exe",
471
- "macos": "obs-backgroundremoval-{version}-macos-universal.pkg"
472
- },
473
- "arm64": {
474
- "linux": null,
475
- "windows": null,
476
- "macos": "obs-backgroundremoval-{version}-macos-universal.pkg"
477
- }
478
- }
479
- },
480
- {
481
- "appName": "rustdesk",
482
- "repoURL": "https://github.com/rustdesk/rustdesk",
483
- "doc": "🖥️ Yet another remote desktop software, written in Rust. Works out of the box, no configuration required",
484
- "fileNamePattern": {
485
- "amd64": {
486
- "linux": "rustdesk-{version}-x86_64.AppImage",
487
- "windows": "rustdesk-{version}-x86_64.msi",
488
- "macos": "rustdesk-{version}-x86_64.dmg"
489
- },
490
- "arm64": {
491
- "linux": "rustdesk-{version}-aarch64.AppImage",
492
- "windows": null,
493
- "macos": "rustdesk-{version}-aarch64.dmg"
494
- }
495
- }
496
- },
497
- {
498
- "appName": "evcxr",
499
- "repoURL": "https://github.com/evcxr/evcxr",
500
- "doc": "🧪 A Jupyter Kernel for Rust",
501
- "fileNamePattern": {
502
- "amd64": {
503
- "linux": "evcxr-v{version}-x86_64-unknown-linux-gnu.tar.gz",
504
- "windows": "evcxr-v{version}-x86_64-pc-windows-msvc.zip",
505
- "macos": null
506
- },
507
- "arm64": {
508
- "linux": null,
509
- "windows": null,
510
- "macos": "evcxr-v{version}-aarch64-apple-darwin.tar.gz"
511
- }
512
- }
513
- },
514
- {
515
- "appName": "forward-cli",
516
- "repoURL": "https://github.com/axetroy/forward-cli",
517
- "doc": "🔄 Reverse Proxy port forwarding cli tool",
518
- "fileNamePattern": {
519
- "amd64": {
520
- "linux": "forward_linux_amd64.tar.gz",
521
- "windows": "forward_windows_amd64.tar.gz",
522
- "macos": "forward_darwin_amd64.tar.gz"
523
- },
524
- "arm64": {
525
- "linux": "forward_linux_arm64.tar.gz",
526
- "windows": "forward_windows_arm64.tar.gz",
527
- "macos": "forward_darwin_arm64.tar.gz"
528
- }
529
- }
530
- },
531
- {
532
- "appName": "bandwhich",
533
- "repoURL": "https://github.com/imsnif/bandwhich",
534
- "doc": "📊 monitor network usage from cli",
535
- "fileNamePattern": {
536
- "amd64": {
537
- "linux": "bandwhich-v{version}-x86_64-unknown-linux-gnu.tar.gz",
538
- "windows": "bandwhich-v{version}-x86_64-pc-windows-msvc.zip",
539
- "macos": "bandwhich-v{version}-x86_64-apple-darwin.tar.gz"
540
- },
541
- "arm64": {
542
- "linux": "bandwhich-v{version}-aarch64-unknown-linux-gnu.tar.gz",
543
- "windows": null,
544
- "macos": "bandwhich-v{version}-aarch64-apple-darwin.tar.gz"
545
- }
546
- }
547
- },
548
- {
549
- "appName": "ipinfo",
550
- "repoURL": "https://github.com/ipinfo/cli",
551
- "doc": "🌐 cli to get info of ips",
552
- "fileNamePattern": {
553
- "amd64": {
554
- "linux": "ipinfo_{version}_linux_amd64.tar.gz",
555
- "windows": "ipinfo_{version}_windows_amd64.zip",
556
- "macos": "ipinfo_{version}_darwin_amd64.tar.gz"
557
- },
558
- "arm64": {
559
- "linux": "ipinfo_{version}_linux_arm64.tar.gz",
560
- "windows": "ipinfo_{version}_windows_arm64.zip",
561
- "macos": "ipinfo_{version}_darwin_arm64.tar.gz"
562
- }
563
- }
564
- },
565
- {
566
- "appName": "dust",
567
- "repoURL": "https://github.com/bootandy/dust",
568
- "doc": "📊 A more intuitive version of du in rust. It is a dua alternative.",
569
- "fileNamePattern": {
570
- "amd64": {
571
- "linux": "dust-v{version}-x86_64-unknown-linux-gnu.tar.gz",
572
- "windows": "dust-v{version}-x86_64-pc-windows-msvc.zip",
573
- "macos": "dust-v{version}-x86_64-apple-darwin.tar.gz"
574
- },
575
- "arm64": {
576
- "linux": "dust-v{version}-aarch64-unknown-linux-gnu.tar.gz",
577
- "windows": null,
578
- "macos": null
579
- }
580
- }
581
- },
582
- {
583
- "appName": "ots",
584
- "repoURL": "https://github.com/Luzifer/ots",
585
- "doc": "🔒 A command line tool for generating and verifying one-time secrets.",
586
- "fileNamePattern": {
587
- "amd64": {
588
- "linux": "ots_linux_amd64.tgz",
589
- "windows": "ots_windows_amd64.zip",
590
- "macos": "ots_darwin_amd64.zip"
591
- },
592
- "arm64": {
593
- "linux": "ots_linux_arm64.tgz",
594
- "windows": null,
595
- "macos": "ots_darwin_arm64.zip"
596
- }
597
- }
598
- },
599
- {
600
- "appName": "ffsend",
601
- "repoURL": "https://github.com/timvisee/ffsend",
602
- "doc": "📤 Send files in secure encrypted way over the internet.",
603
- "fileNamePattern": {
604
- "amd64": {
605
- "linux": "ffsend-v{version}-linux-x64",
606
- "windows": null,
607
- "macos": null
608
- },
609
- "arm64": {
610
- "linux": null,
611
- "windows": null,
612
- "macos": null
613
- }
614
- }
615
- },
616
- {
617
- "appName": "portal",
618
- "repoURL": "https://github.com/SpatiumPortae/portal",
619
- "doc": "🔄 A terminal-based file transfer between two computers.",
620
- "fileNamePattern": {
621
- "amd64": {
622
- "linux": "portal_{version}_Linux_x86_64.tar.gz",
623
- "windows": "portal_{version}_Windows_x86_64.zip",
624
- "macos": "portal_{version}_macOS_x86_64.tar.gz"
625
- },
626
- "arm64": {
627
- "linux": "portal_{version}_Linux_arm64.tar.gz",
628
- "windows": "portal_{version}_Windows_arm64.zip",
629
- "macos": "portal_{version}_macOS_arm64.tar.gz"
630
- }
631
- }
632
- },
633
- {
634
- "appName": "qrcp",
635
- "repoURL": "https://github.com/claudiodangelis/qrcp",
636
- "doc": "📱 Transfer files over WiFi from your computer to mobile device by scanning a QR code without leaving the terminal.",
637
- "fileNamePattern": {
638
- "amd64": {
639
- "linux": "qrcp_{version}_linux_amd64.tar.gz",
640
- "windows": "qrcp_{version}_windows_amd64.zip",
641
- "macos": "qrcp_{version}_darwin_amd64.tar.gz"
642
- },
643
- "arm64": {
644
- "linux": "qrcp_{version}_linux_arm64.tar.gz",
645
- "windows": "qrcp_{version}_windows_arm64.zip",
646
- "macos": "qrcp_{version}_darwin_arm64.tar.gz"
647
- }
648
- }
649
- },
650
- {
651
- "appName": "qrscan",
652
- "repoURL": "https://github.com/sayanarijit/qrscan",
653
- "doc": "📷 qr code scanner",
654
- "fileNamePattern": {
655
- "amd64": {
656
- "linux": null,
657
- "macos": null,
658
- "windows": null
659
- },
660
- "arm64": {
661
- "linux": null,
662
- "macos": null,
663
- "windows": null
664
- }
665
- }
666
- },
667
- {
668
- "appName": "termscp",
669
- "repoURL": "https://github.com/veeso/termscp",
670
- "doc": "📂 A TUI like winscp",
671
- "fileNamePattern": {
672
- "amd64": {
673
- "linux": null,
674
- "macos": null,
675
- "windows": null
676
- },
677
- "arm64": {
678
- "linux": null,
679
- "macos": null,
680
- "windows": null
681
- }
682
- }
683
- },
684
- {
685
- "appName": "qr",
686
- "repoURL": "pip install qrcode",
687
- "doc": "🔲 qr code generator. String to qr code.",
688
- "fileNamePattern": {
689
- "amd64": {
690
- "linux": null,
691
- "macos": null,
692
- "windows": null
693
- },
694
- "arm64": {
695
- "linux": null,
696
- "macos": null,
697
- "windows": null
698
- }
699
- }
700
- },
701
- {
702
- "appName": "filebrowser",
703
- "repoURL": "https://github.com/filebrowser/filebrowser",
704
- "doc": "🗂️ filebrowser provides a file managing interface within a specified directory",
705
- "fileNamePattern": {
706
- "amd64": {
707
- "linux": null,
708
- "macos": null,
709
- "windows": null
710
- },
711
- "arm64": {
712
- "linux": null,
713
- "macos": null,
714
- "windows": null
715
- }
716
- }
717
- },
718
- {
719
- "appName": "cloudreve",
720
- "repoURL": "https://github.com/cloudreve/Cloudreve",
721
- "doc": "☁️ Self-hosted file management system with muilt-cloud support.",
722
- "fileNamePattern": {
723
- "amd64": {
724
- "linux": null,
725
- "macos": null,
726
- "windows": null
727
- },
728
- "arm64": {
729
- "linux": null,
730
- "macos": null,
731
- "windows": null
732
- }
733
- }
734
- },
735
- {
736
- "appName": "restic",
737
- "repoURL": "https://github.com/restic/restic",
738
- "doc": "💾 backup program that is fast, efficient and secure. It supports the three major operating systems",
739
- "fileNamePattern": {
740
- "amd64": {
741
- "linux": null,
742
- "macos": null,
743
- "windows": null
744
- },
745
- "arm64": {
746
- "linux": null,
747
- "macos": null,
748
- "windows": null
749
- }
750
- }
751
- },
752
- {
753
- "appName": "syncthing",
754
- "repoURL": "https://github.com/syncthing/syncthing",
755
- "doc": "🔄 Syncthing is a continuous file synchronization program. It synchronizes files between two or more computers.",
756
- "fileNamePattern": {
757
- "amd64": {
758
- "linux": null,
759
- "macos": null,
760
- "windows": null
761
- },
762
- "arm64": {
763
- "linux": null,
764
- "macos": null,
765
- "windows": null
766
- }
767
- }
768
- },
769
- {
770
- "appName": "istio",
771
- "repoURL": "https://github.com/istio/istio",
772
- "doc": "🌐 Istio is an open source service mesh that layers transparently onto existing distributed applications",
773
- "fileNamePattern": {
774
- "amd64": {
775
- "linux": null,
776
- "macos": null,
777
- "windows": null
778
- },
779
- "arm64": {
780
- "linux": null,
781
- "macos": null,
782
- "windows": null
783
- }
784
- }
785
- },
786
- {
787
- "appName": "openpomodoro-cli",
788
- "repoURL": "https://github.com/open-pomodoro/openpomodoro-cli",
789
- "doc": "⏲️ Pomodoro timer for the command-line",
790
- "fileNamePattern": {
791
- "amd64": {
792
- "linux": null,
793
- "macos": null,
794
- "windows": null
795
- },
796
- "arm64": {
797
- "linux": null,
798
- "macos": null,
799
- "windows": null
800
- }
801
- }
802
- },
803
- {
804
- "appName": "rust-analyzer",
805
- "repoURL": "https://github.com/rust-lang/rust-analyzer",
806
- "doc": "🦀 Rust Language Server (LSP)",
807
- "fileNamePattern": {
808
- "amd64": {
809
- "linux": null,
810
- "macos": null,
811
- "windows": null
812
- },
813
- "arm64": {
814
- "linux": null,
815
- "macos": null,
816
- "windows": null
817
- }
818
- }
819
- },
820
- {
821
- "appName": "kondo",
822
- "repoURL": "https://github.com/tbillington/kondo",
823
- "doc": "🧹 cleans projects from litter files.",
824
- "fileNamePattern": {
825
- "amd64": {
826
- "linux": null,
827
- "macos": null,
828
- "windows": null
829
- },
830
- "arm64": {
831
- "linux": null,
832
- "macos": null,
833
- "windows": null
834
- }
835
- }
836
- },
837
- {
838
- "appName": "tokei",
839
- "repoURL": "https://github.com/XAMPPRocky/tokei",
840
- "doc": "📊 Counts the number of lines of code, comments, and blanks in a project.",
841
- "fileNamePattern": {
842
- "amd64": {
843
- "linux": null,
844
- "macos": null,
845
- "windows": null
846
- },
847
- "arm64": {
848
- "linux": null,
849
- "macos": null,
850
- "windows": null
851
- }
852
- }
853
- },
854
- {
855
- "appName": "lazygit",
856
- "repoURL": "https://github.com/jesseduffield/lazygit",
857
- "doc": "🐙 A simple terminal UI for git commands",
858
- "fileNamePattern": {
859
- "amd64": {
860
- "linux": null,
861
- "macos": null,
862
- "windows": null
863
- },
864
- "arm64": {
865
- "linux": null,
866
- "macos": null,
867
- "windows": null
868
- }
869
- }
870
- },
871
- {
872
- "appName": "lazydocker",
873
- "repoURL": "https://github.com/jesseduffield/lazydocker",
874
- "doc": "🐋 A simple terminal UI for both docker and docker-compose",
875
- "fileNamePattern": {
876
- "amd64": {
877
- "linux": null,
878
- "macos": null,
879
- "windows": null
880
- },
881
- "arm64": {
882
- "linux": null,
883
- "macos": null,
884
- "windows": null
885
- }
886
- }
887
- },
888
- {
889
- "appName": "onefetch",
890
- "repoURL": "https://github.com/o2sh/onefetch",
891
- "doc": "📊 Git repository summary on your terminal",
892
- "fileNamePattern": {
893
- "amd64": {
894
- "linux": null,
895
- "macos": null,
896
- "windows": null
897
- },
898
- "arm64": {
899
- "linux": null,
900
- "macos": null,
901
- "windows": null
902
- }
903
- }
904
- },
905
- {
906
- "appName": "gitcs",
907
- "repoURL": "https://github.com/knbr13/gitcs",
908
- "doc": "📈 analyze Git repositories and generate a visual contributions graph",
909
- "fileNamePattern": {
910
- "amd64": {
911
- "linux": null,
912
- "macos": null,
913
- "windows": null
914
- },
915
- "arm64": {
916
- "linux": null,
917
- "macos": null,
918
- "windows": null
919
- }
920
- }
921
- },
922
- {
923
- "appName": "just",
924
- "repoURL": "https://github.com/casey/just",
925
- "doc": "🎯 A command runner",
926
- "fileNamePattern": {
927
- "amd64": {
928
- "linux": null,
929
- "macos": null,
930
- "windows": null
931
- },
932
- "arm64": {
933
- "linux": null,
934
- "macos": null,
935
- "windows": null
936
- }
937
- }
938
- },
939
- {
940
- "appName": "navi",
941
- "repoURL": "https://github.com/denisidoro/navi",
942
- "doc": "📚 An interactive cheatsheet tool for the command-line",
943
- "fileNamePattern": {
944
- "amd64": {
945
- "linux": null,
946
- "macos": null,
947
- "windows": null
948
- },
949
- "arm64": {
950
- "linux": null,
951
- "macos": null,
952
- "windows": null
953
- }
954
- }
955
- },
956
- {
957
- "appName": "tealdeer",
958
- "repoURL": "https://github.com/dbrgn/tealdeer",
959
- "doc": "⚡ A very fast implementation of tldr in Rust",
960
- "fileNamePattern": {
961
- "amd64": {
962
- "linux": null,
963
- "macos": null,
964
- "windows": null
965
- },
966
- "arm64": {
967
- "linux": null,
968
- "macos": null,
969
- "windows": null
970
- }
971
- }
972
- },
973
- {
974
- "appName": "sniffnet",
975
- "repoURL": "https://github.com/GyulyVGC/sniffnet",
976
- "doc": "🔍 A simple network sniffer in Rust",
977
- "fileNamePattern": {
978
- "amd64": {
979
- "linux": null,
980
- "macos": null,
981
- "windows": null
982
- },
983
- "arm64": {
984
- "linux": null,
985
- "macos": null,
986
- "windows": null
987
- }
988
- }
989
- },
990
- {
991
- "appName": "hyperfine",
992
- "repoURL": "https://github.com/sharkdp/hyperfine",
993
- "doc": "⚡ A command-line benchmarking tool",
994
- "fileNamePattern": {
995
- "amd64": {
996
- "linux": null,
997
- "macos": null,
998
- "windows": null
999
- },
1000
- "arm64": {
1001
- "linux": null,
1002
- "macos": null,
1003
- "windows": null
1004
- }
1005
- }
1006
- },
1007
- {
1008
- "appName": "ollama",
1009
- "repoURL": "https://github.com/ollama/ollama",
1010
- "doc": "🤖 Get up and running with large language models locally.",
1011
- "fileNamePattern": {
1012
- "amd64": {
1013
- "linux": null,
1014
- "macos": null,
1015
- "windows": null
1016
- },
1017
- "arm64": {
1018
- "linux": null,
1019
- "macos": null,
1020
- "windows": null
1021
- }
1022
- }
1023
- },
1024
- {
1025
- "appName": "cointop",
1026
- "repoURL": "https://github.com/cointop-sh/cointop",
1027
- "doc": "💰 Cointop is a fast and lightweight interactive terminal based UI application for tracking and monitoring cryptocurrency coin stats in real-time.",
1028
- "fileNamePattern": {
1029
- "amd64": {
1030
- "linux": null,
1031
- "macos": null,
1032
- "windows": null
1033
- },
1034
- "arm64": {
1035
- "linux": null,
1036
- "macos": null,
1037
- "windows": null
1038
- }
1039
- }
1040
- },
1041
- {
1042
- "appName": "vtm",
1043
- "repoURL": "https://github.com/netxs-group/vtm",
1044
- "doc": "🖥️ Text-based desktop environment inside your terminal",
1045
- "fileNamePattern": {
1046
- "amd64": {
1047
- "linux": null,
1048
- "macos": null,
1049
- "windows": null
1050
- },
1051
- "arm64": {
1052
- "linux": null,
1053
- "macos": null,
1054
- "windows": null
1055
- }
1056
- }
1057
- },
1058
- {
1059
- "appName": "edex-ui",
1060
- "repoURL": "https://github.com/GitSquared/edex-ui",
1061
- "doc": "🚀 fullscreen, cross-platform terminal emulator and system monitor that looks and feels like a sci-fi computer interface",
1062
- "fileNamePattern": {
1063
- "amd64": {
1064
- "linux": null,
1065
- "macos": null,
1066
- "windows": null
1067
- },
1068
- "arm64": {
1069
- "linux": null,
1070
- "macos": null,
1071
- "windows": null
1072
- }
1073
- }
1074
- },
1075
- {
1076
- "appName": "extraterm",
1077
- "repoURL": "https://github.com/sedwards2009/extraterm/",
1078
- "doc": "💻 Terminal emulator",
1079
- "fileNamePattern": {
1080
- "amd64": {
1081
- "linux": null,
1082
- "macos": null,
1083
- "windows": null
1084
- },
1085
- "arm64": {
1086
- "linux": null,
1087
- "macos": null,
1088
- "windows": null
1089
- }
1090
- }
1091
- },
1092
- {
1093
- "appName": "nushell",
1094
- "repoURL": "https://github.com/nushell/nushell",
1095
- "doc": "🐚 A cross-platform shell in Rust.",
1096
- "fileNamePattern": {
1097
- "amd64": {
1098
- "linux": null,
1099
- "macos": null,
1100
- "windows": null
1101
- },
1102
- "arm64": {
1103
- "linux": null,
1104
- "macos": null,
1105
- "windows": null
1106
- }
1107
- }
1108
- },
1109
- {
1110
- "appName": "geckodriver",
1111
- "repoURL": "https://github.com/mozilla/geckodriver",
1112
- "doc": "🦊 WebDriver for Firefox.",
1113
- "fileNamePattern": {
1114
- "amd64": {
1115
- "linux": null,
1116
- "macos": null,
1117
- "windows": null
1118
- },
1119
- "arm64": {
1120
- "linux": null,
1121
- "macos": null,
1122
- "windows": null
1123
- }
1124
- }
1125
- }
1126
- ]
1127
- }