@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
@@ -1,44 +1,798 @@
1
1
  #!/usr/bin/env node
2
2
 
3
3
  /**
4
- * @fileoverview Install Termius.
4
+ * @fileoverview Install Termius SSH Client.
5
5
  * @module installs/termius
6
+ *
7
+ * Termius is a modern SSH client designed for productivity and collaboration.
8
+ * It enables secure connections to Linux servers, IoT devices, Docker containers,
9
+ * virtual machines, Raspberry Pi devices, and cloud instances. Termius provides
10
+ * a multi-tab interface with split-view support, encrypted credential storage
11
+ * using AES-256 encryption, and cross-device synchronization for hosts, keys,
12
+ * and settings.
13
+ *
14
+ * Key features include:
15
+ * - SSH, Mosh, Telnet, Port Forwarding, and SFTP support
16
+ * - Encrypted vault for storing credentials and SSH keys
17
+ * - Snippets for frequently used commands and scripts
18
+ * - Team collaboration with secure credential sharing
19
+ * - Biometric authentication (Windows Hello, Touch ID, Face ID)
20
+ *
21
+ * This installer provides:
22
+ * - Termius Desktop for macOS via Homebrew cask
23
+ * - Termius Desktop for Windows via Chocolatey
24
+ * - Termius Desktop for Ubuntu/Debian via Snap (x86_64 only)
25
+ * - Termius Desktop for Amazon Linux/RHEL via Snap + EPEL (x86_64 only)
26
+ * - Instructions to launch Windows Termius from WSL/Git Bash
27
+ *
28
+ * IMPORTANT PLATFORM NOTES:
29
+ * - Raspberry Pi OS: Termius does not provide native ARM packages. The desktop
30
+ * application is only available for x86_64 architecture. Users should install
31
+ * Termius on another device and use it to connect TO the Raspberry Pi.
32
+ * - Linux: Requires 64-bit x86_64 architecture and a graphical desktop environment.
33
+ * - Amazon Linux: Most EC2 instances run headless; GUI required for Termius.
6
34
  */
7
35
 
8
36
  const os = require('../utils/common/os');
