-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmacdev.html
More file actions
113 lines (107 loc) · 4.25 KB
/
macdev.html
File metadata and controls
113 lines (107 loc) · 4.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8;charset=utf-8" />
<title>Software archive</title>
</head>
<body style="background-color: #d3d3d3; color: #000">
<div style="margin: auto; text-align: center;">
<h1 style="text-decoration: underline;">Welcome to the software archive</h1>
<table style="margin: auto; text-align: center; margin-top: 1em;">
<tr>
<th style="padding-right: 1em;">
<h2><a href="index.html">Home</a></h2>
</th>
<th style="padding-left: 1em;">
<h2><a href="about.html">About</a></h2>
</th>
</tr>
</table>
</div>
<table style="margin: auto; text-align: center; margin-top: 1em;" border "3">
<caption style="font-size: 1.4em"><strong>Mac Development Tools</strong></caption>
<tr>
<th>Software</th>
<th>Version</th>
<th>Link</th>
<th>Type</th>
<th>Release Date</th>
<th>Compatibility</th>
<th>Download Type</th>
</tr>
<tr>
<th>Node.js</th>
<td>18.20.2 (LTS)</td>
<td><a href="https://retroware.nyc3.cdn.digitaloceanspaces.com/macOS/Nodejs/node-v18.20.2-x64.pkg">Download</a></td>
<td>64-bit x86_64</td>
<td>2024-04-10</td>
<td>macOS 10.15+ (Catalina)</td>
<td>pkg</td>
</tr>
<tr>
<th>Node.js</th>
<td>18.20.2 (LTS)</td>
<td><a href="https://retroware.nyc3.cdn.digitaloceanspaces.com/macOS/Nodejs/node-v18.20.2-arm64.pkg">Download</a></td>
<td>Apple Silicon</td>
<td>2024-04-10</td>
<td>macOS 10.15+ (Catalina)</td>
<td>pkg</td>
</tr>
<tr>
<th>Node.js</th>
<td>20.12.2 (LTS)</td>
<td><a href="https://retroware.nyc3.cdn.digitaloceanspaces.com/macOS/Nodejs/node-v20.12.2-x64.pkg">Download</a></td>
<td>64-bit x86_64</td>
<td>2024-04-10</td>
<td>macOS 10.15+ (Catalina)</td>
<td>pkg</td>
</tr>
<tr>
<th>Node.js</th>
<td>20.12.2 (LTS)</td>
<td><a href="https://retroware.nyc3.cdn.digitaloceanspaces.com/macOS/Nodejs/node-v20.12.2-arm64.pkg">Download</a></td>
<td>Apple Silicon</td>
<td>2024-04-10</td>
<td>macOS 10.15+ (Catalina)</td>
<td>pkg</td>
</tr>
<tr>
<th>Visual Studio Code</th>
<td>1.88.1</td>
<td><a href="https://retroware.nyc3.cdn.digitaloceanspaces.com/macOS/DevTools/VSCode-darwin-universal-1.88.1.zip">Download</a></td>
<td>64-bit x86_64 or Apple Silicon (Universal)</td>
<td>2024-03</td>
<td>macOS 10.15+ (Catalina)</td>
<td>zip</td>
</tr>
<tr>
<th>Visual Studio Code</th>
<td>1.85.2</td>
<td><a href="https://retroware.nyc3.cdn.digitaloceanspaces.com/macOS/DevTools/VSCode-darwin-universal-1.85.2.zip">Download</a></td>
<td>64-bit x86_64 or Apple Silicon (Universal)</td>
<td>2023-11</td>
<td>macOS 10.13+ (High Sierra)</td>
<td>zip</td>
</tr>
<tr>
<th>MacVim</th>
<td>r179 (9.1.76)</td>
<td><a href="https://retroware.nyc3.cdn.digitaloceanspaces.com/macOS/DevTools/MacVim_10.9.dmg">Download</a></td>
<td>64-bit x86_64</td>
<td>2024-01-04</td>
<td>macOS 10.9 - 10.12 (Mavericks - Sierra)</td>
<td>dmg</td>
</tr>
<tr>
<th>MacVim</th>
<td>r179 (9.1.76)</td>
<td><a href="https://retroware.nyc3.cdn.digitaloceanspaces.com/macOS/DevTools/MacVim.dmg">Download</a></td>
<td>64-bit x86_64 or Apple Silicon (Universal)</td>
<td>2024-01-04</td>
<td>macOS 10.13+ (High Sierra)</td>
<td>dmg</td>
</tr>
</table>
</body>
</html>