@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
@@ -3,42 +3,704 @@
3
3
  /**
4
4
  * @fileoverview Install Superwhisper.
5
5
  * @module installs/superwhisper
6
+ *
7
+ * Superwhisper is an AI-powered voice-to-text application that enables fast and
8
+ * accurate speech transcription using advanced Whisper-based AI models. It allows
9
+ * you to dictate text up to 5x faster than typing, with intelligent punctuation,
10
+ * formatting, and optional AI post-processing to refine your spoken words.
11
+ *
12
+ * Key features include:
13
+ * - Offline transcription with local AI models for privacy
14
+ * - 100+ language support for transcription and translation
15
+ * - AI formatting modes to transform speech into professional text
16
+ * - System-wide dictation that works in any application
17
+ *
18
+ * This installer provides:
19
+ * - Superwhisper for macOS via Homebrew cask
20
+ * - Direct download installer for Windows (not in Chocolatey/winget)
21
+ * - Windows installation from Git Bash via PowerShell
22
+ *
23
+ * PLATFORM LIMITATIONS:
24
+ * - Superwhisper is not available for Linux distributions (Ubuntu, Debian,
25
+ * Raspberry Pi OS, Amazon Linux, RHEL)
26
+ * - WSL cannot run Superwhisper directly due to audio/GUI requirements;
27
+ * install on Windows host instead
6
28
  */
7
29
 
8
30
  const os = require('../utils/common/os');
31
+ const shell = require('../utils/common/shell');
32
+ const brew = require('../utils/macos/brew');
33
+ const macosApps = require('../utils/macos/apps');
34
+
35
+ /**
36
+ * Whether this installer requires a desktop environment to function.
37
+ * Superwhisper is a GUI voice-to-text application.
38
+ */
39
+ const REQUIRES_DESKTOP = true;
40
+
41
+ /**
42
+ * The Homebrew cask name for Superwhisper on macOS.
43
+ * This installs the full desktop application to /Applications.
44
+ */
45
+ const HOMEBREW_CASK_NAME = 'superwhisper';
46
+
47
+ /**
48
+ * The expected application name after installation on macOS.
49
+ * Superwhisper installs as "superwhisper.app" in /Applications.
50
+ */
51
+ const MACOS_APP_NAME = 'superwhisper';
52
+
53
+ /**
54
+ * Windows installation directory path (relative to LOCALAPPDATA).
55
+ * Superwhisper installs to %LOCALAPPDATA%\Programs\superwhisper on Windows.
56
+ */
57
+ const WINDOWS_INSTALL_PATH = 'Programs\\superwhisper';
58
+
59
+ /**
60
+ * Download URLs for Windows installer.
61
+ * These are the official download endpoints from superwhisper.com.
62
+ */
63
+ const WINDOWS_DOWNLOAD_URLS = {
64
+ x64: 'https://fresh.superwhisper.com/download/installer/windows/x64',
65
+ arm64: 'https://fresh.superwhisper.com/download/installer/windows/aarch64'
66
+ };
67
+
68
+ /**
69
+ * Check if Superwhisper Desktop application is installed on macOS.
70
+ *
71
+ * Looks for superwhisper.app in /Applications or ~/Applications using the
72
+ * macosApps utility which handles common variations of app names.
73
+ *
74
+ * @returns {boolean} True if superwhisper.app exists, false otherwise
75
+ */
76
+ function isSuperwhisperInstalledMacOS() {
77
+ return macosApps.isAppInstalled(MACOS_APP_NAME);
78
+ }
9
79
 
