@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,745 @@
1
1
  #!/usr/bin/env node
2
2
 
3
3
  /**
4
- * @fileoverview Install Tailscale.
4
+ * @fileoverview Install Tailscale VPN client across supported platforms.
5
5
  * @module installs/tailscale
6
+ *
7
+ * Tailscale is a zero-configuration VPN service built on WireGuard that creates
8
+ * secure mesh networks (called tailnets) between devices. It handles authentication,
9
+ * key exchange, and NAT traversal automatically.
10
+ *
11
+ * This installer provides:
12
+ * - CLI-only Tailscale via Homebrew for macOS (recommended for servers/advanced users)
13
+ * - Tailscale daemon via official install script for Linux (Ubuntu, Raspberry Pi OS)
14
+ * - Tailscale via DNF/YUM for Amazon Linux/RHEL
15
+ * - Tailscale GUI application via Chocolatey for Windows
16
+ * - Windows Tailscale installation from Git Bash via PowerShell
17
+ *
18
+ * IMPORTANT NOTES:
19
+ * - macOS: Installs CLI-only version. For GUI, download from https://tailscale.com/download
20
+ * - After installation, run 'sudo tailscale up' to authenticate with your Tailscale account
21
+ * - WSL: Recommended to install Tailscale on Windows host instead of within WSL
6
22
  */
7
23
 
8
24
  const os = require('../utils/common/os');
25
+ const shell = require('../utils/common/shell');
26
+ const brew = require('../utils/macos/brew');
27
+ const choco = require('../utils/windows/choco');
9
28
 