37
+ const shell = require('../utils/common/shell');
38
+ const brew = require('../utils/macos/brew');
39
+ const macosApps = require('../utils/macos/apps');
40
+ const snap = require('../utils/ubuntu/snap');
41
+ const choco = require('../utils/windows/choco');
42
+
43
+ /**
44
+ * Whether this installer requires a desktop environment to function.
45
+ * Termius is a GUI SSH client application.
46
+ */
47
+ const REQUIRES_DESKTOP = true;
48
+
49
+ /**
50
+ * The Homebrew cask name for Termius on macOS.
51
+ * This installs the full desktop application to /Applications.
52
+ */
53
+ const HOMEBREW_CASK_NAME = 'termius';
54
+
55
+ /**
56
+ * The Chocolatey package name for Termius on Windows.
57
+ */
58
+ const CHOCO_PACKAGE_NAME = 'termius';
59
+
60
+ /**
61
+ * The Snap package name for Termius on Ubuntu/Debian and Amazon Linux.
62
+ * Note: The snap is named 'termius-app', not just 'termius'.
63
+ */
64
+ const SNAP_PACKAGE_NAME = 'termius-app';
65
+
66
+ /**
67
+ * The macOS application name (as it appears in /Applications).
68
+ */
69
+ const MACOS_APP_NAME = 'Termius';
70
+
71
+ /**
72
+ * Check if Termius Desktop application is installed on macOS.
73
+ *
74
+ * Looks for Termius.app in /Applications or ~/Applications.
75
+ * This is more reliable than checking for a CLI command since Termius
76
+ * on macOS is a GUI application without a command-line entry point.
77
+ *
78
+ * @returns {boolean} True if Termius.app exists, false otherwise
79
+ */
80
+ function isTermiusInstalledMacOS() {
81
+ return macosApps.isAppInstalled(MACOS_APP_NAME);
82
+ }
83
+
84
+ /**
85
+ * Check if the termius-app command is available in PATH on Linux systems.
86
+ *
87
+ * After Snap installation, the 'termius-app' command should be available.
88
+ * This is the primary way to check for Snap-based Termius installations.
89
+ *
90
+ * @returns {boolean} True if termius-app command exists, false otherwise
91
+ */
92
+ function isTermiusCommandAvailable() {
93
+ return shell.commandExists('termius-app');
94
+ }
95
+
96
+ /**
97
+ * Install Termius Desktop on macOS using Homebrew cask.
98
+ *
99
+ * Prerequisites:
100
+ * - macOS 10.15 (Catalina) or later
101
+ * - Homebrew package manager installed
102
+ * - At least 300 MB free disk space
103
+ * - Apple Silicon (M1/M2/M3/M4) or Intel processor
104
+ *
105
+ * The installation uses the Homebrew cask 'termius' which downloads and installs
106
+ * the Termius desktop application to /Applications/Termius.app.
107
+ *
108
+ * NOTE: After installation, Termius must be launched manually. On first launch,
109
+ * it will prompt you to sign in or create an account for cross-device sync.
110
+ *
111
+ * @returns {Promise<void>}
112
+ * @throws {Error} If Homebrew is not installed or installation fails
113
+ */
114
+ async function install_macos() {
115
+ console.log('Checking if Termius is already installed...');
116
+
117
+ // Check if Termius.app already exists in Applications
118
+ if (isTermiusInstalledMacOS()) {
119
+ const version = macosApps.getAppVersion(MACOS_APP_NAME);
120
+ if (version) {
121
+ console.log(`Termius ${version} is already installed, skipping installation.`);
122
+ } else {
123
+ console.log('Termius is already installed, skipping installation.');
124
+ }
125
+ return;
126
+ }
127
+
128
+ // Also check if the cask is installed via Homebrew (may be in different location)
129
+ const caskInstalled = await brew.isCaskInstalled(HOMEBREW_CASK_NAME);
130
+ if (caskInstalled) {
131
+ console.log('Termius is already installed via Homebrew, skipping installation.');
132
+ console.log('');
133
+ console.log('You can launch Termius from Applications or run: open -a Termius');
134
+ return;
135
+ }
136
+
137
+ // Verify Homebrew is available before attempting installation
138
+ if (!brew.isInstalled()) {
139
+ throw new Error(
140
+ 'Homebrew is not installed. Please install Homebrew first using:\n' +
141
+ ' dev install homebrew\n' +
142
+ 'Then retry installing Termius.'
143
+ );
144
+ }
145
+
146
+ console.log('Installing Termius via Homebrew...');
147
+
148
+ // Install Termius cask with quiet flag for cleaner automation output
149
+ const result = await shell.exec('brew install --quiet --cask termius');
150
+
151
+ if (result.code !== 0) {
152
+ throw new Error(
153
+ `Failed to install Termius via Homebrew.\n` +
154
+ `Output: ${result.stderr || result.stdout}\n\n` +
155
+ `Troubleshooting:\n` +
156
+ ` 1. Run 'brew update && brew cleanup' and retry\n` +
157
+ ` 2. Check if macOS version is 10.15 (Catalina) or later\n` +
158
+ ` 3. Try manual installation: brew reinstall --cask termius`
159
+ );
160
+ }
161
+
162
+ // Verify installation succeeded by checking for the app bundle
163
+ if (!isTermiusInstalledMacOS()) {
164
+ throw new Error(
165
+ 'Installation command completed but Termius.app was not found in Applications.\n\n' +
166
+ 'Please try:\n' +
167
+ ' 1. Check /Applications for Termius.app\n' +
168
+ ' 2. Run: brew reinstall --cask termius'
169
+ );
170
+ }
171
+
172
+ console.log('Termius installed successfully.');
173
+ console.log('');
174
+ console.log('To launch Termius:');
175
+ console.log(' - Open from Applications folder, or');
176
+ console.log(' - Run: open -a Termius');
177
+ console.log('');
178
+ console.log('On first launch, you will be prompted to sign in or create an account.');
179
+ console.log('Creating an account enables syncing hosts and settings across devices.');
180
+ }
181
+
182
+ /**
183
+ * Install Termius on Ubuntu/Debian using Snap.
184
+ *
185
+ * Prerequisites:
186
+ * - Ubuntu 16.04 LTS or later, or Debian 10 (Buster) or later
187
+ * - 64-bit x86_64 architecture (ARM is not supported)
188
+ * - sudo privileges
189
+ * - Snap package manager (pre-installed on Ubuntu 16.04+)
190
+ * - At least 300 MB free disk space
191
+ * - X11 or Wayland display server for GUI
192
+ *
193
+ * The installation uses the Snap package 'termius-app' which is the official
194
+ * recommended installation method for Termius on Linux. Snap automatically
195
+ * handles all dependencies and provides sandboxed execution.
196
+ *
197
+ * IMPORTANT: Termius Snap is only available for x86_64 architecture. ARM-based
198
+ * systems (including Raspberry Pi) are not supported for the desktop application.
199
+ *
200
+ * @returns {Promise<void>}
201
+ * @throws {Error} If architecture is not supported or installation fails
202
+ */
203
+ async function install_ubuntu() {
204
+ console.log('Checking if Termius is already installed...');
205
+
206
+ // Check if Termius is already installed via Snap
207
+ const isInstalled = await snap.isSnapInstalled(SNAP_PACKAGE_NAME);
208
+ if (isInstalled) {
209
+ const version = await snap.getSnapVersion(SNAP_PACKAGE_NAME);
210
+ if (version) {
211
+ console.log(`Termius ${version} is already installed via Snap, skipping installation.`);
212
+ } else {
213
+ console.log('Termius is already installed via Snap, skipping installation.');
214
+ }
215
+ return;
216
+ }
217
+
218
+ // Also check if termius-app command exists (could be installed another way)
219
+ if (isTermiusCommandAvailable()) {
220
+ console.log('Termius is already installed, skipping installation.');
221
+ return;
222
+ }
223
+
224
+ // Verify architecture - Termius Snap only supports x86_64
225
+ const archResult = await shell.exec('uname -m');
226
+ const arch = archResult.stdout.trim();
227
+ if (arch !== 'x86_64') {
228
+ console.log(`Termius is not available for ${arch} architecture.`);
229
+ console.log('');
230
+ console.log('Termius requires 64-bit x86_64 architecture for the native desktop app.');
231
+ console.log('Consider installing Termius on another device to connect to this system.');
232
+ return;
233
+ }
234
+
235
+ // Verify Snap is available before attempting installation
236
+ if (!snap.isInstalled()) {
237
+ throw new Error(
238
+ 'Snap package manager is not installed.\n\n' +
239
+ 'On Ubuntu, Snap should be pre-installed. If not, install it with:\n' +
240
+ ' sudo apt-get update && sudo apt-get install -y snapd\n' +
241
+ ' sudo systemctl enable --now snapd.socket\n\n' +
242
+ 'Then log out and back in, and retry installing Termius.'
243
+ );
244
+ }
245
+
246
+ console.log('Installing Termius via Snap...');
247
+ console.log('This may take a few minutes...');
248
+
249
+ // Install Termius via Snap (no classic confinement needed)
250
+ const result = await snap.install(SNAP_PACKAGE_NAME);
251
+
252
+ if (!result.success) {
253
+ throw new Error(
254
+ `Failed to install Termius via Snap.\n` +
255
+ `Output: ${result.output}\n\n` +
256
+ `Troubleshooting:\n` +
257
+ ` 1. Ensure snapd is running: sudo systemctl start snapd\n` +
258
+ ` 2. Check architecture: uname -m (must be x86_64)\n` +
259
+ ` 3. Try manual installation: sudo snap install termius-app`
260
+ );
261
+ }
262
+
263
+ // Verify installation succeeded
264
+ const verifyInstalled = await snap.isSnapInstalled(SNAP_PACKAGE_NAME);
265
+ if (!verifyInstalled) {
266
+ throw new Error(
267
+ 'Installation command completed but Termius was not found.\n\n' +
268
+ 'Please try:\n' +
269
+ ' 1. Run: snap list termius-app\n' +
270
+ ' 2. Retry: sudo snap install termius-app'
271
+ );
272
+ }
273
+
274
+ const version = await snap.getSnapVersion(SNAP_PACKAGE_NAME);
275
+ console.log(`Termius ${version || ''} installed successfully.`);
276
+ console.log('');
277
+ console.log('To launch Termius:');
278
+ console.log(' - Run: termius-app &');
279
+ console.log(' - Or find Termius in your application menu');
280
+ console.log('');
281
+ console.log('On first launch, you will be prompted to sign in or create an account.');
282
+ console.log('Creating an account enables syncing hosts and settings across devices.');
283
+ }
284
+
285
+ /**
286
+ * Install Termius on Raspberry Pi OS.
287
+ *
288
+ * PLATFORM LIMITATION: Termius does not provide native ARM packages for the
289
+ * desktop application. The Termius Snap package and desktop application are
290
+ * only available for x86_64 architecture. Raspberry Pi devices use ARM
291
+ * processors (armhf or aarch64), which are not supported.
292
+ *
293
+ * Termius is primarily designed as a client TO connect to Raspberry Pi and
294
+ * other ARM devices, not to run ON them directly.
295
+ *
296
+ * This function gracefully informs the user that Termius is not available for
297
+ * Raspberry Pi OS without throwing an error or suggesting alternatives.
298
+ *
299
+ * @returns {Promise<void>}
300
+ */
301
+ async function install_raspbian() {
302
+ console.log('Termius is not available for Raspberry Pi OS.');
303
+ }
304
+
305
+ /**
306
+ * Install Termius on Amazon Linux/RHEL using Snap.
307
+ *
308
+ * Prerequisites:
309
+ * - Amazon Linux 2023, Amazon Linux 2, RHEL 8/9, or Fedora (64-bit x86_64)
310
+ * - sudo privileges
311
+ * - Graphical desktop environment (required for Termius GUI)
312
+ * - At least 300 MB free disk space
313
+ *
314
+ * IMPORTANT: Amazon Linux EC2 instances typically run headless (no GUI).
315
+ * If you are running a headless server, install Termius on your local
316
+ * workstation and use it to connect to your Amazon Linux instances.
317
+ *
318
+ * This function:
319
+ * 1. Checks architecture (must be x86_64)
320
+ * 2. Installs snapd if not already present (via EPEL for Amazon Linux 2)
321
+ * 3. Enables and starts the snapd service
322
+ * 4. Installs Termius via Snap
323
+ *
324
+ * @returns {Promise<void>}
325
+ * @throws {Error} If installation fails
326
+ */
327
+ async function install_amazon_linux() {
328
+ console.log('Checking if Termius is already installed...');
329
+
330
+ // Check if Termius is already installed via Snap
331
+ const snapInstalled = await snap.isSnapInstalled(SNAP_PACKAGE_NAME);
332
+ if (snapInstalled) {
333
+ const version = await snap.getSnapVersion(SNAP_PACKAGE_NAME);
334
+ if (version) {
335
+ console.log(`Termius ${version} is already installed via Snap, skipping installation.`);
336
+ } else {
337
+ console.log('Termius is already installed via Snap, skipping installation.');
338
+ }
339
+ return;
340
+ }
341
+
342
+ // Also check if termius-app command exists
343
+ if (isTermiusCommandAvailable()) {
344
+ console.log('Termius is already installed, skipping installation.');
345
+ return;
346
+ }
347
+
348
+ // Verify architecture - Termius only supports x86_64
349
+ const archResult = await shell.exec('uname -m');
350
+ const arch = archResult.stdout.trim();
351
+ if (arch !== 'x86_64') {
352
+ console.log(`Termius is not available for ${arch} architecture.`);
353
+ console.log('');
354
+ console.log('Termius requires 64-bit x86_64 architecture for the native desktop app.');
355
+ return;
356
+ }
357
+
358
+ // Detect package manager (dnf for AL2023/RHEL8+/Fedora, yum for AL2)
359
+ const hasDnf = shell.commandExists('dnf');
360
+ const hasYum = shell.commandExists('yum');
361
+ const packageManager = hasDnf ? 'dnf' : (hasYum ? 'yum' : null);
362
+
363
+ if (!packageManager) {
364
+ throw new Error(
365
+ 'Neither dnf nor yum package manager found.\n' +
366
+ 'This installer supports Amazon Linux 2023 (dnf) and Amazon Linux 2 (yum).'
367
+ );
368
+ }
369
+
370
+ console.log(`Detected package manager: ${packageManager}`);
371
+
372
+ // Check if snapd is installed, if not, install it
373
+ if (!snap.isInstalled()) {
374
+ console.log('Snap is not installed. Installing snapd...');
375
+
376
+ // For Amazon Linux 2, we need to enable EPEL first
377
+ if (packageManager === 'yum') {
378
+ console.log('Enabling EPEL repository for Amazon Linux 2...');
379
+ const epelResult = await shell.exec('sudo amazon-linux-extras install -y epel');
380
+ if (epelResult.code !== 0) {
381
+ throw new Error(
382
+ 'Failed to enable EPEL repository.\n' +
383
+ 'Error: ' + epelResult.stderr + '\n\n' +
384
+ 'Try manually: sudo amazon-linux-extras install -y epel'
385
+ );
386
+ }
387
+ }
388
+
389
+ // Install snapd
390
+ console.log('Installing snapd...');
391
+ const snapdResult = await shell.exec(`sudo ${packageManager} install -y snapd`);
392
+ if (snapdResult.code !== 0) {
393
+ throw new Error(
394
+ 'Failed to install snapd.\n' +
395
+ 'Error: ' + snapdResult.stderr + '\n\n' +
396
+ `Try manually: sudo ${packageManager} install -y snapd`
397
+ );
398
+ }
399
+
400
+ // Enable and start snapd socket
401
+ console.log('Enabling snapd service...');
402
+ const enableResult = await shell.exec('sudo systemctl enable --now snapd.socket');
403
+ if (enableResult.code !== 0) {
404
+ console.log('Warning: Could not enable snapd.socket. You may need to reboot.');
405
+ }
406
+
407
+ // Create the /snap symbolic link if it does not exist
408
+ const linkResult = await shell.exec('sudo ln -sf /var/lib/snapd/snap /snap');
409
+ if (linkResult.code !== 0) {
410
+ console.log('Warning: Could not create /snap symlink.');
411
+ }
412
+
413
+ console.log('');
414
+ console.log('NOTE: You may need to log out and back in (or reboot) for snap');
415
+ console.log('to be available in your PATH before proceeding.');
416
+ console.log('');
417
+ }
418
+
419
+ console.log('Installing Termius via Snap...');
420
+ console.log('This may take a few minutes...');
421
+
422
+ // Install Termius via Snap
423
+ const result = await snap.install(SNAP_PACKAGE_NAME);
424
+
425
+ if (!result.success) {
426
+ throw new Error(
427
+ `Failed to install Termius via Snap.\n` +
428
+ `Output: ${result.output}\n\n` +
429
+ `Troubleshooting:\n` +
430
+ ` 1. Log out and back in, then retry\n` +
431
+ ` 2. Ensure snapd is running: sudo systemctl start snapd\n` +
432
+ ` 3. Try manual installation: sudo snap install termius-app`
433
+ );
434
+ }
435
+
436
+ // Verify installation
437
+ const verifyInstalled = await snap.isSnapInstalled(SNAP_PACKAGE_NAME);
438
+ if (!verifyInstalled) {
439
+ throw new Error(
440
+ 'Installation command completed but Termius was not found.\n\n' +
441
+ 'Please try:\n' +
442
+ ' 1. Log out and back in\n' +
443
+ ' 2. Run: snap list termius-app\n' +
444
+ ' 3. Retry: sudo snap install termius-app'
445
+ );
446
+ }
447
+
448
+ const version = await snap.getSnapVersion(SNAP_PACKAGE_NAME);
449
+ console.log(`Termius ${version || ''} installed successfully.`);
450
+ console.log('');
451
+ console.log('To launch Termius:');
452
+ console.log(' - Run: termius-app &');
453
+ console.log(' - Or find Termius in your application menu');
454
+ console.log('');
455
+ console.log('NOTE: Termius requires a graphical desktop environment.');
456
+ console.log('If running on a headless server, consider installing Termius on');
457
+ console.log('your local workstation and connecting to this server remotely.');
458
+ }
459
+
460
+ /**
461
+ * Install Termius on Windows using Chocolatey.
462
+ *
463
+ * Prerequisites:
464
+ * - Windows 10 or Windows 11 (64-bit)
465
+ * - At least 300 MB free disk space
466
+ * - Administrator PowerShell or Command Prompt
467
+ * - Chocolatey package manager installed
468
+ *
469
+ * The installation uses Chocolatey's 'termius' package which downloads and
470
+ * installs the official Termius desktop application.
471
+ *
472
+ * NOTE: After installation, Termius can be launched from the Start Menu or
473
+ * via the command line with 'Start-Process Termius'.
474
+ *
475
+ * @returns {Promise<void>}
476
+ * @throws {Error} If Chocolatey is not installed or installation fails
477
+ */
478
+ async function install_windows() {
479
+ console.log('Checking if Termius is already installed...');
480
+
481
+ // Check if Termius is already installed via Chocolatey
482
+ const isInstalled = await choco.isPackageInstalled(CHOCO_PACKAGE_NAME);
483
+ if (isInstalled) {
484
+ const version = await choco.getPackageVersion(CHOCO_PACKAGE_NAME);
485
+ if (version) {
486
+ console.log(`Termius ${version} is already installed via Chocolatey, skipping installation.`);
487
+ } else {
488
+ console.log('Termius is already installed via Chocolatey, skipping installation.');
489
+ }
490
+ return;
491
+ }
492
+
493
+ // Verify Chocolatey is available before attempting installation
494
+ if (!choco.isInstalled()) {
495
+ throw new Error(
496
+ 'Chocolatey is not installed. Please install Chocolatey first:\n\n' +
497
+ 'Run the following in an Administrator PowerShell:\n' +
498
+ ' Set-ExecutionPolicy Bypass -Scope Process -Force; ' +
499
+ '[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; ' +
500
+ 'iex ((New-Object System.Net.WebClient).DownloadString(\'https://community.chocolatey.org/install.ps1\'))\n\n' +
501
+ 'Then retry installing Termius.'
502
+ );
503
+ }
504
+
505
+ console.log('Installing Termius via Chocolatey...');
506
+ console.log('This may take a few minutes...');
507
+
508
+ // Install Termius using Chocolatey
509
+ const result = await choco.install(CHOCO_PACKAGE_NAME);
510
+
511
+ if (!result.success) {
512
+ throw new Error(
513
+ `Failed to install Termius via Chocolatey.\n` +
514
+ `Output: ${result.output}\n\n` +
515
+ `Troubleshooting:\n` +
516
+ ` 1. Ensure you are running as Administrator\n` +
517
+ ` 2. Run 'choco list termius' to check availability\n` +
518
+ ` 3. Try manual installation: choco install termius -y`
519
+ );
520
+ }
521
+
522
+ // Verify installation succeeded
523
+ const verifyInstalled = await choco.isPackageInstalled(CHOCO_PACKAGE_NAME);
524
+ if (!verifyInstalled) {
525
+ throw new Error(
526
+ 'Installation command completed but Termius was not found.\n\n' +
527
+ 'Please try:\n' +
528
+ ' 1. Run: choco list termius\n' +
529
+ ' 2. Retry: choco install termius -y'
530
+ );
531
+ }
532
+
533
+ const version = await choco.getPackageVersion(CHOCO_PACKAGE_NAME);
534
+ console.log(`Termius ${version || ''} installed successfully.`);
535
+ console.log('');
536
+ console.log('To launch Termius:');
537
+ console.log(' - Open from Start Menu, or');
538
+ console.log(' - Run: Start-Process "Termius"');
539
+ console.log('');
540
+ console.log('On first launch, you will be prompted to sign in or create an account.');
541
+ console.log('Creating an account enables syncing hosts and settings across devices.');
542
+ }
9
543
 