10
80
  /**
11
- * Install Superwhisper across supported platforms.
81
+ * Install Superwhisper Desktop on macOS using Homebrew cask.
82
+ *
83
+ * Prerequisites:
84
+ * - macOS 13 (Ventura) or later
85
+ * - Homebrew package manager installed
86
+ * - Apple Silicon (M1/M2/M3/M4) recommended for best offline model performance
87
+ * - Intel Macs supported but work best with cloud models
88
+ * - At least 8 GB RAM (16 GB recommended for larger AI models)
89
+ *
90
+ * The installation uses the Homebrew cask 'superwhisper' which downloads and installs
91
+ * the Superwhisper desktop application to /Applications/superwhisper.app.
92
+ *
93
+ * NOTE: After installation, Superwhisper must be launched manually. On first launch,
94
+ * it will request microphone and accessibility permissions for system-wide dictation.
95
+ *
96
+ * @returns {Promise<void>}
97
+ * @throws {Error} If Homebrew is not installed or installation fails
98
+ */
99
+ async function install_macos() {
100
+ console.log('Checking if Superwhisper is already installed...');
101
+
102
+ // Check if superwhisper.app already exists in Applications
103
+ if (isSuperwhisperInstalledMacOS()) {
104
+ console.log('Superwhisper is already installed, skipping installation.');
105
+ return;
106
+ }
107
+
108
+ // Also check if the cask is installed via Homebrew
109
+ const caskInstalled = await brew.isCaskInstalled(HOMEBREW_CASK_NAME);
110
+ if (caskInstalled) {
111
+ console.log('Superwhisper is already installed via Homebrew, skipping installation.');
112
+ return;
113
+ }
114
+
115
+ // Verify Homebrew is available before attempting installation
116
+ if (!brew.isInstalled()) {
117
+ throw new Error(
118
+ 'Homebrew is not installed. Please install Homebrew first using:\n' +
119
+ ' dev install homebrew\n' +
120
+ 'Then retry installing Superwhisper.'
121
+ );
122
+ }
123
+
124
+ console.log('Installing Superwhisper via Homebrew...');
125
+
126
+ // Install Superwhisper cask with quiet flag for cleaner output
127
+ // The --quiet flag suppresses non-essential output for automation-friendly installation
128
+ const result = await shell.exec('brew install --quiet --cask superwhisper');
129
+
130
+ if (result.code !== 0) {
131
+ throw new Error(
132
+ `Failed to install Superwhisper via Homebrew.\n` +
133
+ `Output: ${result.stderr || result.stdout}\n\n` +
134
+ `Troubleshooting:\n` +
135
+ ` 1. Run 'brew update && brew cleanup' and retry\n` +
136
+ ` 2. Check if macOS version is 13 (Ventura) or later\n` +
137
+ ` 3. Try manual installation: brew reinstall --cask superwhisper`
138
+ );
139
+ }
140
+
141
+ // Verify installation succeeded by checking if app now exists
142
+ if (!isSuperwhisperInstalledMacOS()) {
143
+ throw new Error(
144
+ 'Installation command completed but superwhisper.app was not found in Applications.\n\n' +
145
+ 'Please try:\n' +
146
+ ' 1. Check /Applications for superwhisper.app\n' +
147
+ ' 2. Run: brew reinstall --cask superwhisper'
148
+ );
149
+ }
150
+
151
+ console.log('Superwhisper installed successfully.');
152
+ console.log('');
153
+ console.log('To launch Superwhisper:');
154
+ console.log(' - Open from Applications folder, or');
155
+ console.log(' - Run: open -a superwhisper');
156
+ console.log('');
157
+ console.log('On first launch, Superwhisper will request:');
158
+ console.log(' 1. Microphone permissions (required for voice input)');
159
+ console.log(' 2. Accessibility permissions (required for system-wide dictation)');
160
+ console.log('');
161
+ console.log('Grant all requested permissions for full functionality.');
162
+ console.log('');
163
+ console.log('Superwhisper runs as a menu bar application. Look for its icon');
164
+ console.log('in the macOS menu bar after launching.');
165
+ }
166
+
167
+ /**
168
+ * Handle Superwhisper installation request on Ubuntu/Debian.
169
+ *
170
+ * PLATFORM LIMITATION: Superwhisper is not available for Ubuntu, Debian, or any
171
+ * Linux distribution. It is developed exclusively for macOS, iOS, and Windows.
172
+ *
173
+ * This function returns gracefully with a message rather than throwing an error,
174
+ * following the project's convention for unsupported platforms.
175
+ *
176
+ * @returns {Promise<void>}
177
+ */
178
+ async function install_ubuntu() {
179
+ console.log('Superwhisper is not available for Ubuntu.');
180
+ return;
181
+ }
182
+
183
+ /**
184
+ * Handle Superwhisper installation request on Raspberry Pi OS.
185
+ *
186
+ * PLATFORM LIMITATION: Superwhisper is not available for Raspberry Pi OS or any
187
+ * ARM-based Linux distribution. It is developed exclusively for macOS, iOS, and
188
+ * Windows.
189
+ *
190
+ * This function returns gracefully with a message rather than throwing an error,
191
+ * following the project's convention for unsupported platforms.
192
+ *
193
+ * @returns {Promise<void>}
194
+ */
195
+ async function install_raspbian() {
196
+ console.log('Superwhisper is not available for Raspberry Pi OS.');
197
+ return;
198
+ }
199
+
200
+ /**
201
+ * Handle Superwhisper installation request on Amazon Linux/RHEL.
202
+ *
203
+ * PLATFORM LIMITATION: Superwhisper is not available for Amazon Linux, RHEL, or
204
+ * any Linux distribution. It is developed exclusively for macOS, iOS, and Windows.
205
+ *
206
+ * This function returns gracefully with a message rather than throwing an error,
207
+ * following the project's convention for unsupported platforms.
208
+ *
209
+ * @returns {Promise<void>}
210
+ */
211
+ async function install_amazon_linux() {
212
+ console.log('Superwhisper is not available for Amazon Linux.');
213
+ return;
214
+ }
215
+
216
+ /**
217
+ * Install Superwhisper on Windows via direct download.
218
+ *
219
+ * IMPORTANT: Superwhisper is NOT available in Chocolatey or winget package
220
+ * repositories. Installation must be performed via direct download from the
221
+ * official website.
222
+ *
223
+ * Prerequisites:
224
+ * - Windows 10 or later (Windows 11 supported)
225
+ * - Both x64 (Intel/AMD) and ARM64 architectures supported
226
+ * - At least 8 GB RAM (16 GB recommended for larger AI models)
227
+ * - Administrator privileges for installation
228
+ * - Active internet connection for download
229
+ *
230
+ * The installation process:
231
+ * 1. Detects the system architecture (x64 or ARM64)
232
+ * 2. Downloads the appropriate installer from superwhisper.com
233
+ * 3. Runs the installer (may require user interaction)
234
+ * 4. Cleans up the downloaded installer file
235
+ *
236
+ * NOTE: The Windows version was released in December 2025. Some features may
237
+ * differ from the macOS version.
238
+ *
239
+ * @returns {Promise<void>}
240
+ * @throws {Error} If download or installation fails
241
+ */
242
+ async function install_windows() {
243
+ console.log('Checking if Superwhisper is already installed...');
244
+
245
+ // Check if Superwhisper is already installed by looking for its directory
246
+ const checkResult = await shell.exec(
247
+ 'powershell.exe -NoProfile -Command "Test-Path \\"$env:LOCALAPPDATA\\Programs\\superwhisper\\""'
248
+ );
249
+
250
+ if (checkResult.code === 0 && checkResult.stdout.trim().toLowerCase() === 'true') {
251
+ console.log('Superwhisper is already installed, skipping installation.');
252
+ console.log('');
253
+ console.log('To launch Superwhisper:');
254
+ console.log(' - Open from Start Menu, or');
255
+ console.log(' - Run: Start-Process superwhisper');
256
+ return;
257
+ }
258
+
259
+ // Detect system architecture to download the correct installer
260
+ console.log('Detecting system architecture...');
261
+ const archResult = await shell.exec(
262
+ 'powershell.exe -NoProfile -Command "$env:PROCESSOR_ARCHITECTURE"'
263
+ );
264
+ const architecture = archResult.stdout.trim().toUpperCase();
265
+
266
+ // Determine the appropriate download URL based on architecture
267
+ let downloadUrl;
268
+ if (architecture === 'ARM64') {
269
+ console.log('Detected ARM64 architecture.');
270
+ downloadUrl = WINDOWS_DOWNLOAD_URLS.arm64;
271
+ } else {
272
+ // Default to x64 for AMD64, x86, and other architectures
273
+ console.log('Detected x64 architecture.');
274
+ downloadUrl = WINDOWS_DOWNLOAD_URLS.x64;
275
+ }
276
+
277
+ console.log('Downloading Superwhisper installer...');
278
+ console.log('This may take a few minutes depending on your connection speed...');
279
+
280
+ // Download the installer to the temp directory
281
+ // Enable TLS 1.2 first to ensure secure download works
282
+ const downloadCommand = `
283
+ [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12;
284
+ Invoke-WebRequest -Uri "${downloadUrl}" -OutFile "$env:TEMP\\superwhisper-setup.exe"
285
+ `.trim().replace(/\n/g, ' ');
286
+
287
+ const downloadResult = await shell.exec(
288
+ `powershell.exe -NoProfile -Command "${downloadCommand}"`
289
+ );
290
+
291
+ if (downloadResult.code !== 0) {
292
+ throw new Error(
293
+ 'Failed to download Superwhisper installer.\n' +
294
+ `Output: ${downloadResult.stderr || downloadResult.stdout}\n\n` +
295
+ 'Troubleshooting:\n' +
296
+ ' 1. Check your internet connection\n' +
297
+ ' 2. Try downloading manually from: https://superwhisper.com/windows\n' +
298
+ ' 3. Run the downloaded installer manually'
299
+ );
300
+ }
301
+
302
+ console.log('Download complete. Running installer...');
303
+ console.log('');
304
+ console.log('NOTE: The installer may open a GUI window. Please follow the prompts');
305
+ console.log('to complete the installation.');
306
+ console.log('');
307
+
308
+ // Run the installer
309
+ // We use -Wait to wait for the installer to complete
310
+ // The /S flag attempts silent installation, but if not supported, GUI will appear
311
+ const installResult = await shell.exec(
312
+ 'powershell.exe -NoProfile -Command "Start-Process -FilePath \\"$env:TEMP\\superwhisper-setup.exe\\" -Wait"'
313
+ );
314
+
315
+ // Clean up the downloaded installer regardless of result
316
+ await shell.exec(
317
+ 'powershell.exe -NoProfile -Command "Remove-Item \\"$env:TEMP\\superwhisper-setup.exe\\" -Force -ErrorAction SilentlyContinue"'
318
+ );
319
+
320
+ // Verify installation by checking if the directory now exists
321
+ const verifyResult = await shell.exec(
322
+ 'powershell.exe -NoProfile -Command "Test-Path \\"$env:LOCALAPPDATA\\Programs\\superwhisper\\""'
323
+ );
324
+
325
+ if (verifyResult.stdout.trim().toLowerCase() !== 'true') {
326
+ // Installation may have been cancelled or failed
327
+ console.log('');
328
+ console.log('Installation was not completed or may have been cancelled.');
329
+ console.log('');
330
+ console.log('To install manually:');
331
+ console.log(' 1. Visit: https://superwhisper.com/windows');
332
+ console.log(' 2. Download the installer for your system');
333
+ console.log(' 3. Run the downloaded installer');
334
+ return;
335
+ }
336
+
337
+ console.log('Superwhisper installed successfully.');
338
+ console.log('');
339
+ console.log('To launch Superwhisper:');
340
+ console.log(' - Open from Start Menu, or');
341
+ console.log(' - Run: Start-Process superwhisper');
342
+ console.log('');
343
+ console.log('Superwhisper runs in the system tray. The default keyboard shortcut');
344
+ console.log('for voice input is Ctrl+Space.');
345
+ console.log('');
346
+ console.log('On first launch, grant microphone permissions when prompted.');
347
+ }
348
+
349
+ /**
350
+ * Handle Superwhisper installation request from Ubuntu running in WSL.
351
+ *
352
+ * PLATFORM LIMITATION: Superwhisper cannot run in WSL (Windows Subsystem for Linux).
353
+ * It is a graphical application that requires direct access to audio hardware and
354
+ * a native windowing system. WSL does not provide the necessary audio infrastructure
355
+ * or GUI support for Superwhisper.
356
+ *
357
+ * RECOMMENDED APPROACH: Install Superwhisper on the Windows host and use it alongside
358
+ * your WSL environment. Superwhisper runs in the Windows system tray and can insert
359
+ * text into any application, including terminals running WSL sessions.
360
+ *
361
+ * This function installs Superwhisper on the Windows host via PowerShell, providing
362
+ * a functional solution for WSL users.
363
+ *
364
+ * @returns {Promise<void>}
365
+ * @throws {Error} If Windows installation fails
366
+ */
367
+ async function install_ubuntu_wsl() {
368
+ console.log('Detected Ubuntu running in WSL (Windows Subsystem for Linux).');
369
+ console.log('');
370
+ console.log('NOTE: Superwhisper cannot run directly in WSL due to audio/GUI');
371
+ console.log('requirements. Installing on the Windows host instead...');
372
+ console.log('');
373
+
374
+ // Check if Superwhisper is already installed on Windows host
375
+ const checkResult = await shell.exec(
376
+ 'powershell.exe -NoProfile -Command "Test-Path \\"$env:LOCALAPPDATA\\Programs\\superwhisper\\""'
377
+ );
378
+
379
+ if (checkResult.code === 0 && checkResult.stdout.trim().toLowerCase() === 'true') {
380
+ console.log('Superwhisper is already installed on Windows, skipping installation.');
381
+ console.log('');
382
+ console.log('To launch Superwhisper from WSL:');
383
+ console.log(' cmd.exe /c start superwhisper');
384
+ console.log('');
385
+ console.log('Superwhisper runs in the Windows system tray. Press Ctrl+Space to');
386
+ console.log('start dictation. Text will be inserted into your active application,');
387
+ console.log('including WSL terminal windows.');
388
+ return;
389
+ }
390
+
391
+ // Detect Windows architecture from WSL
392
+ console.log('Detecting Windows architecture...');
393
+ const archResult = await shell.exec(
394
+ 'powershell.exe -NoProfile -Command "$env:PROCESSOR_ARCHITECTURE"'
395
+ );
396
+ const architecture = archResult.stdout.trim().toUpperCase();
397
+
398
+ let downloadUrl;
399
+ if (architecture === 'ARM64') {
400
+ console.log('Detected ARM64 architecture.');
401
+ downloadUrl = WINDOWS_DOWNLOAD_URLS.arm64;
402
+ } else {
403
+ console.log('Detected x64 architecture.');
404
+ downloadUrl = WINDOWS_DOWNLOAD_URLS.x64;
405
+ }
406
+
407
+ console.log('Downloading Superwhisper installer to Windows...');
408
+ console.log('This may take a few minutes...');
409
+
410
+ // Download the installer via PowerShell
411
+ const downloadCommand = `
412
+ [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12;
413
+ Invoke-WebRequest -Uri "${downloadUrl}" -OutFile "$env:TEMP\\superwhisper-setup.exe"
414
+ `.trim().replace(/\n/g, ' ');
415
+
416
+ const downloadResult = await shell.exec(
417
+ `powershell.exe -NoProfile -Command "${downloadCommand}"`
418
+ );
419
+
420
+ if (downloadResult.code !== 0) {
421
+ throw new Error(
422
+ 'Failed to download Superwhisper installer.\n' +
423
+ `Output: ${downloadResult.stderr || downloadResult.stdout}\n\n` +
424
+ 'Troubleshooting:\n' +
425
+ ' 1. Open PowerShell on Windows and run:\n' +
426
+ ' Invoke-WebRequest -Uri "https://fresh.superwhisper.com/download/installer/windows/x64" -OutFile "$env:TEMP\\superwhisper-setup.exe"\n' +
427
+ ' Start-Process "$env:TEMP\\superwhisper-setup.exe"\n' +
428
+ ' 2. Or download manually from: https://superwhisper.com/windows'
429
+ );
430
+ }
431
+
432
+ console.log('Download complete. Running installer...');
433
+ console.log('');
434
+ console.log('NOTE: A Windows installer window may appear. Follow the prompts to');
435
+ console.log('complete installation.');
436
+ console.log('');
437
+
438
+ // Run the installer
439
+ const installResult = await shell.exec(
440
+ 'powershell.exe -NoProfile -Command "Start-Process -FilePath \\"$env:TEMP\\superwhisper-setup.exe\\" -Wait"'
441
+ );
442
+
443
+ // Clean up
444
+ await shell.exec(
445
+ 'powershell.exe -NoProfile -Command "Remove-Item \\"$env:TEMP\\superwhisper-setup.exe\\" -Force -ErrorAction SilentlyContinue"'
446
+ );
447
+
448
+ // Verify installation
449
+ const verifyResult = await shell.exec(
450
+ 'powershell.exe -NoProfile -Command "Test-Path \\"$env:LOCALAPPDATA\\Programs\\superwhisper\\""'
451
+ );
452
+
453
+ if (verifyResult.stdout.trim().toLowerCase() !== 'true') {
454
+ console.log('');
455
+ console.log('Installation was not completed or may have been cancelled.');
456
+ console.log('');
457
+ console.log('To install manually from Windows:');
458
+ console.log(' 1. Visit: https://superwhisper.com/windows');
459
+ console.log(' 2. Download and run the installer');
460
+ return;
461
+ }
462
+
463
+ console.log('Superwhisper installed successfully on Windows.');
464
+ console.log('');
465
+ console.log('To launch Superwhisper from WSL:');
466
+ console.log(' cmd.exe /c start superwhisper');
467
+ console.log('');
468
+ console.log('Superwhisper runs in the Windows system tray. Press Ctrl+Space');
469
+ console.log('to start dictation. Text will be inserted into your active');
470
+ console.log('application, including WSL terminal windows.');
471
+ console.log('');
472
+ console.log('TIP: Add an alias to ~/.bashrc for convenience:');
473
+ console.log(' echo \'alias superwhisper="cmd.exe /c start superwhisper"\' >> ~/.bashrc');
474
+ }
475
+
476
+ /**
477
+ * Install Superwhisper from Git Bash on Windows.
478
+ *
479
+ * Git Bash runs within Windows, so this function installs Superwhisper on the
480
+ * Windows host using direct download via PowerShell interop.
481
+ *
482
+ * IMPORTANT: Superwhisper is not available in Chocolatey or winget, so we must
483
+ * download directly from the official website.
484
+ *
485
+ * Prerequisites:
486
+ * - Windows 10 or Windows 11 (64-bit or ARM64)
487
+ * - Git Bash installed (comes with Git for Windows)
488
+ * - Active internet connection for download
489
+ *
490
+ * @returns {Promise<void>}
491
+ * @throws {Error} If download or installation fails
492
+ */
493
+ async function install_gitbash() {
494
+ console.log('Detected Git Bash on Windows.');
495
+ console.log('Installing Superwhisper on the Windows host...');
496
+ console.log('');
497
+
498
+ // Check if Superwhisper is already installed
499
+ const checkResult = await shell.exec(
500
+ 'powershell.exe -NoProfile -Command "Test-Path \\"$env:LOCALAPPDATA\\Programs\\superwhisper\\""'
501
+ );
502
+
503
+ if (checkResult.code === 0 && checkResult.stdout.trim().toLowerCase() === 'true') {
504
+ console.log('Superwhisper is already installed, skipping installation.');
505
+ console.log('');
506
+ console.log('To launch Superwhisper:');
507
+ console.log(' cmd //c start superwhisper');
508
+ return;
509
+ }
510
+
511
+ // Detect system architecture
512
+ console.log('Detecting system architecture...');
513
+ const archResult = await shell.exec(
514
+ 'powershell.exe -NoProfile -Command "$env:PROCESSOR_ARCHITECTURE"'
515
+ );
516
+ const architecture = archResult.stdout.trim().toUpperCase();
517
+
518
+ let downloadUrl;
519
+ if (architecture === 'ARM64') {
520
+ console.log('Detected ARM64 architecture.');
521
+ downloadUrl = WINDOWS_DOWNLOAD_URLS.arm64;
522
+ } else {
523
+ console.log('Detected x64 architecture.');
524
+ downloadUrl = WINDOWS_DOWNLOAD_URLS.x64;
525
+ }
526
+
527
+ console.log('Downloading Superwhisper installer...');
528
+ console.log('This may take a few minutes...');
529
+
530
+ // Download the installer via PowerShell
531
+ const downloadCommand = `
532
+ [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12;
533
+ Invoke-WebRequest -Uri "${downloadUrl}" -OutFile "$env:TEMP\\superwhisper-setup.exe"
534
+ `.trim().replace(/\n/g, ' ');
535
+
536
+ const downloadResult = await shell.exec(
537
+ `powershell.exe -NoProfile -Command "${downloadCommand}"`
538
+ );
539
+
540
+ if (downloadResult.code !== 0) {
541
+ throw new Error(
542
+ 'Failed to download Superwhisper installer.\n' +
543
+ `Output: ${downloadResult.stderr || downloadResult.stdout}\n\n` +
544
+ 'Troubleshooting:\n' +
545
+ ' 1. Check your internet connection\n' +
546
+ ' 2. Open PowerShell and run:\n' +
547
+ ' Invoke-WebRequest -Uri "https://fresh.superwhisper.com/download/installer/windows/x64" -OutFile "$env:TEMP\\superwhisper-setup.exe"\n' +
548
+ ' Start-Process "$env:TEMP\\superwhisper-setup.exe"\n' +
549
+ ' 3. Or download manually from: https://superwhisper.com/windows'
550
+ );
551
+ }
552
+
553
+ console.log('Download complete. Running installer...');
554
+ console.log('');
555
+ console.log('NOTE: The installer window may appear. Follow the prompts to complete');
556
+ console.log('installation.');
557
+ console.log('');
558
+
559
+ // Run the installer
560
+ const installResult = await shell.exec(
561
+ 'powershell.exe -NoProfile -Command "Start-Process -FilePath \\"$env:TEMP\\superwhisper-setup.exe\\" -Wait"'
562
+ );
563
+
564
+ // Clean up
565
+ await shell.exec(
566
+ 'powershell.exe -NoProfile -Command "Remove-Item \\"$env:TEMP\\superwhisper-setup.exe\\" -Force -ErrorAction SilentlyContinue"'
567
+ );
568
+
569
+ // Verify installation
570
+ const verifyResult = await shell.exec(
571
+ 'powershell.exe -NoProfile -Command "Test-Path \\"$env:LOCALAPPDATA\\Programs\\superwhisper\\""'
572
+ );
573
+
574
+ if (verifyResult.stdout.trim().toLowerCase() !== 'true') {
575
+ console.log('');
576
+ console.log('Installation was not completed or may have been cancelled.');
577
+ console.log('');
578
+ console.log('To install manually:');
579
+ console.log(' 1. Visit: https://superwhisper.com/windows');
580
+ console.log(' 2. Download and run the installer');
581
+ return;
582
+ }
583
+
584
+ console.log('Superwhisper installed successfully.');
585
+ console.log('');
586
+ console.log('To launch Superwhisper from Git Bash:');
587
+ console.log(' cmd //c start superwhisper');
588
+ console.log('');
589
+ console.log('Superwhisper runs in the system tray. The default keyboard shortcut');
590
+ console.log('for voice input is Ctrl+Space.');
591
+ }
592
+
593
+ /**
594
+ * Check if Superwhisper is installed on the current platform.
595
+ *
596
+ * This function performs platform-specific checks to determine if Superwhisper
597
+ * is already installed on the system.
598
+ *
599
+ * @returns {Promise<boolean>} True if Superwhisper is installed, false otherwise
600
+ */
601
+ async function isInstalled() {
602
+ const platform = os.detect();
603
+
604
+ if (platform.type === 'macos') {
605
+ return isSuperwhisperInstalledMacOS();
606
+ }
607
+
608
+ if (platform.type === 'windows' || platform.type === 'gitbash' || platform.type === 'wsl') {
609
+ // Check for Windows installation path
610
+ const result = await shell.exec(
611
+ 'powershell.exe -NoProfile -Command "Test-Path \\"$env:LOCALAPPDATA\\Programs\\superwhisper\\""'
612
+ );
613
+ return result.code === 0 && result.stdout.trim().toLowerCase() === 'true';
614
+ }
615
+
616
+ // Superwhisper is not available on Linux platforms
617
+ return false;
618
+ }
619
+
620
+ /**
621
+ * Check if this installer is supported on the current platform.
622
+ * Superwhisper is only available for macOS, Windows, WSL (installs on Windows), and Git Bash.
623
+ * @returns {boolean} True if installation is supported on this platform
624
+ */
625
+ function isEligible() {
626
+ const platform = os.detect();
627
+ const supportedPlatforms = ['macos', 'wsl', 'windows', 'gitbash'];
628
+ if (!supportedPlatforms.includes(platform.type)) {
629
+ return false;
630
+ }
631
+ if (REQUIRES_DESKTOP && !os.isDesktopAvailable()) {
632
+ return false;
633
+ }
634
+ return true;
635
+ }
636
+
637
+ /**
638
+ * Main installation entry point.
639
+ *
640
+ * Detects the current platform and runs the appropriate installer function.
641
+ * Handles platform-specific mappings to ensure all supported platforms have
642
+ * appropriate installation logic.
643
+ *
644
+ * Supported platforms:
645
+ * - macOS: Superwhisper Desktop via Homebrew cask
646
+ * - Windows: Superwhisper Desktop via direct download
647
+ * - Git Bash: Installs Superwhisper on Windows host via direct download
648
+ *
649
+ * Unsupported platforms (returns graceful message):
650
+ * - Ubuntu/Debian: Superwhisper is not available for Linux
651
+ * - Raspberry Pi OS: Superwhisper is not available for ARM Linux
652
+ * - Amazon Linux/RHEL: Superwhisper is not available for Linux
653
+ * - WSL: Installs on Windows host instead (Superwhisper cannot run in WSL)
12
654
  *
13
655
  * @returns {Promise<void>}
14
656
  */
