@fredlackey/devutils 0.0.1 → 0.0.3

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.
Files changed (259) hide show
  1. package/README.md +5 -5
  2. package/package.json +1 -1
  3. package/src/commands/install.js +374 -36
  4. package/src/installs/adobe-creative-cloud.js +527 -25
  5. package/src/installs/adobe-creative-cloud.md +605 -0
  6. package/src/installs/appcleaner.js +303 -26
  7. package/src/installs/appcleaner.md +699 -0
  8. package/src/installs/apt-transport-https.js +390 -0
  9. package/src/installs/apt-transport-https.md +678 -0
  10. package/src/installs/atomicparsley.js +624 -26
  11. package/src/installs/atomicparsley.md +795 -0
  12. package/src/installs/aws-cli.js +779 -26
  13. package/src/installs/aws-cli.md +727 -0
  14. package/src/installs/balena-etcher.js +688 -26
  15. package/src/installs/balena-etcher.md +761 -0
  16. package/src/installs/bambu-studio.js +912 -26
  17. package/src/installs/bambu-studio.md +780 -0
  18. package/src/installs/bash-completion.js +554 -23
  19. package/src/installs/bash-completion.md +833 -0
  20. package/src/installs/bash.js +399 -26
  21. package/src/installs/bash.md +993 -0
  22. package/src/installs/beyond-compare.js +585 -26
  23. package/src/installs/beyond-compare.md +813 -0
  24. package/src/installs/build-essential.js +511 -26
  25. package/src/installs/build-essential.md +977 -0
  26. package/src/installs/ca-certificates.js +618 -0
  27. package/src/installs/ca-certificates.md +937 -0
  28. package/src/installs/caffeine.js +490 -26
  29. package/src/installs/caffeine.md +839 -0
  30. package/src/installs/camtasia.js +577 -25
  31. package/src/installs/camtasia.md +762 -0
  32. package/src/installs/chatgpt.js +458 -26
  33. package/src/installs/chatgpt.md +814 -0
  34. package/src/installs/chocolatey.js +447 -0
  35. package/src/installs/chocolatey.md +661 -0
  36. package/src/installs/chrome-canary.js +472 -26
  37. package/src/installs/chrome-canary.md +641 -0
  38. package/src/installs/chromium.js +645 -26
  39. package/src/installs/chromium.md +838 -0
  40. package/src/installs/claude-code.js +558 -26
  41. package/src/installs/claude-code.md +1173 -0
  42. package/src/installs/curl.js +361 -26
  43. package/src/installs/curl.md +714 -0
  44. package/src/installs/cursor.js +561 -26
  45. package/src/installs/cursor.md +970 -0
  46. package/src/installs/dbschema.js +674 -26
  47. package/src/installs/dbschema.md +925 -0
  48. package/src/installs/dependencies.md +435 -0
  49. package/src/installs/development-tools.js +600 -0
  50. package/src/installs/development-tools.md +977 -0
  51. package/src/installs/docker.js +1010 -25
  52. package/src/installs/docker.md +1109 -0
  53. package/src/installs/drawio.js +1001 -26
  54. package/src/installs/drawio.md +795 -0
  55. package/src/installs/elmedia-player.js +328 -25
  56. package/src/installs/elmedia-player.md +556 -0
  57. package/src/installs/ffmpeg.js +870 -25
  58. package/src/installs/ffmpeg.md +852 -0
  59. package/src/installs/file.js +464 -0
  60. package/src/installs/file.md +987 -0
  61. package/src/installs/gemini-cli.js +793 -26
  62. package/src/installs/gemini-cli.md +1153 -0
  63. package/src/installs/git.js +382 -26
  64. package/src/installs/git.md +907 -0
  65. package/src/installs/gitego.js +931 -26
  66. package/src/installs/gitego.md +1172 -0
  67. package/src/installs/go.js +913 -26
  68. package/src/installs/go.md +958 -0
  69. package/src/installs/google-chrome.js +801 -25
  70. package/src/installs/google-chrome.md +862 -0
  71. package/src/installs/gpg.js +412 -73
  72. package/src/installs/gpg.md +1056 -0
  73. package/src/installs/homebrew.js +1015 -26
  74. package/src/installs/homebrew.md +988 -0
  75. package/src/installs/imageoptim.js +950 -26
  76. package/src/installs/imageoptim.md +1119 -0
  77. package/src/installs/installers.json +2297 -0
  78. package/src/installs/jq.js +382 -26
  79. package/src/installs/jq.md +809 -0
  80. package/src/installs/keyboard-maestro.js +701 -26
  81. package/src/installs/keyboard-maestro.md +825 -0
  82. package/src/installs/latex.js +771 -26
  83. package/src/installs/latex.md +1095 -0
  84. package/src/installs/lftp.js +338 -26
  85. package/src/installs/lftp.md +907 -0
  86. package/src/installs/lsb-release.js +346 -0
  87. package/src/installs/lsb-release.md +814 -0
  88. package/src/installs/messenger.js +829 -26
  89. package/src/installs/messenger.md +900 -0
  90. package/src/installs/microsoft-office.js +550 -26
  91. package/src/installs/microsoft-office.md +760 -0
  92. package/src/installs/microsoft-teams.js +782 -25
  93. package/src/installs/microsoft-teams.md +886 -0
  94. package/src/installs/node.js +886 -26
  95. package/src/installs/node.md +1153 -0
  96. package/src/installs/nordpass.js +698 -26
  97. package/src/installs/nordpass.md +921 -0
  98. package/src/installs/nvm.js +977 -26
  99. package/src/installs/nvm.md +1057 -0
  100. package/src/installs/openssh.js +734 -64
  101. package/src/installs/openssh.md +1056 -0
  102. package/src/installs/pandoc.js +644 -26
  103. package/src/installs/pandoc.md +1036 -0
  104. package/src/installs/pinentry.js +492 -26
  105. package/src/installs/pinentry.md +1142 -0
  106. package/src/installs/pngyu.js +851 -26
  107. package/src/installs/pngyu.md +896 -0
  108. package/src/installs/postman.js +781 -26
  109. package/src/installs/postman.md +940 -0
  110. package/src/installs/procps.js +425 -0
  111. package/src/installs/procps.md +851 -0
  112. package/src/installs/safari-tech-preview.js +355 -25
  113. package/src/installs/safari-tech-preview.md +533 -0
  114. package/src/installs/sfnt2woff.js +640 -26
  115. package/src/installs/sfnt2woff.md +795 -0
  116. package/src/installs/shellcheck.js +463 -26
  117. package/src/installs/shellcheck.md +1005 -0
  118. package/src/installs/slack.js +722 -25
  119. package/src/installs/slack.md +865 -0
  120. package/src/installs/snagit.js +566 -25
  121. package/src/installs/snagit.md +844 -0
  122. package/src/installs/software-properties-common.js +372 -0
  123. package/src/installs/software-properties-common.md +805 -0
  124. package/src/installs/spotify.js +858 -25
  125. package/src/installs/spotify.md +901 -0
  126. package/src/installs/studio-3t.js +803 -26
  127. package/src/installs/studio-3t.md +918 -0
  128. package/src/installs/sublime-text.js +780 -25
  129. package/src/installs/sublime-text.md +914 -0
  130. package/src/installs/superwhisper.js +687 -25
  131. package/src/installs/superwhisper.md +630 -0
  132. package/src/installs/tailscale.js +727 -26
  133. package/src/installs/tailscale.md +1100 -0
  134. package/src/installs/tar.js +389 -0
  135. package/src/installs/tar.md +946 -0
  136. package/src/installs/termius.js +780 -26
  137. package/src/installs/termius.md +844 -0
  138. package/src/installs/terraform.js +761 -26
  139. package/src/installs/terraform.md +899 -0
  140. package/src/installs/tidal.js +752 -25
  141. package/src/installs/tidal.md +864 -0
  142. package/src/installs/tmux.js +328 -26
  143. package/src/installs/tmux.md +1030 -0
  144. package/src/installs/tree.js +393 -26
  145. package/src/installs/tree.md +833 -0
  146. package/src/installs/unzip.js +460 -0
  147. package/src/installs/unzip.md +879 -0
  148. package/src/installs/vim.js +403 -26
  149. package/src/installs/vim.md +1040 -0
  150. package/src/installs/vlc.js +803 -26
  151. package/src/installs/vlc.md +927 -0
  152. package/src/installs/vscode.js +825 -26
  153. package/src/installs/vscode.md +1002 -0
  154. package/src/installs/wget.js +415 -0
  155. package/src/installs/wget.md +791 -0
  156. package/src/installs/whatsapp.js +710 -25
  157. package/src/installs/whatsapp.md +854 -0
  158. package/src/installs/winpty.js +352 -0
  159. package/src/installs/winpty.md +620 -0
  160. package/src/installs/woff2.js +535 -26
  161. package/src/installs/woff2.md +977 -0
  162. package/src/installs/wsl.js +572 -0
  163. package/src/installs/wsl.md +699 -0
  164. package/src/installs/xcode-clt.js +520 -0
  165. package/src/installs/xcode-clt.md +351 -0
  166. package/src/installs/xcode.js +542 -26
  167. package/src/installs/xcode.md +573 -0
  168. package/src/installs/yarn.js +806 -26
  169. package/src/installs/yarn.md +1074 -0
  170. package/src/installs/yq.js +636 -26
  171. package/src/installs/yq.md +944 -0
  172. package/src/installs/yt-dlp.js +683 -26
  173. package/src/installs/yt-dlp.md +946 -0
  174. package/src/installs/yum-utils.js +297 -0
  175. package/src/installs/yum-utils.md +648 -0
  176. package/src/installs/zoom.js +740 -25
  177. package/src/installs/zoom.md +884 -0
  178. package/src/scripts/README.md +567 -45
  179. package/src/scripts/STATUS.md +208 -0
  180. package/src/scripts/afk.js +395 -7
  181. package/src/scripts/backup-all.js +731 -9
  182. package/src/scripts/backup-source.js +711 -8
  183. package/src/scripts/brewd.js +373 -7
  184. package/src/scripts/brewi.js +505 -9
  185. package/src/scripts/brewr.js +512 -9
  186. package/src/scripts/brews.js +462 -9
  187. package/src/scripts/brewu.js +488 -7
  188. package/src/scripts/c.js +185 -7
  189. package/src/scripts/ccurl.js +325 -8
  190. package/src/scripts/certbot-crontab-init.js +488 -8
  191. package/src/scripts/certbot-init.js +641 -9
  192. package/src/scripts/ch.js +339 -7
  193. package/src/scripts/claude-danger.js +253 -8
  194. package/src/scripts/clean-dev.js +419 -8
  195. package/src/scripts/clear-dns-cache.js +525 -7
  196. package/src/scripts/clone.js +417 -7
  197. package/src/scripts/code-all.js +420 -7
  198. package/src/scripts/count-files.js +195 -8
  199. package/src/scripts/count-folders.js +195 -8
  200. package/src/scripts/count.js +248 -8
  201. package/src/scripts/d.js +203 -7
  202. package/src/scripts/datauri.js +373 -8
  203. package/src/scripts/delete-files.js +363 -7
  204. package/src/scripts/docker-clean.js +410 -8
  205. package/src/scripts/dp.js +426 -7
  206. package/src/scripts/e.js +375 -9
  207. package/src/scripts/empty-trash.js +497 -7
  208. package/src/scripts/evm.js +428 -9
  209. package/src/scripts/fetch-github-repos.js +441 -10
  210. package/src/scripts/get-channel.js +329 -8
  211. package/src/scripts/get-course.js +384 -11
  212. package/src/scripts/get-dependencies.js +290 -9
  213. package/src/scripts/get-folder.js +783 -10
  214. package/src/scripts/get-tunes.js +411 -10
  215. package/src/scripts/get-video.js +352 -9
  216. package/src/scripts/git-backup.js +561 -9
  217. package/src/scripts/git-clone.js +477 -9
  218. package/src/scripts/git-pup.js +303 -7
  219. package/src/scripts/git-push.js +380 -8
  220. package/src/scripts/h.js +607 -9
  221. package/src/scripts/hide-desktop-icons.js +483 -7
  222. package/src/scripts/hide-hidden-files.js +522 -7
  223. package/src/scripts/install-dependencies-from.js +440 -9
  224. package/src/scripts/ips.js +647 -10
  225. package/src/scripts/iso.js +354 -8
  226. package/src/scripts/killni.js +561 -7
  227. package/src/scripts/ll.js +451 -8
  228. package/src/scripts/local-ip.js +310 -8
  229. package/src/scripts/m.js +508 -8
  230. package/src/scripts/map.js +293 -8
  231. package/src/scripts/mkd.js +287 -7
  232. package/src/scripts/ncu-update-all.js +441 -8
  233. package/src/scripts/nginx-init.js +702 -12
  234. package/src/scripts/npmi.js +366 -7
  235. package/src/scripts/o.js +495 -8
  236. package/src/scripts/org-by-date.js +321 -7
  237. package/src/scripts/p.js +208 -7
  238. package/src/scripts/packages.js +313 -8
  239. package/src/scripts/path.js +209 -7
  240. package/src/scripts/ports.js +582 -8
  241. package/src/scripts/q.js +290 -8
  242. package/src/scripts/refresh-files.js +378 -10
  243. package/src/scripts/remove-smaller-files.js +500 -8
  244. package/src/scripts/rename-files-with-date.js +517 -9
  245. package/src/scripts/resize-image.js +523 -9
  246. package/src/scripts/rm-safe.js +653 -8
  247. package/src/scripts/s.js +525 -9
  248. package/src/scripts/set-git-public.js +349 -7
  249. package/src/scripts/show-desktop-icons.js +459 -7
  250. package/src/scripts/show-hidden-files.js +456 -7
  251. package/src/scripts/tpa.js +265 -8
  252. package/src/scripts/tpo.js +264 -7
  253. package/src/scripts/u.js +489 -7
  254. package/src/scripts/vpush.js +422 -8
  255. package/src/scripts/y.js +267 -7
  256. package/src/utils/common/os.js +94 -2
  257. package/src/utils/ubuntu/apt.js +13 -7
  258. package/src/utils/windows/choco.js +82 -26
  259. package/src/utils/windows/winget.js +89 -27