10
544
  /**
11
- * Install Termius across supported platforms.
545
+ * Install Termius when running from Ubuntu on WSL (Windows Subsystem for Linux).
546
+ *
547
+ * PLATFORM APPROACH: Termius is installed on the Windows host and accessed from
548
+ * WSL using Windows interoperability. This is the recommended approach as Termius
549
+ * is a GUI application best run on the Windows desktop.
550
+ *
551
+ * Prerequisites:
552
+ * - Windows 10 version 2004 or higher, or Windows 11
553
+ * - WSL 2 enabled with Ubuntu distribution installed
554
+ * - Chocolatey installed on Windows for Termius installation
555
+ *
556
+ * This function installs Termius on the Windows host via PowerShell/Chocolatey.
557
+ *
558
+ * @returns {Promise<void>}
559
+ * @throws {Error} If installation on Windows host fails
560
+ */
561
+ async function install_ubuntu_wsl() {
562
+ console.log('Detected Ubuntu running in WSL (Windows Subsystem for Linux).');
563
+ console.log('');
564
+ console.log('Installing Termius on the Windows host...');
565
+ console.log('');
566
+
567
+ // Check if Termius is already available on Windows via Chocolatey
568
+ const slackCheck = await shell.exec('cmd.exe /c "choco list termius --local-only" 2>/dev/null');
569
+ if (slackCheck.code === 0 && slackCheck.stdout.toLowerCase().includes('termius')) {
570
+ console.log('Termius is already installed on Windows, skipping installation.');
571
+ console.log('');
572
+ console.log('To launch Termius from WSL:');
573
+ console.log(' cmd.exe /c start "" "Termius"');
574
+ return;
575
+ }
576
+
577
+ // Check if Chocolatey is available on Windows
578
+ const chocoCheck = await shell.exec('powershell.exe -NoProfile -Command "choco --version"');
579
+ if (chocoCheck.code !== 0) {
580
+ throw new Error(
581
+ 'Chocolatey is not installed on Windows.\n\n' +
582
+ 'Install Chocolatey by running the following in an Administrator PowerShell:\n' +
583
+ ' Set-ExecutionPolicy Bypass -Scope Process -Force; ' +
584
+ '[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; ' +
585
+ 'iex ((New-Object System.Net.WebClient).DownloadString(\'https://community.chocolatey.org/install.ps1\'))\n\n' +
586
+ 'Then retry installing Termius.'
587
+ );
588
+ }
589
+
590
+ console.log('Installing Termius via Chocolatey on Windows...');
591
+ console.log('This may take a few minutes...');
592
+
593
+ // Install via PowerShell using Chocolatey
594
+ const installResult = await shell.exec(
595
+ 'powershell.exe -NoProfile -Command "choco install termius -y"'
596
+ );
597
+
598
+ if (installResult.code !== 0) {
599
+ throw new Error(
600
+ `Failed to install Termius on Windows host.\n` +
601
+ `Output: ${installResult.stdout || installResult.stderr}\n\n` +
602
+ `Troubleshooting:\n` +
603
+ ` 1. Ensure Chocolatey is installed on Windows\n` +
604
+ ` 2. Open an Administrator PowerShell on Windows and run:\n` +
605
+ ` choco install termius -y\n` +
606
+ ` 3. Then launch from WSL with: cmd.exe /c start "" "Termius"`
607
+ );
608
+ }
609
+
610
+ console.log('Termius installed successfully on Windows.');
611
+ console.log('');
612
+ console.log('To launch Termius from WSL:');
613
+ console.log(' cmd.exe /c start "" "Termius"');
614
+ console.log('');
615
+ console.log('TIP: Add an alias to ~/.bashrc for convenience:');
616
+ console.log(' echo \'alias termius="cmd.exe /c start \\"\\" \\"Termius\\""\' >> ~/.bashrc');
617
+ }
618
+
619
+ /**
620
+ * Install Termius from Git Bash on Windows.
621
+ *
622
+ * Git Bash runs within Windows, so this function installs Termius on the
623
+ * Windows host using Chocolatey via PowerShell interop.
624
+ *
625
+ * Prerequisites:
626
+ * - Windows 10 or Windows 11 (64-bit)
627
+ * - Git Bash installed (comes with Git for Windows)
628
+ * - Chocolatey package manager installed on Windows
629
+ * - Administrator privileges
630
+ *
631
+ * @returns {Promise<void>}
632
+ * @throws {Error} If installation fails
633
+ */
634
+ async function install_gitbash() {
635
+ console.log('Detected Git Bash on Windows.');
636
+ console.log('Installing Termius on the Windows host...');
637
+ console.log('');
638
+
639
+ // Check if Termius is already installed via Chocolatey
640
+ const termiusCheck = await shell.exec(
641
+ 'powershell.exe -NoProfile -Command "choco list --local-only --exact termius"'
642
+ );
643
+ if (termiusCheck.code === 0 && termiusCheck.stdout.toLowerCase().includes('termius')) {
644
+ console.log('Termius is already installed via Chocolatey, skipping installation.');
645
+ console.log('');
646
+ console.log('To launch Termius from Git Bash:');
647
+ console.log(' start "" "Termius"');
648
+ return;
649
+ }
650
+
651
+ // Check if Chocolatey is available
652
+ const chocoCheck = await shell.exec('powershell.exe -NoProfile -Command "choco --version"');
653
+ if (chocoCheck.code !== 0) {
654
+ throw new Error(
655
+ 'Chocolatey is not installed on Windows.\n\n' +
656
+ 'Install Chocolatey by running the following in an Administrator PowerShell:\n' +
657
+ ' Set-ExecutionPolicy Bypass -Scope Process -Force; ' +
658
+ '[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; ' +
659
+ 'iex ((New-Object System.Net.WebClient).DownloadString(\'https://community.chocolatey.org/install.ps1\'))\n\n' +
660
+ 'Then retry installing Termius.'
661
+ );
662
+ }
663
+
664
+ console.log('Installing Termius via Chocolatey...');
665
+ console.log('This may take a few minutes...');
666
+
667
+ // Install via PowerShell using Chocolatey
668
+ const installResult = await shell.exec(
669
+ 'powershell.exe -NoProfile -Command "choco install termius -y"'
670
+ );
671
+
672
+ if (installResult.code !== 0) {
673
+ throw new Error(
674
+ `Failed to install Termius.\n` +
675
+ `Output: ${installResult.stdout || installResult.stderr}\n\n` +
676
+ `Troubleshooting:\n` +
677
+ ` 1. Ensure Chocolatey is installed on Windows\n` +
678
+ ` 2. Run Git Bash as Administrator and retry\n` +
679
+ ` 3. Try installing directly from PowerShell:\n` +
680
+ ` choco install termius -y`
681
+ );
682
+ }
683
+
684
+ console.log('Termius installed successfully.');
685
+ console.log('');
686
+ console.log('To launch Termius from Git Bash:');
687
+ console.log(' start "" "Termius"');
688
+ console.log('');
689
+ console.log('Or use the explicit Windows command:');
690
+ console.log(' cmd //c "start \\"\\" \\"Termius\\""');
691
+ }
692
+
693
+ /**
694
+ * Check if Termius is installed on the current system.
695
+ * @returns {Promise<boolean>} True if Termius is installed
696
+ */
697
+ async function isInstalled() {
698
+ const platform = os.detect();
699
+ if (platform.type === 'macos') {
700
+ return brew.isCaskInstalled(HOMEBREW_CASK_NAME);
701
+ }
702
+ if (platform.type === 'windows') {
703
+ return choco.isPackageInstalled(CHOCO_PACKAGE_NAME);
704
+ }
705
+ if (['ubuntu', 'debian', 'amazon_linux', 'fedora', 'rhel'].includes(platform.type)) {
706
+ return snap.isSnapInstalled(SNAP_PACKAGE_NAME);
707
+ }
708
+ return isTermiusCommandAvailable();
709
+ }
710
+
711
+ /**
712
+ * Check if this installer is supported on the current platform.
713
+ * Termius is not available for Raspberry Pi (ARM architecture not supported).
714
+ * @returns {boolean} True if installation is supported on this platform
715
+ */
716
+ function isEligible() {
717
+ const platform = os.detect();
718
+ const supportedPlatforms = ['macos', 'ubuntu', 'debian', 'wsl', 'amazon_linux', 'rhel', 'fedora', 'windows', 'gitbash'];
719
+ if (!supportedPlatforms.includes(platform.type)) {
720
+ return false;
721
+ }
722
+ if (REQUIRES_DESKTOP && !os.isDesktopAvailable()) {
723
+ return false;
724
+ }
725
+ return true;
726
+ }
727
+
728
+ /**
729
+ * Main installation entry point.
730
+ *
731
+ * Detects the current platform and runs the appropriate installer function.
732
+ * Handles platform-specific mappings to ensure all supported platforms
733
+ * have appropriate installation logic.
734
+ *
735
+ * Supported platforms:
736
+ * - macOS: Termius Desktop via Homebrew cask
737
+ * - Ubuntu/Debian: Termius Desktop via Snap (x86_64 only)
738
+ * - Amazon Linux/RHEL: Termius Desktop via Snap + EPEL (x86_64 only)
739
+ * - Windows: Termius Desktop via Chocolatey
740
+ * - WSL (Ubuntu): Installs Termius on Windows host via Chocolatey
741
+ * - Git Bash: Installs Termius on Windows host via Chocolatey
742
+ *
743
+ * Unsupported platforms:
744
+ * - Raspberry Pi OS: ARM architecture not supported (graceful message)
12
745
  *
13
746
  * @returns {Promise<void>}
14
747
  */