15
657
  async function install() {
16
658
  const platform = os.detect();
17
659
 
18
- switch (platform.type) {
19
- case 'macos':
20
- // TODO: Implement macOS installation
21
- break;
22
- case 'debian':
23
- // TODO: Implement Debian/Ubuntu installation
24
- break;
25
- case 'rhel':
26
- // TODO: Implement RHEL/Amazon Linux installation
27
- break;
28
- case 'windows-wsl':
29
- // TODO: Implement WSL installation
30
- break;
31
- case 'windows':
32
- // TODO: Implement Windows installation
33
- break;
34
- default:
35
- console.error(`Unsupported platform: ${platform.type}`);
36
- process.exit(1);
37
- }
38
- }
39
-
40
- module.exports = { install };
660
+ // Map platform types to their installer functions
661
+ // This mapping handles aliases and variations
662
+ const installers = {
663
+ 'macos': install_macos,
664
+ 'ubuntu': install_ubuntu,
665
+ 'debian': install_ubuntu,
666
+ 'wsl': install_ubuntu_wsl,
667
+ 'raspbian': install_raspbian,
668
+ 'amazon_linux': install_amazon_linux,
669
+ 'rhel': install_amazon_linux,
670
+ 'fedora': install_amazon_linux,
671
+ 'windows': install_windows,
672
+ 'gitbash': install_gitbash
673
+ };
674
+
675
+ const installer = installers[platform.type];
676
+
677
+ if (!installer) {
678
+ console.log(`Superwhisper is not available for ${platform.type}.`);
679
+ return;
680
+ }
681
+
682
+ await installer();
683
+ }
684
+
685
+ // Export all functions for use as a module and for testing
686
+ module.exports = {
687
+ REQUIRES_DESKTOP,
688
+ install,
689
+ isInstalled,
690
+ isEligible,
691
+ install_macos,
692
+ install_ubuntu,
693
+ install_ubuntu_wsl,
694
+ install_raspbian,
695
+ install_amazon_linux,
696
+ install_windows,
697
+ install_gitbash
698
+ };
41
699
 
700
+ // Allow direct execution: node superwhisper.js
42
701
  if (require.main === module) {
43
- install();
702
+ install().catch(err => {
703
+ console.error(err.message);
704
+ process.exit(1);
705
+ });
44
706
  }