10
29
  /**
11
- * Install Tailscale across supported platforms.
30
+ * The Homebrew formula name for Tailscale CLI on macOS.
31
+ * @constant {string}
32
+ */
33
+ const HOMEBREW_FORMULA_NAME = 'tailscale';
34
+
35
+ /**
36
+ * The Chocolatey package name for Tailscale on Windows.
37
+ * @constant {string}
38
+ */
39
+ const CHOCO_PACKAGE_NAME = 'tailscale';
40
+
41
+ /**
42
+ * The command used to verify Tailscale installation.
43
+ * @constant {string}
44
+ */
45
+ const TAILSCALE_COMMAND = 'tailscale';
46
+
47
+ /**
48
+ * Check if the Tailscale CLI command is available in the system PATH.
49
+ * This performs a quick check that works across all platforms.
50
+ *
51
+ * Note: The presence of the tailscale command does not guarantee the
52
+ * Tailscale daemon (tailscaled) is running.
53
+ *
54
+ * @returns {boolean} True if the tailscale command is available, false otherwise
55
+ */
56
+ function isTailscaleCommandAvailable() {
57
+ return shell.commandExists(TAILSCALE_COMMAND);
58
+ }
59
+
60
+ /**
61
+ * Get the installed version of Tailscale.
62
+ *
63
+ * Executes 'tailscale --version' to verify Tailscale is properly installed
64
+ * and retrieve the version number.
65
+ *
66
+ * @returns {Promise<string|null>} Tailscale version string (e.g., "1.92.3"), or null if not installed
67
+ */
68
+ async function getTailscaleVersion() {
69
+ if (!isTailscaleCommandAvailable()) {
70
+ return null;
71
+ }
72
+
73
+ const result = await shell.exec('tailscale --version');
74
+ if (result.code === 0 && result.stdout) {
75
+ // Output format: "1.92.3\n tailscale commit: abcdef...\n ..."
76
+ // The version is on the first line
77
+ const firstLine = result.stdout.split('\n')[0].trim();
78
+ // Version should be a semver-like string
79
+ const versionMatch = firstLine.match(/^(\d+\.\d+\.?\d*)/);
80
+ return versionMatch ? versionMatch[1] : firstLine;
81
+ }
82
+ return null;
83
+ }
84
+
85
+ /**
86
+ * Install Tailscale CLI on macOS using Homebrew.
87
+ *
88
+ * This installs the CLI-only version of Tailscale, which is recommended for
89
+ * servers and advanced users who prefer command-line management.
90
+ *
91
+ * Prerequisites:
92
+ * - macOS 12.0 (Monterey) or later
93
+ * - Homebrew package manager installed
94
+ * - Apple Silicon (M1/M2/M3/M4) or Intel processor
95
+ *
96
+ * IMPORTANT: For desktop use with a GUI, download the Standalone variant
97
+ * from https://tailscale.com/download instead. Do not install both the
98
+ * Homebrew CLI and GUI versions as they conflict.
99
+ *
100
+ * After installation:
101
+ * 1. Start the daemon: sudo brew services start tailscale
102
+ * 2. Authenticate: sudo tailscale up
103
+ *
104
+ * @returns {Promise<void>}
105
+ */
106
+ async function install_macos() {
107
+ console.log('Checking if Tailscale is already installed...');
108
+
109
+ // Check if Tailscale is already installed via command availability
110
+ const existingVersion = await getTailscaleVersion();
111
+ if (existingVersion) {
112
+ console.log(`Tailscale ${existingVersion} is already installed, skipping installation.`);
113
+ return;
114
+ }
115
+
116
+ // Also check if the Homebrew formula is installed (daemon may not be running)
117
+ const formulaInstalled = await brew.isFormulaInstalled(HOMEBREW_FORMULA_NAME);
118
+ if (formulaInstalled) {
119
+ console.log('Tailscale is already installed via Homebrew, skipping installation.');
120
+ console.log('');
121
+ console.log('To start Tailscale:');
122
+ console.log(' sudo brew services start tailscale');
123
+ console.log(' sudo tailscale up');
124
+ return;
125
+ }
126
+
127
+ // Verify Homebrew is available
128
+ if (!brew.isInstalled()) {
129
+ console.log('Homebrew is not installed. Please install Homebrew first.');
130
+ console.log('Run: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"');
131
+ return;
132
+ }
133
+
134
+ console.log('Installing Tailscale CLI via Homebrew...');
135
+
136
+ // Install Tailscale formula
137
+ const result = await brew.install(HOMEBREW_FORMULA_NAME);
138
+
139
+ if (!result.success) {
140
+ console.log('Failed to install Tailscale via Homebrew.');
141
+ console.log(result.output);
142
+ return;
143
+ }
144
+
145
+ // Verify installation succeeded
146
+ const version = await getTailscaleVersion();
147
+ if (version) {
148
+ console.log(`Tailscale ${version} installed successfully.`);
149
+ } else {
150
+ console.log('Tailscale installed successfully.');
151
+ }
152
+
153
+ console.log('');
154
+ console.log('IMPORTANT: To complete setup:');
155
+ console.log(' 1. Start the Tailscale daemon:');
156
+ console.log(' sudo brew services start tailscale');
157
+ console.log('');
158
+ console.log(' 2. Connect to your Tailscale network:');
159
+ console.log(' sudo tailscale up');
160
+ console.log('');
161
+ console.log(' 3. Open the authentication URL in your browser to sign in.');
162
+ console.log('');
163
+ console.log('NOTE: This is the CLI-only version. For a GUI, download from:');
164
+ console.log(' https://tailscale.com/download');
165
+ }
166
+
167
+ /**
168
+ * Install Tailscale on Ubuntu/Debian using the official installation script.
169
+ *
170
+ * The official installation script automatically:
171
+ * - Detects your Ubuntu/Debian version
172
+ * - Adds Tailscale's GPG signing key
173
+ * - Configures the APT repository
174
+ * - Installs the tailscale package
175
+ * - Enables and starts the tailscaled service
176
+ *
177
+ * Prerequisites:
178
+ * - Ubuntu 18.04 (Bionic) or later, or Debian 10 (Buster) or later
179
+ * - sudo privileges
180
+ * - curl installed (will be installed if missing)
181
+ *
182
+ * @returns {Promise<void>}
183
+ */
184
+ async function install_ubuntu() {
185
+ console.log('Checking if Tailscale is already installed...');
186
+
187
+ // Check if Tailscale is already installed
188
+ const existingVersion = await getTailscaleVersion();
189
+ if (existingVersion) {
190
+ console.log(`Tailscale ${existingVersion} is already installed, skipping installation.`);
191
+ return;
192
+ }
193
+
194
+ // Ensure curl is installed (required by the installation script)
195
+ if (!shell.commandExists('curl')) {
196
+ console.log('Installing curl (required for Tailscale installation)...');
197
+ const curlResult = await shell.exec('sudo DEBIAN_FRONTEND=noninteractive apt-get update -y && sudo DEBIAN_FRONTEND=noninteractive apt-get install -y curl');
198
+ if (curlResult.code !== 0) {
199
+ console.log('Failed to install curl. Please install curl manually and retry.');
200
+ console.log(curlResult.stderr);
201
+ return;
202
+ }
203
+ }
204
+
205
+ console.log('Installing Tailscale using the official installation script...');
206
+ console.log('This will add the Tailscale APT repository and install the package.');
207
+
208
+ // Run the official Tailscale installation script
209
+ // The script handles repository setup, package installation, and service configuration
210
+ const installResult = await shell.exec('curl -fsSL https://tailscale.com/install.sh | sh');
211
+
212
+ if (installResult.code !== 0) {
213
+ console.log('Failed to install Tailscale.');
214
+ console.log(installResult.stderr || installResult.stdout);
215
+ console.log('');
216
+ console.log('Troubleshooting:');
217
+ console.log(' 1. Ensure you have internet connectivity');
218
+ console.log(' 2. Verify curl is installed: which curl');
219
+ console.log(' 3. Try running the install script manually:');
220
+ console.log(' curl -fsSL https://tailscale.com/install.sh | sh');
221
+ return;
222
+ }
223
+
224
+ // Verify installation succeeded
225
+ const version = await getTailscaleVersion();
226
+ if (version) {
227
+ console.log(`Tailscale ${version} installed successfully.`);
228
+ } else {
229
+ console.log('Tailscale installed successfully.');
230
+ }
231
+
232
+ console.log('');
233
+ console.log('To connect to your Tailscale network:');
234
+ console.log(' sudo tailscale up');
235
+ console.log('');
236
+ console.log('Open the authentication URL in your browser to sign in.');
237
+ }
238
+
239
+ /**
240
+ * Install Tailscale on Raspberry Pi OS using the official installation script.
241
+ *
242
+ * The installation script automatically detects Raspberry Pi OS and configures
243
+ * the appropriate repository for your architecture (64-bit or 32-bit).
244
+ *
245
+ * Prerequisites:
246
+ * - Raspberry Pi OS (32-bit or 64-bit) - Bullseye, Bookworm, or newer
247
+ * - Raspberry Pi 3, 4, or 5 (64-bit capable hardware recommended)
248
+ * - sudo privileges
249
+ * - curl installed
250
+ *
251
+ * NOTE: For always-on Raspberry Pi devices (servers, NAS, IoT), consider
252
+ * disabling key expiry in the Tailscale admin console to prevent automatic
253
+ * disconnection after 180 days.
254
+ *
255
+ * @returns {Promise<void>}
256
+ */
257
+ async function install_raspbian() {
258
+ console.log('Checking if Tailscale is already installed...');
259
+
260
+ // Check if Tailscale is already installed
261
+ const existingVersion = await getTailscaleVersion();
262
+ if (existingVersion) {
263
+ console.log(`Tailscale ${existingVersion} is already installed, skipping installation.`);
264
+ return;
265
+ }
266
+
267
+ // Log architecture information for user awareness
268
+ const archResult = await shell.exec('uname -m');
269
+ const arch = archResult.stdout.trim();
270
+ console.log(`Detected architecture: ${arch}`);
271
+
272
+ // Ensure curl is installed
273
+ if (!shell.commandExists('curl')) {
274
+ console.log('Installing curl (required for Tailscale installation)...');
275
+ const curlResult = await shell.exec('sudo DEBIAN_FRONTEND=noninteractive apt-get update -y && sudo DEBIAN_FRONTEND=noninteractive apt-get install -y curl');
276
+ if (curlResult.code !== 0) {
277
+ console.log('Failed to install curl. Please install curl manually and retry.');
278
+ console.log(curlResult.stderr);
279
+ return;
280
+ }
281
+ }
282
+
283
+ console.log('Installing Tailscale using the official installation script...');
284
+
285
+ // Run the official Tailscale installation script
286
+ const installResult = await shell.exec('curl -fsSL https://tailscale.com/install.sh | sh');
287
+
288
+ if (installResult.code !== 0) {
289
+ console.log('Failed to install Tailscale.');
290
+ console.log(installResult.stderr || installResult.stdout);
291
+ console.log('');
292
+ console.log('Troubleshooting:');
293
+ console.log(' 1. Ensure you have internet connectivity');
294
+ console.log(' 2. If on 32-bit Raspberry Pi OS, ensure your SD card has sufficient space');
295
+ console.log(' 3. Try running the install script manually:');
296
+ console.log(' curl -fsSL https://tailscale.com/install.sh | sh');
297
+ return;
298
+ }
299
+
300
+ // Verify installation succeeded
301
+ const version = await getTailscaleVersion();
302
+ if (version) {
303
+ console.log(`Tailscale ${version} installed successfully.`);
304
+ } else {
305
+ console.log('Tailscale installed successfully.');
306
+ }
307
+
308
+ console.log('');
309
+ console.log('To connect to your Tailscale network:');
310
+ console.log(' sudo tailscale up');
311
+ console.log('');
312
+ console.log('Open the authentication URL in your browser (on any device) to sign in.');
313
+ console.log('');
314
+ console.log('TIP: For always-on Raspberry Pi devices, disable key expiry in the');
315
+ console.log('Tailscale admin console to prevent disconnection after 180 days:');
316
+ console.log(' https://login.tailscale.com/admin/machines');
317
+ }
318
+
319
+ /**
320
+ * Install Tailscale on Amazon Linux/RHEL using DNF or YUM.
321
+ *
322
+ * This function detects whether the system uses DNF (Amazon Linux 2023, RHEL 8/9)
323
+ * or YUM (Amazon Linux 2, RHEL 7) and uses the appropriate package manager.
324
+ *
325
+ * Prerequisites:
326
+ * - Amazon Linux 2023, Amazon Linux 2, RHEL 7/8/9, or CentOS 7/8/9
327
+ * - sudo privileges
328
+ *
329
+ * @returns {Promise<void>}
330
+ */
331
+ async function install_amazon_linux() {
332
+ console.log('Checking if Tailscale is already installed...');
333
+
334
+ // Check if Tailscale is already installed
335
+ const existingVersion = await getTailscaleVersion();
336
+ if (existingVersion) {
337
+ console.log(`Tailscale ${existingVersion} is already installed, skipping installation.`);
338
+ return;
339
+ }
340
+
341
+ // Detect package manager (dnf for AL2023/RHEL8+, yum for AL2/RHEL7)
342
+ const hasDnf = shell.commandExists('dnf');
343
+ const hasYum = shell.commandExists('yum');
344
+ const packageManager = hasDnf ? 'dnf' : (hasYum ? 'yum' : null);
345
+
346
+ if (!packageManager) {
347
+ console.log('Neither dnf nor yum package manager found.');
348
+ console.log('This installer supports Amazon Linux 2023 (dnf) and Amazon Linux 2 (yum),');
349
+ console.log('as well as RHEL/CentOS 7, 8, and 9.');
350
+ return;
351
+ }
352
+
353
+ console.log(`Detected package manager: ${packageManager}`);
354
+ console.log('Installing Tailscale using the official installation script...');
355
+
356
+ // Use the official installation script which handles repository setup
357
+ const installResult = await shell.exec('curl -fsSL https://tailscale.com/install.sh | sh');
358
+
359
+ if (installResult.code !== 0) {
360
+ console.log('Failed to install Tailscale using the installation script.');
361
+ console.log(installResult.stderr || installResult.stdout);
362
+ console.log('');
363
+ console.log('Attempting manual repository setup...');
364
+
365
+ // Fall back to manual installation
366
+ let repoResult;
367
+ if (hasDnf) {
368
+ // Try Amazon Linux 2023 repository first
369
+ repoResult = await shell.exec('sudo dnf config-manager --add-repo https://pkgs.tailscale.com/stable/amazon-linux/2023/tailscale.repo');
370
+ if (repoResult.code !== 0) {
371
+ // Try RHEL repository
372
+ const osVersionResult = await shell.exec('cat /etc/os-release | grep VERSION_ID');
373
+ const versionMatch = osVersionResult.stdout.match(/VERSION_ID="?(\d+)/);
374
+ const version = versionMatch ? versionMatch[1] : '9';
375
+ repoResult = await shell.exec(`sudo dnf config-manager --add-repo https://pkgs.tailscale.com/stable/rhel/${version}/tailscale.repo`);
376
+ }
377
+ } else {
378
+ // YUM-based system (AL2 or RHEL 7)
379
+ await shell.exec('sudo yum install -y yum-utils');
380
+ repoResult = await shell.exec('sudo yum-config-manager --add-repo https://pkgs.tailscale.com/stable/amazon-linux/2/tailscale.repo');
381
+ if (repoResult.code !== 0) {
382
+ repoResult = await shell.exec('sudo yum-config-manager --add-repo https://pkgs.tailscale.com/stable/rhel/7/tailscale.repo');
383
+ }
384
+ }
385
+
386
+ if (repoResult.code !== 0) {
387
+ console.log('Failed to add Tailscale repository.');
388
+ console.log(repoResult.stderr);
389
+ return;
390
+ }
391
+
392
+ // Install Tailscale package
393
+ console.log('Installing Tailscale package...');
394
+ const pkgResult = await shell.exec(`sudo ${packageManager} install -y tailscale`);
395
+ if (pkgResult.code !== 0) {
396
+ console.log('Failed to install Tailscale package.');
397
+ console.log(pkgResult.stderr);
398
+ return;
399
+ }
400
+
401
+ // Enable and start the service
402
+ console.log('Enabling and starting tailscaled service...');
403
+ await shell.exec('sudo systemctl enable --now tailscaled');
404
+ }
405
+
406
+ // Verify installation succeeded
407
+ const version = await getTailscaleVersion();
408
+ if (version) {
409
+ console.log(`Tailscale ${version} installed successfully.`);
410
+ } else {
411
+ console.log('Tailscale installed successfully.');
412
+ }
413
+
414
+ console.log('');
415
+ console.log('To connect to your Tailscale network:');
416
+ console.log(' sudo tailscale up');
417
+ console.log('');
418
+ console.log('Open the authentication URL in your browser to sign in.');
419
+ }
420
+
421
+ /**
422
+ * Install Tailscale on Windows using Chocolatey.
423
+ *
424
+ * This installs the Tailscale GUI application, which includes both the
425
+ * graphical interface and command-line tools.
426
+ *
427
+ * Prerequisites:
428
+ * - Windows 10 or later, or Windows Server 2016 or later (64-bit)
429
+ * - Administrator PowerShell or Command Prompt
430
+ * - Chocolatey package manager installed
431
+ *
432
+ * After installation, Tailscale will be available in the Start Menu
433
+ * and system tray. The `tailscale` command will also be available
434
+ * in Command Prompt and PowerShell.
435
+ *
436
+ * @returns {Promise<void>}
437
+ */
438
+ async function install_windows() {
439
+ console.log('Checking if Tailscale is already installed...');
440
+
441
+ // Check if Tailscale is already installed
442
+ const existingVersion = await getTailscaleVersion();
443
+ if (existingVersion) {
444
+ console.log(`Tailscale ${existingVersion} is already installed, skipping installation.`);
445
+ return;
446
+ }
447
+
448
+ // Check if package is installed via Chocolatey
449
+ const packageInstalled = await choco.isPackageInstalled(CHOCO_PACKAGE_NAME);
450
+ if (packageInstalled) {
451
+ console.log('Tailscale is already installed via Chocolatey, skipping installation.');
452
+ console.log('');
453
+ console.log('If the tailscale command is not working, ensure Tailscale is running.');
454
+ console.log('Launch Tailscale from the Start Menu or check the system tray.');
455
+ return;
456
+ }
457
+
458
+ // Verify Chocolatey is available
459
+ if (!choco.isInstalled()) {
460
+ console.log('Chocolatey is not installed. Please install Chocolatey first.');
461
+ console.log('');
462
+ console.log('Run the following in an Administrator PowerShell:');
463
+ console.log(" Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))");
464
+ return;
465
+ }
466
+
467
+ console.log('Installing Tailscale via Chocolatey...');
468
+
469
+ // Install Tailscale
470
+ const result = await choco.install(CHOCO_PACKAGE_NAME);
471
+
472
+ if (!result.success) {
473
+ console.log('Failed to install Tailscale via Chocolatey.');
474
+ console.log(result.output);
475
+ console.log('');
476
+ console.log('Troubleshooting:');
477
+ console.log(' 1. Ensure you are running as Administrator');
478
+ console.log(' 2. Try manual installation: choco install tailscale -y');
479
+ console.log(' 3. Or download from: https://tailscale.com/download');
480
+ return;
481
+ }
482
+
483
+ console.log('Tailscale installed successfully.');
484
+ console.log('');
485
+ console.log('To complete setup:');
486
+ console.log(' 1. Launch Tailscale from the Start Menu');
487
+ console.log(' 2. Click "Log in" to authenticate with your Tailscale account');
488
+ console.log('');
489
+ console.log('Alternatively, from the command line:');
490
+ console.log(' tailscale up');
491
+ console.log('');
492
+ console.log('NOTE: You may need to open a new terminal for the tailscale command to be available.');
493
+ }
494
+
495
+ /**
496
+ * Install Tailscale on Ubuntu running in WSL (Windows Subsystem for Linux).
497
+ *
498
+ * IMPORTANT: If you need Tailscale on both Windows and WSL, it is recommended
499
+ * to install Tailscale on the Windows host only. The Windows Tailscale client
500
+ * provides network access that is visible to WSL 2 automatically. Running
501
+ * Tailscale in both Windows and WSL simultaneously can cause conflicts.
502
+ *
503
+ * This function installs Tailscale directly within WSL for users who specifically
504
+ * need it running inside the WSL environment.
505
+ *
506
+ * Prerequisites:
507
+ * - Windows 10 version 2004 or later, or Windows 11
508
+ * - WSL 2 installed and configured (WSL 1 is not supported)
509
+ * - Ubuntu distribution installed in WSL
510
+ *
511
+ * NOTE: WSL does not use systemd by default, so the tailscaled daemon must be
512
+ * started manually with 'sudo tailscaled &' before running 'tailscale up'.
513
+ *
514
+ * @returns {Promise<void>}
515
+ */
516
+ async function install_ubuntu_wsl() {
517
+ console.log('Detected Ubuntu running in WSL (Windows Subsystem for Linux).');
518
+ console.log('');
519
+ console.log('RECOMMENDATION: For most users, install Tailscale on the Windows host');
520
+ console.log('instead of within WSL. The Windows Tailscale client provides network');
521
+ console.log('access that is visible to WSL 2 automatically.');
522
+ console.log('');
523
+
524
+ // Check if Tailscale is already installed
525
+ const existingVersion = await getTailscaleVersion();
526
+ if (existingVersion) {
527
+ console.log(`Tailscale ${existingVersion} is already installed, skipping installation.`);
528
+ return;
529
+ }
530
+
531
+ // Ensure curl is installed
532
+ if (!shell.commandExists('curl')) {
533
+ console.log('Installing curl (required for Tailscale installation)...');
534
+ const curlResult = await shell.exec('sudo DEBIAN_FRONTEND=noninteractive apt-get update -y && sudo DEBIAN_FRONTEND=noninteractive apt-get install -y curl');
535
+ if (curlResult.code !== 0) {
536
+ console.log('Failed to install curl. Please install curl manually and retry.');
537
+ console.log(curlResult.stderr);
538
+ return;
539
+ }
540
+ }
541
+
542
+ console.log('Installing Tailscale in WSL using the official installation script...');
543
+
544
+ // Run the official Tailscale installation script
545
+ const installResult = await shell.exec('curl -fsSL https://tailscale.com/install.sh | sh');
546
+
547
+ if (installResult.code !== 0) {
548
+ console.log('Failed to install Tailscale.');
549
+ console.log(installResult.stderr || installResult.stdout);
550
+ return;
551
+ }
552
+
553
+ // Verify installation succeeded
554
+ const version = await getTailscaleVersion();
555
+ if (version) {
556
+ console.log(`Tailscale ${version} installed successfully.`);
557
+ } else {
558
+ console.log('Tailscale installed successfully.');
559
+ }
560
+
561
+ console.log('');
562
+ console.log('IMPORTANT for WSL users:');
563
+ console.log('');
564
+ console.log('1. WSL does not use systemd by default. Start the daemon manually:');
565
+ console.log(' sudo tailscaled &');
566
+ console.log('');
567
+ console.log('2. Wait a few seconds, then connect:');
568
+ console.log(' sudo tailscale up');
569
+ console.log('');
570
+ console.log('3. To auto-start Tailscale when WSL launches, add to ~/.bashrc:');
571
+ console.log(' if ! pgrep -x tailscaled > /dev/null; then');
572
+ console.log(' sudo tailscaled > /dev/null 2>&1 &');
573
+ console.log(' sleep 2');
574
+ console.log(' fi');
575
+ console.log('');
576
+ console.log('4. For passwordless sudo (optional):');
577
+ const currentUser = process.env.USER || process.env.USERNAME || 'youruser';
578
+ console.log(` echo "${currentUser} ALL=(ALL) NOPASSWD: /usr/sbin/tailscaled" | sudo tee /etc/sudoers.d/tailscaled`);
579
+ console.log(' sudo chmod 0440 /etc/sudoers.d/tailscaled');
580
+ }
581
+
582
+ /**
583
+ * Install Tailscale from Git Bash on Windows.
584
+ *
585
+ * Git Bash runs within Windows, so this function installs Tailscale
586
+ * on the Windows host using Chocolatey via PowerShell interop.
587
+ * Once installed, the `tailscale` command is automatically available
588
+ * in Git Bash because Git Bash inherits the Windows PATH.
589
+ *
590
+ * Prerequisites:
591
+ * - Windows 10 or Windows 11 (64-bit)
592
+ * - Git Bash installed (comes with Git for Windows)
593
+ * - Chocolatey package manager installed on Windows
594
+ *
595
+ * @returns {Promise<void>}
596
+ */
597
+ async function install_gitbash() {
598
+ console.log('Detected Git Bash on Windows.');
599
+ console.log('Installing Tailscale on the Windows host...');
600
+ console.log('');
601
+
602
+ // Check if Tailscale is already available (inherited from Windows PATH)
603
+ const existingVersion = await getTailscaleVersion();
604
+ if (existingVersion) {
605
+ console.log(`Tailscale ${existingVersion} is already installed, skipping installation.`);
606
+ return;
607
+ }
608
+
609
+ // Check if Chocolatey is available via Windows path
610
+ const chocoPath = '/c/ProgramData/chocolatey/bin/choco.exe';
611
+ const chocoResult = await shell.exec(`"${chocoPath}" --version 2>/dev/null`);
612
+
613
+ if (chocoResult.code !== 0) {
614
+ console.log('Chocolatey is not installed on Windows.');
615
+ console.log('Please install Chocolatey first, then run this installer again.');
616
+ console.log('');
617
+ console.log('Or install Tailscale manually from:');
618
+ console.log(' https://tailscale.com/download');
619
+ return;
620
+ }
621
+
622
+ console.log('Installing Tailscale via Windows Chocolatey...');
623
+
624
+ const installResult = await shell.exec(`"${chocoPath}" install tailscale -y`);
625
+
626
+ if (installResult.code !== 0) {
627
+ console.log('Failed to install Tailscale.');
628
+ console.log(installResult.stdout || installResult.stderr);
629
+ console.log('');
630
+ console.log('Troubleshooting:');
631
+ console.log(' 1. Run Git Bash as Administrator and retry');
632
+ console.log(' 2. Try installing directly from PowerShell:');
633
+ console.log(' choco install tailscale -y');
634
+ console.log(' 3. Or download from: https://tailscale.com/download');
635
+ return;
636
+ }
637
+
638
+ console.log('Tailscale installed successfully.');
639
+ console.log('');
640
+ console.log('To complete setup:');
641
+ console.log(' 1. Launch Tailscale from the Windows Start Menu');
642
+ console.log(' 2. Click "Log in" to authenticate with your Tailscale account');
643
+ console.log('');
644
+ console.log('Git Bash notes:');
645
+ console.log(' - Close and reopen Git Bash for the tailscale command to be available');
646
+ console.log(' - If tailscale is still not found, add to ~/.bashrc:');
647
+ console.log(' export PATH="$PATH:/c/Program Files/Tailscale"');
648
+ }
649
+
650
+ /**
651
+ * Check if Tailscale is installed on the current system.
652
+ * @returns {Promise<boolean>} True if Tailscale is installed
653
+ */
654
+ async function isInstalled() {
655
+ const platform = os.detect();
656
+ if (platform.type === 'macos') {
657
+ return brew.isFormulaInstalled(HOMEBREW_FORMULA_NAME);
658
+ }
659
+ if (platform.type === 'windows') {
660
+ return choco.isPackageInstalled(CHOCO_PACKAGE_NAME);
661
+ }
662
+ return shell.commandExists(TAILSCALE_COMMAND);
663
+ }
664
+
665
+ /**
666
+ * Check if this installer is supported on the current platform.
667
+ * Tailscale is available on all major platforms.
668
+ * @returns {boolean} True if installation is supported on this platform
669
+ */
670
+ function isEligible() {
671
+ const platform = os.detect();
672
+ return ['macos', 'ubuntu', 'debian', 'wsl', 'raspbian', 'amazon_linux', 'rhel', 'fedora', 'windows', 'gitbash'].includes(platform.type);
673
+ }
674
+
675
+ /**
676
+ * Main installation entry point - detects platform and runs appropriate installer.
677
+ *
678
+ * Detects the current platform and executes the corresponding installer function.
679
+ * Handles platform-specific mappings to ensure all supported platforms have
680
+ * appropriate installation logic.
681
+ *
682
+ * Supported platforms:
683
+ * - macOS: Tailscale CLI via Homebrew
684
+ * - Ubuntu/Debian: Tailscale via official install script
685
+ * - Raspberry Pi OS: Tailscale via official install script
686
+ * - Amazon Linux/RHEL: Tailscale via DNF/YUM
687
+ * - Windows: Tailscale GUI via Chocolatey
688
+ * - WSL (Ubuntu): Tailscale within WSL
689
+ * - Git Bash: Tailscale on Windows host via PowerShell
12
690
  *
13
691
  * @returns {Promise<void>}
14
692
  */
15
693
  async function install() {
16
694
  const platform = os.detect();
17
695
 
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 };
696
+ // Map platform types to their installer functions
697
+ // This mapping handles aliases (e.g., debian maps to ubuntu)
698
+ const installers = {
699
+ 'macos': install_macos,
700
+ 'ubuntu': install_ubuntu,
701
+ 'debian': install_ubuntu,
702
+ 'wsl': install_ubuntu_wsl,
703
+ 'raspbian': install_raspbian,
704
+ 'amazon_linux': install_amazon_linux,
705
+ 'rhel': install_amazon_linux,
706
+ 'fedora': install_amazon_linux,
707
+ 'windows': install_windows,
708
+ 'gitbash': install_gitbash
709
+ };
710
+
711
+ const installer = installers[platform.type];
712
+
713
+ if (!installer) {
714
+ // Gracefully handle unsupported platforms without throwing an error
715
+ console.log(`Tailscale is not available for ${platform.type}.`);
716
+ return;
717
+ }
718
+
719
+ await installer();
720
+ }
721
+
722
+ // Export all functions for use as a module and for testing
723
+ module.exports = {
724
+ install,
725
+ isInstalled,
726
+ isEligible,
727
+ install_macos,
728
+ install_ubuntu,
729
+ install_ubuntu_wsl,
730
+ install_raspbian,
731
+ install_amazon_linux,
732
+ install_windows,
733
+ install_gitbash,
734
+ // Export helper functions for potential reuse or testing
735
+ isTailscaleCommandAvailable,
736
+ getTailscaleVersion
737
+ };
41
738
 
739
+ // Allow direct execution: node tailscale.js
42
740
  if (require.main === module) {
43
- install();
741
+ install().catch(err => {
742
+ console.error(err.message);
743
+ process.exit(1);
744
+ });
44
745
  }