15
748
  async function install() {
16
749
  const platform = os.detect();
17
750
 
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 };
751
+ // Map platform types to their installer functions
752
+ // This mapping handles aliases and variations for different distributions
753
+ const installers = {
754
+ 'macos': install_macos,
755
+ 'ubuntu': install_ubuntu,
756
+ 'debian': install_ubuntu,
757
+ 'wsl': install_ubuntu_wsl,
758
+ 'raspbian': install_raspbian,
759
+ 'amazon_linux': install_amazon_linux,
760
+ 'rhel': install_amazon_linux,
761
+ 'fedora': install_amazon_linux,
762
+ 'windows': install_windows,
763
+ 'gitbash': install_gitbash
764
+ };
765
+
766
+ const installer = installers[platform.type];
767
+
768
+ // If no installer is found for this platform, gracefully inform the user
769
+ if (!installer) {
770
+ console.log(`Termius is not available for ${platform.type}.`);
771
+ return;
772
+ }
773
+
774
+ await installer();
775
+ }
776
+
777
+ // Export all functions for use as a module and for testing
778
+ module.exports = {
779
+ REQUIRES_DESKTOP,
780
+ install,
781
+ isInstalled,
782
+ isEligible,
783
+ install_macos,
784
+ install_ubuntu,
785
+ install_ubuntu_wsl,
786
+ install_raspbian,
787
+ install_amazon_linux,
788
+ install_windows,
789
+ install_gitbash
790
+ };
41
791
 
792
+ // Allow direct execution: node termius.js
42
793
  if (require.main === module) {
43
- install();
794
+ install().catch(err => {
795
+ console.error(err.message);
796
+ process.exit(1);
797
+ });
44
798
  }