@@ -0,0 +1,572 @@
1
+ #!/usr/bin/env node
2
+
3
+ /**
4
+ * @fileoverview Install WSL 2 (Windows Subsystem for Linux 2).
5
+ * @module installs/wsl
6
+ *
7
+ * WSL 2 (Windows Subsystem for Linux 2) is Microsoft's virtualization technology
8
+ * that allows developers to run a full Linux kernel and Linux distributions
9
+ * natively on Windows 10 and Windows 11. Unlike WSL 1, which used a translation
10
+ * layer, WSL 2 runs an actual Linux kernel in a lightweight virtual machine.
11
+ *
12
+ * Key features of WSL 2:
13
+ * - Full Linux kernel compatibility for running any Linux software
14
+ * - Significantly faster file system performance than WSL 1
15
+ * - Full system call compatibility for all Linux applications
16
+ * - Seamless Windows integration (access Windows files from Linux and vice versa)
17
+ *
18
+ * IMPORTANT: WSL 2 is a Windows-only technology. It cannot be installed on:
19
+ * - macOS (use Docker Desktop, UTM, or Parallels for Linux environments)
20
+ * - Native Linux distributions (they are already Linux)
21
+ * - Raspberry Pi OS (it is already Linux)
22
+ * - Amazon Linux (it is already Linux)
23
+ *
24
+ * This installer only supports Windows and Git Bash on Windows.
25
+ */
26
+
27
+ const os = require('../utils/common/os');
28
+ const shell = require('../utils/common/shell');
29
+ const choco = require('../utils/windows/choco');
30
+ const windowsShell = require('../utils/windows/shell');
31
+
32
+ /**
33
+ * The Chocolatey package name for WSL 2.
34
+ * This package installs the WSL 2 infrastructure and kernel.
35
+ */
36
+ const CHOCO_PACKAGE_NAME = 'wsl2';
37
+
38
+ /**
39
+ * Minimum Windows build number required for WSL 2 on x64 systems.
40
+ * Windows 10 version 1903 (Build 18362) is the minimum for x64.
41
+ */
42
+ const MIN_BUILD_X64 = 18362;
43
+
44
+ /**
45
+ * Minimum Windows build number required for WSL 2 on ARM64 systems.
46
+ * Windows 10 version 2004 (Build 19041) is the minimum for ARM64.
47
+ */
48
+ const MIN_BUILD_ARM64 = 19041;
49
+
50
+ /**
51
+ * Check if WSL is installed by verifying the 'wsl' command exists.
52
+ *
53
+ * This is a quick check that works on Windows. The presence of the wsl
54
+ * command indicates that WSL infrastructure is installed, though it does
55
+ * not guarantee a distribution is configured.
56
+ *
57
+ * @returns {boolean} True if the wsl command is available, false otherwise
58
+ */
59
+ function isWslCommandAvailable() {
60
+ return shell.commandExists('wsl');
61
+ }
62
+
63
+ /**
64
+ * Check if WSL 2 is installed and get the version information.
65
+ *
66
+ * Executes 'wsl --version' to verify WSL 2 is properly installed.
67
+ * This command only works on Windows 10 Build 19041+ or Windows 11.
68
+ * On older builds, 'wsl --status' is used as a fallback.
69
+ *
70
+ * @returns {Promise<string|null>} WSL version string, or null if not installed
71
+ */
72
+ async function getWslVersion() {
73
+ if (!isWslCommandAvailable()) {
74
+ return null;
75
+ }
76
+
77
+ // Try 'wsl --version' first (Windows 10 Build 19041+ or Windows 11)
78
+ const versionResult = await shell.exec('wsl --version');
79
+ if (versionResult.code === 0 && versionResult.stdout) {
80
+ // Look for WSL version line: "WSL version: 2.3.26.0"
81
+ const match = versionResult.stdout.match(/WSL version:\s*([\d.]+)/i);
82
+ if (match) {
83
+ return match[1];
84
+ }
85
+ // If we got output but couldn't parse version, WSL is installed
86
+ return 'installed';
87
+ }
88
+
89
+ // Fallback: try 'wsl --status' for older Windows versions
90
+ const statusResult = await shell.exec('wsl --status');
91
+ if (statusResult.code === 0 && statusResult.stdout) {
92
+ // If status returns successfully, WSL is installed
93
+ return 'installed';
94
+ }
95
+
96
+ return null;
97
+ }
98
+
99
+ /**
100
+ * Check if any WSL distribution is installed.
101
+ *
102
+ * Executes 'wsl --list' to see if any Linux distributions are installed.
103
+ * This helps determine if WSL needs post-installation setup.
104
+ *
105
+ * @returns {Promise<boolean>} True if at least one distribution is installed
106
+ */
107
+ async function hasInstalledDistribution() {
108
+ if (!isWslCommandAvailable()) {
109
+ return false;
110
+ }
111
+
112
+ const result = await shell.exec('wsl --list --quiet');
113
+ if (result.code === 0 && result.stdout) {
114
+ // Filter out empty lines and check if any distributions exist
115
+ const distros = result.stdout.split('\n').filter(line => line.trim().length > 0);
116
+ return distros.length > 0;
117
+ }
118
+
119
+ return false;
120
+ }
121
+
122
+ /**
123
+ * Verify the Windows version meets minimum requirements for WSL 2.
124
+ *
125
+ * WSL 2 requires:
126
+ * - Windows 10 version 1903 (Build 18362+) for x64 systems
127
+ * - Windows 10 version 2004 (Build 19041+) for ARM64 systems
128
+ * - Windows 11 (any version)
129
+ *
130
+ * @returns {Promise<{ supported: boolean, message: string }>}
131
+ */
132
+ async function checkWindowsVersion() {
133
+ const buildNumber = await windowsShell.getWindowsBuild();
134
+
135
+ if (buildNumber === null) {
136
+ return {
137
+ supported: false,
138
+ message: 'Could not determine Windows build number. Please verify you are running Windows 10 1903+ or Windows 11.'
139
+ };
140
+ }
141
+
142
+ // Get architecture
143
+ const arch = os.getArch();
144
+ const minBuild = arch === 'arm64' ? MIN_BUILD_ARM64 : MIN_BUILD_X64;
145
+
146
+ if (buildNumber < minBuild) {
147
+ return {
148
+ supported: false,
149
+ message: `Windows build ${buildNumber} does not meet minimum requirements.\n` +
150
+ `WSL 2 requires Windows 10 Build ${minBuild}+ for ${arch} systems.\n` +
151
+ `Please update Windows via Settings > Update & Security > Windows Update.`
152
+ };
153
+ }
154
+
155
+ return {
156
+ supported: true,
157
+ message: `Windows build ${buildNumber} meets WSL 2 requirements.`
158
+ };
159
+ }
160
+
161
+ /**
162
+ * Install WSL 2 on macOS.
163
+ *
164
+ * WSL 2 is a Windows-only technology and cannot be installed on macOS.
165
+ * This function returns gracefully with an informational message.
166
+ *
167
+ * @returns {Promise<void>}
168
+ */
169
+ async function install_macos() {
170
+ console.log('WSL 2 is not available for macOS.');
171
+ return;
172
+ }
173
+
174
+ /**
175
+ * Install WSL 2 on Ubuntu/Debian.
176
+ *
177
+ * WSL 2 is a Windows-only technology designed to run Linux on Windows.
178
+ * Ubuntu and Debian are native Linux distributions and do not support WSL 2.
179
+ * This function returns gracefully with an informational message.
180
+ *
181
+ * @returns {Promise<void>}
182
+ */
183
+ async function install_ubuntu() {
184
+ console.log('WSL 2 is not available for Ubuntu.');
185
+ return;
186
+ }
187
+
188
+ /**
189
+ * Install WSL 2 on Ubuntu running in WSL.
190
+ *
191
+ * If the user is already running Ubuntu inside WSL, they are already using
192
+ * WSL 2 (or WSL 1). WSL is managed from the Windows host system, not from
193
+ * within the Linux distribution. This function returns gracefully.
194
+ *
195
+ * @returns {Promise<void>}
196
+ */
197
+ async function install_ubuntu_wsl() {
198
+ console.log('You are already running inside WSL.');
199
+ console.log('');
200
+ console.log('WSL 2 is managed from the Windows host system, not from within Linux.');
201
+ console.log('To manage WSL settings, open a Windows PowerShell or Command Prompt and use:');
202
+ console.log(' wsl --version (check WSL version)');
203
+ console.log(' wsl --update (update WSL)');
204
+ console.log(' wsl --status (view WSL configuration)');
205
+ return;
206
+ }
207
+
208
+ /**
209
+ * Install WSL 2 on Raspberry Pi OS.
210
+ *
211
+ * WSL 2 is a Windows-only technology. Raspberry Pi OS is a Linux distribution
212
+ * that runs natively on Raspberry Pi hardware. This function returns gracefully
213
+ * with an informational message.
214
+ *
215
+ * @returns {Promise<void>}
216
+ */
217
+ async function install_raspbian() {
218
+ console.log('WSL 2 is not available for Raspberry Pi OS.');
219
+ return;
220
+ }
221
+
222
+ /**
223
+ * Install WSL 2 on Amazon Linux.
224
+ *
225
+ * WSL 2 is a Windows-only technology. Amazon Linux is a native Linux
226
+ * distribution running on AWS infrastructure. This function returns gracefully
227
+ * with an informational message.
228
+ *
229
+ * @returns {Promise<void>}
230
+ */
231
+ async function install_amazon_linux() {
232
+ console.log('WSL 2 is not available for Amazon Linux.');
233
+ return;
234
+ }
235
+
236
+ /**
237
+ * Install WSL 2 on Windows using the native wsl --install command.
238
+ *
239
+ * This is the preferred installation method for Windows 10 Build 19041+ and
240
+ * Windows 11. The 'wsl --install' command automatically:
241
+ * - Enables the Virtual Machine Platform Windows feature
242
+ * - Enables the Windows Subsystem for Linux Windows feature
243
+ * - Downloads and installs the WSL 2 Linux kernel
244
+ * - Downloads and installs Ubuntu as the default distribution
245
+ * - Sets WSL 2 as the default version
246
+ *
247
+ * Prerequisites:
248
+ * - Windows 10 version 1903+ (x64) or version 2004+ (ARM64), or Windows 11
249
+ * - Administrator privileges
250
+ * - Virtualization enabled in BIOS/UEFI
251
+ * - Internet connectivity
252
+ *
253
+ * IMPORTANT: A system restart is required after installation.
254
+ *
255
+ * @returns {Promise<void>}
256
+ */
257
+ async function install_windows() {
258
+ console.log('Checking if WSL 2 is already installed...');
259
+
260
+ // Check if WSL is already installed
261
+ const existingVersion = await getWslVersion();
262
+ if (existingVersion) {
263
+ console.log(`WSL 2 is already installed (version: ${existingVersion}), skipping installation.`);
264
+
265
+ // Check if a distribution is installed
266
+ const hasDistro = await hasInstalledDistribution();
267
+ if (!hasDistro) {
268
+ console.log('');
269
+ console.log('NOTE: No Linux distribution is installed. To install Ubuntu, run:');
270
+ console.log(' wsl --install -d Ubuntu');
271
+ }
272
+ return;
273
+ }
274
+
275
+ // Verify Windows version meets requirements
276
+ console.log('Checking Windows version requirements...');
277
+ const versionCheck = await checkWindowsVersion();
278
+ if (!versionCheck.supported) {
279
+ console.log('');
280
+ console.log('ERROR: ' + versionCheck.message);
281
+ return;
282
+ }
283
+ console.log(versionCheck.message);
284
+
285
+ // Check if we have Chocolatey available (preferred method for consistency)
286
+ const hasChoco = choco.isInstalled();
287
+
288
+ if (hasChoco) {
289
+ // Use Chocolatey for installation
290
+ console.log('');
291
+ console.log('Installing WSL 2 via Chocolatey...');
292
+ console.log('This may take several minutes...');
293
+
294
+ const chocoResult = await choco.install(CHOCO_PACKAGE_NAME, {
295
+ // Chocolatey wsl2 package accepts parameters
296
+ // /Version:2 ensures WSL 2, /Retry:true auto-retries after reboot
297
+ });
298
+
299
+ if (!chocoResult.success) {
300
+ // Fall back to native installation if Chocolatey fails
301
+ console.log('');
302
+ console.log('Chocolatey installation encountered an issue. Trying native installation...');
303
+ await installWslNative();
304
+ return;
305
+ }
306
+
307
+ console.log('');
308
+ console.log('WSL 2 installation initiated via Chocolatey.');
309
+ } else {
310
+ // Use native wsl --install command
311
+ await installWslNative();
312
+ }
313
+
314
+ // Display post-installation instructions
315
+ displayPostInstallInstructions();
316
+ }
317
+
318
+ /**
319
+ * Install WSL 2 using the native 'wsl --install' command.
320
+ *
321
+ * This is a helper function that performs the actual installation using
322
+ * PowerShell to run the 'wsl --install' command with administrator privileges.
323
+ *
324
+ * @returns {Promise<void>}
325
+ */
326
+ async function installWslNative() {
327
+ console.log('');
328
+ console.log('Installing WSL 2 using native Windows installation...');
329
+ console.log('This may take several minutes...');
330
+
331
+ // Use PowerShell to run the wsl --install command
332
+ // The command needs to run in an elevated context, which the user should have
333
+ const installResult = await windowsShell.execPowerShell('wsl --install');
334
+
335
+ if (!installResult.success) {
336
+ console.log('');
337
+ console.log('WSL 2 installation may require administrator privileges.');
338
+ console.log('');
339
+ console.log('Please try one of the following:');
340
+ console.log('');
341
+ console.log('Option 1: Run this installer as Administrator');
342
+ console.log(' 1. Right-click on PowerShell or Command Prompt');
343
+ console.log(' 2. Select "Run as administrator"');
344
+ console.log(' 3. Run the installer again');
345
+ console.log('');
346
+ console.log('Option 2: Manual installation');
347
+ console.log(' 1. Open PowerShell as Administrator');
348
+ console.log(' 2. Run: wsl --install');
349
+ console.log(' 3. Restart your computer when prompted');
350
+ return;
351
+ }
352
+
353
+ // Show the output from the installation
354
+ if (installResult.stdout) {
355
+ console.log('');
356
+ console.log(installResult.stdout);
357
+ }
358
+ }
359
+
360
+ /**
361
+ * Display post-installation instructions for WSL 2.
362
+ *
363
+ * After WSL 2 is installed, the user needs to restart their computer
364
+ * and complete the Ubuntu setup. This function displays the necessary
365
+ * steps clearly.
366
+ */
367
+ function displayPostInstallInstructions() {
368
+ console.log('');
369
+ console.log('='.repeat(70));
370
+ console.log('WSL 2 INSTALLATION INITIATED');
371
+ console.log('='.repeat(70));
372
+ console.log('');
373
+ console.log('IMPORTANT: A system restart is REQUIRED to complete the installation.');
374
+ console.log('');
375
+ console.log('After restarting:');
376
+ console.log('');
377
+ console.log(' 1. Ubuntu will automatically open and complete its setup.');
378
+ console.log(' You will be prompted to create a Linux username and password.');
379
+ console.log('');
380
+ console.log(' 2. To verify the installation, open PowerShell and run:');
381
+ console.log(' wsl --version');
382
+ console.log(' wsl --list --verbose');
383
+ console.log('');
384
+ console.log(' 3. To test WSL, run:');
385
+ console.log(' wsl echo "WSL 2 is working correctly"');
386
+ console.log('');
387
+ console.log('TROUBLESHOOTING:');
388
+ console.log('');
389
+ console.log(' - If you see "Virtualization is not enabled" error:');
390
+ console.log(' Restart and enter BIOS/UEFI settings (usually F2, F10, or Del)');
391
+ console.log(' Enable Intel VT-x (Intel) or AMD-V/SVM (AMD)');
392
+ console.log('');
393
+ console.log(' - If you see "WSL 2 requires an update" error:');
394
+ console.log(' Run: wsl --update');
395
+ console.log('');
396
+ console.log(' - If your distribution shows VERSION 1 instead of 2:');
397
+ console.log(' Run: wsl --set-version Ubuntu 2');
398
+ console.log('');
399
+ console.log('For more information, visit:');
400
+ console.log(' https://learn.microsoft.com/en-us/windows/wsl/install');
401
+ console.log('');
402
+ }
403
+
404
+ /**
405
+ * Install WSL 2 from Git Bash on Windows.
406
+ *
407
+ * Git Bash runs within Windows, so WSL 2 installation is performed on the
408
+ * Windows host. This function uses PowerShell interop to run the WSL
409
+ * installation commands.
410
+ *
411
+ * Prerequisites:
412
+ * - Windows 10 version 1903+ (x64) or version 2004+ (ARM64), or Windows 11
413
+ * - Git Bash installed (comes with Git for Windows)
414
+ * - Administrator privileges
415
+ * - Virtualization enabled in BIOS/UEFI
416
+ *
417
+ * @returns {Promise<void>}
418
+ */
419
+ async function install_gitbash() {
420
+ console.log('Detected Git Bash on Windows.');
421
+ console.log('Installing WSL 2 on the Windows host...');
422
+ console.log('');
423
+
424
+ // Check if WSL is already available from Git Bash
425
+ const existingVersion = await getWslVersion();
426
+ if (existingVersion) {
427
+ console.log(`WSL 2 is already installed (version: ${existingVersion}), skipping installation.`);
428
+
429
+ // Check if a distribution is installed
430
+ const hasDistro = await hasInstalledDistribution();
431
+ if (!hasDistro) {
432
+ console.log('');
433
+ console.log('NOTE: No Linux distribution is installed. To install Ubuntu, run:');
434
+ console.log(' wsl --install -d Ubuntu');
435
+ }
436
+ return;
437
+ }
438
+
439
+ // Verify Windows version meets requirements
440
+ console.log('Checking Windows version requirements...');
441
+ const versionCheck = await checkWindowsVersion();
442
+ if (!versionCheck.supported) {
443
+ console.log('');
444
+ console.log('ERROR: ' + versionCheck.message);
445
+ return;
446
+ }
447
+ console.log(versionCheck.message);
448
+
449
+ // Install using PowerShell from Git Bash
450
+ console.log('');
451
+ console.log('Installing WSL 2 via PowerShell...');
452
+ console.log('This may take several minutes...');
453
+
454
+ const installResult = await shell.exec(
455
+ 'powershell.exe -NoProfile -Command "wsl --install"'
456
+ );
457
+
458
+ if (installResult.code !== 0) {
459
+ console.log('');
460
+ console.log('WSL 2 installation may require administrator privileges.');
461
+ console.log('');
462
+ console.log('Please try:');
463
+ console.log(' 1. Open Git Bash as Administrator (right-click > Run as administrator)');
464
+ console.log(' 2. Run the installer again');
465
+ console.log('');
466
+ console.log('Or install directly from PowerShell:');
467
+ console.log(' 1. Open PowerShell as Administrator');
468
+ console.log(' 2. Run: wsl --install');
469
+ return;
470
+ }
471
+
472
+ // Show output
473
+ if (installResult.stdout) {
474
+ console.log('');
475
+ console.log(installResult.stdout);
476
+ }
477
+
478
+ // Display post-installation instructions
479
+ displayPostInstallInstructions();
480
+ }
481
+
482
+ /**
483
+ * Check if WSL is installed on the current system.
484
+ * @returns {Promise<boolean>} True if WSL is installed
485
+ */
486
+ async function isInstalled() {
487
+ const platform = os.detect();
488
+ if (platform.type === 'windows' || platform.type === 'gitbash') {
489
+ return isWslCommandAvailable();
490
+ }
491
+ return false;
492
+ }
493
+
494
+ /**
495
+ * Check if this installer is supported on the current platform.
496
+ * WSL 2 is a Windows-only technology and can only be installed on Windows.
497
+ * @returns {boolean} True if installation is supported on this platform
498
+ */
499
+ function isEligible() {
500
+ const platform = os.detect();
501
+ return ['windows', 'gitbash'].includes(platform.type);
502
+ }
503
+
504
+ /**
505
+ * Main installation entry point.
506
+ *
507
+ * Detects the current platform and runs the appropriate installer function.
508
+ * WSL 2 is a Windows-only technology, so most platforms will receive an
509
+ * informational message that WSL 2 is not available.
510
+ *
511
+ * Supported platforms:
512
+ * - Windows: Full installation via Chocolatey or native wsl --install
513
+ * - Git Bash: Installation on Windows host via PowerShell
514
+ *
515
+ * Unsupported platforms (graceful return with message):
516
+ * - macOS
517
+ * - Ubuntu/Debian (native Linux)
518
+ * - Raspberry Pi OS
519
+ * - Amazon Linux
520
+ * - WSL (already inside WSL)
521
+ *
522
+ * @returns {Promise<void>}
523
+ */
524
+ async function install() {
525
+ const platform = os.detect();
526
+
527
+ // Map platform types to their installer functions
528
+ // WSL 2 is Windows-only, but we provide graceful messages for other platforms
529
+ const installers = {
530
+ 'macos': install_macos,
531
+ 'ubuntu': install_ubuntu,
532
+ 'debian': install_ubuntu,
533
+ 'wsl': install_ubuntu_wsl,
534
+ 'raspbian': install_raspbian,
535
+ 'amazon_linux': install_amazon_linux,
536
+ 'rhel': install_amazon_linux,
537
+ 'fedora': install_amazon_linux,
538
+ 'windows': install_windows,
539
+ 'gitbash': install_gitbash
540
+ };
541
+
542
+ const installer = installers[platform.type];
543
+
544
+ if (!installer) {
545
+ console.log(`WSL 2 is not available for ${platform.type}.`);
546
+ return;
547
+ }
548
+
549
+ await installer();
550
+ }
551
+
552
+ // Export all functions for use as a module and for testing
553
+ module.exports = {
554
+ install,
555
+ isInstalled,
556
+ isEligible,
557
+ install_macos,
558
+ install_ubuntu,
559
+ install_ubuntu_wsl,
560
+ install_raspbian,
561
+ install_amazon_linux,
562
+ install_windows,
563
+ install_gitbash
564
+ };
565
+
566
+ // Allow direct execution: node wsl.js
567
+ if (require.main === module) {
568
+ install().catch(err => {
569
+ console.error(err.message);
570
+ process.exit(1);
571
+ });
572
+ }