machineconfig 4.8__py3-none-any.whl → 4.91__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.
- machineconfig/jobs/installer/custom_dev/winget.py +1 -0
- machineconfig/jobs/installer/installer_data.json +2403 -0
- machineconfig/jobs/installer/package_groups.py +157 -0
- machineconfig/scripts/linux/agents +2 -0
- machineconfig/scripts/linux/sessions +2 -0
- machineconfig/scripts/python/{fire_agents.py → agents.py} +7 -0
- machineconfig/scripts/python/croshell.py +13 -27
- machineconfig/scripts/python/devops.py +0 -13
- machineconfig/scripts/python/devops_devapps_install.py +148 -107
- machineconfig/scripts/python/interactive.py +30 -76
- machineconfig/scripts/python/{fire_jobs_layout_helper.py → sessions.py} +7 -0
- machineconfig/utils/installer.py +40 -16
- machineconfig/utils/installer_utils/github_release_bulk.py +2 -12
- machineconfig/utils/installer_utils/installer_abc.py +56 -60
- machineconfig/utils/schemas/installer/installer_types.py +0 -1
- {machineconfig-4.8.dist-info → machineconfig-4.91.dist-info}/METADATA +1 -1
- {machineconfig-4.8.dist-info → machineconfig-4.91.dist-info}/RECORD +20 -21
- {machineconfig-4.8.dist-info → machineconfig-4.91.dist-info}/entry_points.txt +2 -0
- machineconfig/jobs/installer/packages_custom_dev.json +0 -380
- machineconfig/jobs/installer/packages_custom_essential.json +0 -39
- machineconfig/jobs/installer/packages_github_dev.json +0 -1127
- machineconfig/jobs/installer/packages_github_essential.json +0 -787
- machineconfig/setup_linux/web_shortcuts/ascii_art.sh +0 -93
- {machineconfig-4.8.dist-info → machineconfig-4.91.dist-info}/WHEEL +0 -0
- {machineconfig-4.8.dist-info → machineconfig-4.91.dist-info}/top_level.txt +0 -0
|
@@ -1,380 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": "1",
|
|
3
|
-
"installers": [
|
|
4
|
-
{
|
|
5
|
-
"appName": "ngrok",
|
|
6
|
-
"repoURL": "CMD",
|
|
7
|
-
"doc": "Secure introspectable tunnels to localhost",
|
|
8
|
-
"fileNamePattern": {
|
|
9
|
-
"amd64": {
|
|
10
|
-
"linux": "ngrok.sh",
|
|
11
|
-
"windows": "winget install ngrok -s msstore",
|
|
12
|
-
"macos": "brew install ngrok"
|
|
13
|
-
},
|
|
14
|
-
"arm64": {
|
|
15
|
-
"linux": "ngrok.sh",
|
|
16
|
-
"windows": "winget install ngrok -s msstore",
|
|
17
|
-
"macos": "brew install ngrok"
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
"appName": "Visual Studio Code",
|
|
24
|
-
"repoURL": "CMD",
|
|
25
|
-
"doc": "Visual Studio Code",
|
|
26
|
-
"fileNamePattern": {
|
|
27
|
-
"amd64": {
|
|
28
|
-
"linux": "code.py",
|
|
29
|
-
"windows": "code.py",
|
|
30
|
-
"macos": "code.py"
|
|
31
|
-
},
|
|
32
|
-
"arm64": {
|
|
33
|
-
"linux": "code.py",
|
|
34
|
-
"windows": "code.py",
|
|
35
|
-
"macos": "code.py"
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
},
|
|
39
|
-
{
|
|
40
|
-
"appName": "aider",
|
|
41
|
-
"repoURL": "CMD",
|
|
42
|
-
"doc": "Aider Chat",
|
|
43
|
-
"fileNamePattern": {
|
|
44
|
-
"amd64": {
|
|
45
|
-
"linux": "uv tool install --force --python python3.13 aider-chat@latest",
|
|
46
|
-
"windows": "uv tool install --force --python python3.13 aider-chat@latest",
|
|
47
|
-
"macos": "uv tool install --force --python python3.13 aider-chat@latest"
|
|
48
|
-
},
|
|
49
|
-
"arm64": {
|
|
50
|
-
"linux": "uv tool install --force --python python3.13 aider-chat@latest",
|
|
51
|
-
"windows": "uv tool install --force --python python3.13 aider-chat@latest",
|
|
52
|
-
"macos": "uv tool install --force --python python3.13 aider-chat@latest"
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
},
|
|
56
|
-
{
|
|
57
|
-
"appName": "github-copilot-cli",
|
|
58
|
-
"repoURL": "CMD",
|
|
59
|
-
"doc": "Terminal-based CLI agents and tools for productivity and coding.",
|
|
60
|
-
"fileNamePattern": {
|
|
61
|
-
"amd64": {
|
|
62
|
-
"linux": "npm install -g @github/copilot",
|
|
63
|
-
"windows": "npm install -g @github/copilot",
|
|
64
|
-
"macos": "npm install -g @github/copilot"
|
|
65
|
-
},
|
|
66
|
-
"arm64": {
|
|
67
|
-
"linux": "npm install -g @github/copilot",
|
|
68
|
-
"windows": "npm install -g @github/copilot",
|
|
69
|
-
"macos": "npm install -g @github/copilot"
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
},
|
|
73
|
-
{
|
|
74
|
-
"appName": "gemini",
|
|
75
|
-
"repoURL": "CMD",
|
|
76
|
-
"doc": "Terminal-based CLI agents and tools for productivity and coding.",
|
|
77
|
-
"fileNamePattern": {
|
|
78
|
-
"amd64": {
|
|
79
|
-
"linux": "npm install -g @google/gemini-cli",
|
|
80
|
-
"windows": "npm install -g @google/gemini-cli",
|
|
81
|
-
"macos": "npm install -g @google/gemini-cli"
|
|
82
|
-
},
|
|
83
|
-
"arm64": {
|
|
84
|
-
"linux": "npm install -g @google/gemini-cli",
|
|
85
|
-
"windows": "npm install -g @google/gemini-cli",
|
|
86
|
-
"macos": "npm install -g @google/gemini-cli"
|
|
87
|
-
}
|
|
88
|
-
}
|
|
89
|
-
},
|
|
90
|
-
{
|
|
91
|
-
"appName": "crush",
|
|
92
|
-
"repoURL": "CMD",
|
|
93
|
-
"doc": "Terminal-based CLI agents and tools for productivity and coding.",
|
|
94
|
-
"fileNamePattern": {
|
|
95
|
-
"amd64": {
|
|
96
|
-
"linux": "npm install -g @charmland/crush",
|
|
97
|
-
"windows": "npm install -g @charmland/crush",
|
|
98
|
-
"macos": "npm install -g @charmland/crush"
|
|
99
|
-
},
|
|
100
|
-
"arm64": {
|
|
101
|
-
"linux": "npm install -g @charmland/crush",
|
|
102
|
-
"windows": "npm install -g @charmland/crush",
|
|
103
|
-
"macos": "npm install -g @charmland/crush"
|
|
104
|
-
}
|
|
105
|
-
}
|
|
106
|
-
},
|
|
107
|
-
{
|
|
108
|
-
"appName": "opencode-ai",
|
|
109
|
-
"repoURL": "CMD",
|
|
110
|
-
"doc": "Terminal-based CLI agents and tools for productivity and coding.",
|
|
111
|
-
"fileNamePattern": {
|
|
112
|
-
"amd64": {
|
|
113
|
-
"linux": "npm install -g opencode-ai@latest",
|
|
114
|
-
"windows": "npm install -g opencode-ai@latest",
|
|
115
|
-
"macos": "npm install -g opencode-ai@latest"
|
|
116
|
-
},
|
|
117
|
-
"arm64": {
|
|
118
|
-
"linux": "npm install -g opencode-ai@latest",
|
|
119
|
-
"windows": "npm install -g opencode-ai@latest",
|
|
120
|
-
"macos": "npm install -g opencode-ai@latest"
|
|
121
|
-
}
|
|
122
|
-
}
|
|
123
|
-
},
|
|
124
|
-
{
|
|
125
|
-
"appName": "warp",
|
|
126
|
-
"repoURL": "CMD",
|
|
127
|
-
"doc": "Modern terminal with AI-powered features",
|
|
128
|
-
"fileNamePattern": {
|
|
129
|
-
"amd64": {
|
|
130
|
-
"linux": "https://app.warp.dev/download/cli?os=linux&package=deb&arch=x86_64",
|
|
131
|
-
"windows": null,
|
|
132
|
-
"macos": null
|
|
133
|
-
},
|
|
134
|
-
"arm64": {
|
|
135
|
-
"linux": "https://app.warp.dev/download/cli?os=linux&package=deb&arch=aarch64",
|
|
136
|
-
"windows": null,
|
|
137
|
-
"macos": null
|
|
138
|
-
}
|
|
139
|
-
}
|
|
140
|
-
},
|
|
141
|
-
{
|
|
142
|
-
"appName": "q",
|
|
143
|
-
"repoURL": "CMD",
|
|
144
|
-
"doc": "Q desktop application",
|
|
145
|
-
"fileNamePattern": {
|
|
146
|
-
"amd64": {
|
|
147
|
-
"linux": "q.sh",
|
|
148
|
-
"windows": null,
|
|
149
|
-
"macos": null
|
|
150
|
-
},
|
|
151
|
-
"arm64": {
|
|
152
|
-
"linux": null,
|
|
153
|
-
"windows": null,
|
|
154
|
-
"macos": null
|
|
155
|
-
}
|
|
156
|
-
}
|
|
157
|
-
},
|
|
158
|
-
{
|
|
159
|
-
"appName": "cursor-cli",
|
|
160
|
-
"repoURL": "CMD",
|
|
161
|
-
"doc": "Cursor CLI installer",
|
|
162
|
-
"fileNamePattern": {
|
|
163
|
-
"amd64": {
|
|
164
|
-
"linux": "curl https://cursor.com/install -fsS | bash",
|
|
165
|
-
"windows": null,
|
|
166
|
-
"macos": null
|
|
167
|
-
},
|
|
168
|
-
"arm64": {
|
|
169
|
-
"linux": null,
|
|
170
|
-
"windows": null,
|
|
171
|
-
"macos": null
|
|
172
|
-
}
|
|
173
|
-
}
|
|
174
|
-
},
|
|
175
|
-
{
|
|
176
|
-
"appName": "droid",
|
|
177
|
-
"repoURL": "CMD",
|
|
178
|
-
"doc": "Factory AI CLI installer",
|
|
179
|
-
"fileNamePattern": {
|
|
180
|
-
"amd64": {
|
|
181
|
-
"linux": "curl -fsSL https://app.factory.ai/cli | sh",
|
|
182
|
-
"windows": null,
|
|
183
|
-
"macos": null
|
|
184
|
-
},
|
|
185
|
-
"arm64": {
|
|
186
|
-
"linux": null,
|
|
187
|
-
"windows": null,
|
|
188
|
-
"macos": null
|
|
189
|
-
}
|
|
190
|
-
}
|
|
191
|
-
},
|
|
192
|
-
{
|
|
193
|
-
"appName": "Alacritty",
|
|
194
|
-
"repoURL": "CMD",
|
|
195
|
-
"doc": "Terminal Console",
|
|
196
|
-
"fileNamePattern": {
|
|
197
|
-
"amd64": {
|
|
198
|
-
"linux": "alacritty.py",
|
|
199
|
-
"windows": "alacritty.py",
|
|
200
|
-
"macos": "alacritty.py"
|
|
201
|
-
},
|
|
202
|
-
"arm64": {
|
|
203
|
-
"linux": "alacritty.py",
|
|
204
|
-
"windows": "alacritty.py",
|
|
205
|
-
"macos": "alacritty.py"
|
|
206
|
-
}
|
|
207
|
-
}
|
|
208
|
-
},
|
|
209
|
-
{
|
|
210
|
-
"appName": "Brave",
|
|
211
|
-
"repoURL": "CMD",
|
|
212
|
-
"doc": "Privacy-focused web browser with built-in ad blocking",
|
|
213
|
-
"fileNamePattern": {
|
|
214
|
-
"amd64": {
|
|
215
|
-
"linux": "brave.py",
|
|
216
|
-
"windows": "brave.py",
|
|
217
|
-
"macos": "brave.py"
|
|
218
|
-
},
|
|
219
|
-
"arm64": {
|
|
220
|
-
"linux": "brave.py",
|
|
221
|
-
"windows": "brave.py",
|
|
222
|
-
"macos": "brave.py"
|
|
223
|
-
}
|
|
224
|
-
}
|
|
225
|
-
},
|
|
226
|
-
{
|
|
227
|
-
"appName": "bypass-paywalls-chrome",
|
|
228
|
-
"repoURL": "https://github.com/iamadamdev/bypass-paywalls-chrome",
|
|
229
|
-
"doc": "Plugin for chrome to bypass paywalls",
|
|
230
|
-
"fileNamePattern": {
|
|
231
|
-
"amd64": {
|
|
232
|
-
"linux": "bypass_paywall.py",
|
|
233
|
-
"windows": "bypass_paywall.py",
|
|
234
|
-
"macos": "bypass_paywall.py"
|
|
235
|
-
},
|
|
236
|
-
"arm64": {
|
|
237
|
-
"linux": "bypass_paywall.py",
|
|
238
|
-
"windows": "bypass_paywall.py",
|
|
239
|
-
"macos": "bypass_paywall.py"
|
|
240
|
-
}
|
|
241
|
-
}
|
|
242
|
-
},
|
|
243
|
-
{
|
|
244
|
-
"appName": "Cursor",
|
|
245
|
-
"repoURL": "CMD",
|
|
246
|
-
"doc": "Cursor",
|
|
247
|
-
"fileNamePattern": {
|
|
248
|
-
"amd64": {
|
|
249
|
-
"linux": "cursor.py",
|
|
250
|
-
"windows": "cursor.py",
|
|
251
|
-
"macos": "cursor.py"
|
|
252
|
-
},
|
|
253
|
-
"arm64": {
|
|
254
|
-
"linux": "cursor.py",
|
|
255
|
-
"windows": "cursor.py",
|
|
256
|
-
"macos": "cursor.py"
|
|
257
|
-
}
|
|
258
|
-
}
|
|
259
|
-
},
|
|
260
|
-
{
|
|
261
|
-
"appName": "espanso",
|
|
262
|
-
"repoURL": "CMD",
|
|
263
|
-
"doc": "A text expander.",
|
|
264
|
-
"fileNamePattern": {
|
|
265
|
-
"amd64": {
|
|
266
|
-
"linux": "espanso.py",
|
|
267
|
-
"windows": "espanso.py",
|
|
268
|
-
"macos": "espanso.py"
|
|
269
|
-
},
|
|
270
|
-
"arm64": {
|
|
271
|
-
"linux": "espanso.py",
|
|
272
|
-
"windows": "espanso.py",
|
|
273
|
-
"macos": "espanso.py"
|
|
274
|
-
}
|
|
275
|
-
}
|
|
276
|
-
},
|
|
277
|
-
{
|
|
278
|
-
"appName": "Gorilla",
|
|
279
|
-
"repoURL": "https://github.com/ShishirPatil/gorilla",
|
|
280
|
-
"doc": "natural language to API",
|
|
281
|
-
"fileNamePattern": {
|
|
282
|
-
"amd64": {
|
|
283
|
-
"linux": "goes.py",
|
|
284
|
-
"windows": "goes.py",
|
|
285
|
-
"macos": "goes.py"
|
|
286
|
-
},
|
|
287
|
-
"arm64": {
|
|
288
|
-
"linux": "goes.py",
|
|
289
|
-
"windows": "goes.py",
|
|
290
|
-
"macos": "goes.py"
|
|
291
|
-
}
|
|
292
|
-
}
|
|
293
|
-
},
|
|
294
|
-
{
|
|
295
|
-
"appName": "lvim",
|
|
296
|
-
"repoURL": "CMD",
|
|
297
|
-
"doc": "Terminal text editor based on neovim.",
|
|
298
|
-
"fileNamePattern": {
|
|
299
|
-
"amd64": {
|
|
300
|
-
"linux": "lvim.py",
|
|
301
|
-
"windows": "lvim.py",
|
|
302
|
-
"macos": "lvim.py"
|
|
303
|
-
},
|
|
304
|
-
"arm64": {
|
|
305
|
-
"linux": "lvim.py",
|
|
306
|
-
"windows": "lvim.py",
|
|
307
|
-
"macos": "lvim.py"
|
|
308
|
-
}
|
|
309
|
-
}
|
|
310
|
-
},
|
|
311
|
-
{
|
|
312
|
-
"appName": "nerdfont",
|
|
313
|
-
"repoURL": "CMD",
|
|
314
|
-
"doc": "lightweight containerization",
|
|
315
|
-
"fileNamePattern": {
|
|
316
|
-
"amd64": {
|
|
317
|
-
"linux": "nerdfont.py",
|
|
318
|
-
"windows": "nerdfont.py",
|
|
319
|
-
"macos": "nerdfont.py"
|
|
320
|
-
},
|
|
321
|
-
"arm64": {
|
|
322
|
-
"linux": "nerdfont.py",
|
|
323
|
-
"windows": "nerdfont.py",
|
|
324
|
-
"macos": "nerdfont.py"
|
|
325
|
-
}
|
|
326
|
-
}
|
|
327
|
-
},
|
|
328
|
-
{
|
|
329
|
-
"appName": "Redis",
|
|
330
|
-
"repoURL": "CMD",
|
|
331
|
-
"doc": "submillisecond fast key-value db",
|
|
332
|
-
"fileNamePattern": {
|
|
333
|
-
"amd64": {
|
|
334
|
-
"linux": "redis.py",
|
|
335
|
-
"windows": "redis.py",
|
|
336
|
-
"macos": "redis.py"
|
|
337
|
-
},
|
|
338
|
-
"arm64": {
|
|
339
|
-
"linux": "redis.py",
|
|
340
|
-
"windows": "redis.py",
|
|
341
|
-
"macos": "redis.py"
|
|
342
|
-
}
|
|
343
|
-
}
|
|
344
|
-
},
|
|
345
|
-
{
|
|
346
|
-
"appName": "Wezterm",
|
|
347
|
-
"repoURL": "CMD",
|
|
348
|
-
"doc": "Modern, GPU-accelerated terminal emulator",
|
|
349
|
-
"fileNamePattern": {
|
|
350
|
-
"amd64": {
|
|
351
|
-
"linux": "wezterm.py",
|
|
352
|
-
"windows": "wezterm.py",
|
|
353
|
-
"macos": "wezterm.py"
|
|
354
|
-
},
|
|
355
|
-
"arm64": {
|
|
356
|
-
"linux": "wezterm.py",
|
|
357
|
-
"windows": "wezterm.py",
|
|
358
|
-
"macos": "wezterm.py"
|
|
359
|
-
}
|
|
360
|
-
}
|
|
361
|
-
},
|
|
362
|
-
{
|
|
363
|
-
"appName": "winget",
|
|
364
|
-
"repoURL": "CMD",
|
|
365
|
-
"doc": "winget installer",
|
|
366
|
-
"fileNamePattern": {
|
|
367
|
-
"amd64": {
|
|
368
|
-
"linux": "winget.py",
|
|
369
|
-
"windows": "winget.py",
|
|
370
|
-
"macos": "winget.py"
|
|
371
|
-
},
|
|
372
|
-
"arm64": {
|
|
373
|
-
"linux": "winget.py",
|
|
374
|
-
"windows": "winget.py",
|
|
375
|
-
"macos": "winget.py"
|
|
376
|
-
}
|
|
377
|
-
}
|
|
378
|
-
}
|
|
379
|
-
]
|
|
380
|
-
}
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": "1",
|
|
3
|
-
"installers": [
|
|
4
|
-
{
|
|
5
|
-
"appName": "gh",
|
|
6
|
-
"repoURL": "CMD",
|
|
7
|
-
"doc": "GitHub CLI",
|
|
8
|
-
"fileNamePattern": {
|
|
9
|
-
"amd64": {
|
|
10
|
-
"windows": "gh.py",
|
|
11
|
-
"linux": "gh.py",
|
|
12
|
-
"macos": "gh.py"
|
|
13
|
-
},
|
|
14
|
-
"arm64": {
|
|
15
|
-
"windows": "gh.py",
|
|
16
|
-
"linux": "gh.py",
|
|
17
|
-
"macos": "gh.py"
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
},
|
|
21
|
-
{
|
|
22
|
-
"appName": "hx",
|
|
23
|
-
"repoURL": "CMD",
|
|
24
|
-
"doc": "Helix is a post-modern modal text editor.",
|
|
25
|
-
"fileNamePattern": {
|
|
26
|
-
"amd64": {
|
|
27
|
-
"linux": "hx.py",
|
|
28
|
-
"windows": "hx.py",
|
|
29
|
-
"macos": "hx.py"
|
|
30
|
-
},
|
|
31
|
-
"arm64": {
|
|
32
|
-
"linux": "hx.py",
|
|
33
|
-
"windows": "hx.py",
|
|
34
|
-
"macos": "hx.py"
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
]
|
|
39
|
-
}
|