-
Notifications
You must be signed in to change notification settings - Fork 20
/
index.html
274 lines (262 loc) · 12.6 KB
/
index.html
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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PureDarwin</title>
<meta property="og:title" content="Welcome to PureDarwin" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Moving the Darwin community in the right direction!" />
<meta property="og:description" content="Moving the Darwin community in the right direction!" />
<meta property="og:image" content="/ogimg.jpg" />
<link rel="canonical" href="https://www.puredarwin.org/" />
<meta property="og:url" content="https://www.puredarwin.org/" />
<meta property="og:site_name" content="PureDarwin" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="Welcome to PureDarwin" />
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-0evHe/X+R7YkIZDRvuzKMRqM+OrBnVFBL6DOitfPri4tjfHxaWutUpFmBp4vmVor" crossorigin="anonymous">
<link href="style.css" rel="stylesheet">
<link rel="icon" type="image/png" href="./favicon.png">
</head>
<body style="background: #F6F6F6;">
<nav class="navbar navbar-dark navbar-expand-lg fixed-top bg-black">
<div class="container">
<a class="navbar-brand" href="/">
<img src="img/homepage/logo-mark-text-fff.svg" alt="PureDarwin" height="30px" class="pb-1">
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarText"
aria-controls="navbarText" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarText">
<span class="me-auto"></span>
<ul class="navbar-nav mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="/wiki" id="navbarDropdown" role="button" data-bs-toggle="dropdown"
aria-expanded="false">
Docs
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="/wiki/#/about/_About">About</a></li>
<li><a class="dropdown-item" href="/wiki/#/developers/_Developers">Developers</a></li>
<li><a class="dropdown-item" href="/wiki/#/users/_Users">Users</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="/wiki#/news/_News">News</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#beta">Download</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://github.com/pureDarwin/" target="_blank">GitHub</a>
</li>
</ul>
</div>
</div>
</div>
</nav>
<div class="container-fluid hero bg-hero">
<div class="row">
<div class="col-11 col-lg-6 mx-auto py-5 text-white text-center">
<h1 class="pt-5">Welcome to PureDarwin</h1>
<p>Darwin is the open source operating system from Apple that forms the base for macOS. PureDarwin is a
community project that fills in the gaps to make Darwin usable.</p>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-11 mx-auto bg-white rounded mt-5">
<div class="row">
<div class="col-8 col-md-4 mx-auto text-center py-5">
<img src="img/homepage/logo-mark-text-1B1B1B-medium.svg" class="img-fluid" alt="PureDarwin">
</div>
</div>
<div class="row">
<div class="col-10 col-lg-8 mx-auto text-center">
<p>
The PureDarwin project, which aims to make Apple's open-source Darwin OS more usable, is still actively
maintained as of 2024. While development has been relatively slow, the project continues to progress
through
community contributions. PureDarwin focuses on creating a usable bootable system that is independent of
macOS
components, relying solely on Darwin and other open-source tools.</p>
<p>The project's main focus is providing useful documentation and making it easier for developers and
open-source enthusiasts to engage with Darwin.
</p>
</div>
</div>
<div class="row">
<div class="col-12 text-center pt-3 pb-5">
<a href="/wiki#/about/_About" class="btn btn-primary rounded-pill">Learn
More</a>
<a href="/wiki#/about/_About?id=frequently-asked-questions"
class="btn btn-outline-primary rounded-pill">FAQs</a>
</div>
</div>
</div>
</div>
</div>
<div class="container mt-5" id="beta">
<div class="row pt-5">
<div class="col-11 col-md-10 mx-auto mt-2">
<div class="row">
<div class="col-12 col-lg-5 col-xl-6 pb-4">
<h2>
Test Build
</h2>
<p>
The PD-17.4 Test Build is a minimal system, unlike previous versions like PureDarwin Xmas with a graphical
interface. It’s distributed as a virtual machine disk (VMDK) and runs via software like QEMU.
<br><br>Due to the lack of proprietary macOS components, the community must develop alternatives, leaving
elements like
network drivers and hardware support incomplete. This build is intended for developers and open-source
enthusiasts to explore Darwin development outside of macOS.
<br><br><small><i>Based on Darwin 17, which corresponds to macOS High Sierra (10.13.x).</i>
</small>
</p>
<a href="/wiki#/news/PD17-4-released" class="btn btn-primary rounded-pill">PD-17.4 Test Build</a>
<br>
</div>
<div class="col-12 col-lg-7 col-xl-6 pb-4">
<img src="img/homepage/screenshot-hexley.png" class="img-fluid">
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row mt-5">
<div class="col-11 col-md-10 mx-auto">
<div class="row">
<div class="col-12 col-lg-4 pb-4">
<div class="bg-white px-4 py-3 rounded feature-card">
<img src="img/homepage/wiki.png" height="80px;">
<h3>Documentation</h3>
<p>Please see the PureDarwin Wiki, it would be very kind if anyone could contribute and fix the wiki as we
have links and formatting there that are broken.</p>
<a href="/wiki" class="btn btn-outline-primary rounded-pill btn-sm mb-2">Documentation</a>
</div>
</div>
<div class="col-12 col-lg-4 pb-4">
<div class="bg-white px-4 py-3 rounded feature-card">
<img src="img/homepage/utilities-terminal.png" height="80px;">
<h3>Code</h3>
<p>We have a GitHub org, and encourage visitors to use it for both contribution, and for checking out the
latest build sources.</p>
<a href="https://github.com/PureDarwin/PureDarwin" target="_blank"
class="btn btn-outline-primary rounded-pill btn-sm mb-2">PureDarwin GitHub</a>
</div>
</div>
<div class="col-12 col-lg-4 pb-4">
<div class="bg-white px-4 py-3 rounded feature-card">
<img src="img/homepage/internet-news-reader.png" height="80px;">
<h3>News</h3>
<p>
<small>
Nov. 3, 2024
</small>
<br>
<strong><a href="/wiki#/news/A-New-Direction" class="text-decoration-none text-black">A New Direction</a></strong>
</p>
<p>
<small>
Jul. 1, 2018
</small>
<br>
<strong><a href="/wiki#/news/PD17-4-released" class="text-decoration-none text-black">Release: PD 17.4
Test Build</a></strong>
</p>
<a href="/wiki#/news/_News" class="btn btn-outline-primary rounded-pill btn-sm mb-2">News</a>
</div>
</div>
</div>
<div class="row">
<div class="col-12 col-lg-4 pb-4">
<div class="bg-white px-4 py-3 rounded feature-card">
<img src="img/homepage/internet-group-chat.png" height="80px;">
<h3>Community</h3>
<p>Join in on the conversation, talk and watch development, ask questions, chip in, and so much more on
our Discord server.</p>
<a href="https://discord.gg/9kz8XXRRcT" target="_blank"
class="btn btn-outline-primary rounded-pill btn-sm mb-2">Discord Server</a>
<br>
<a href="https://discord.gg/9kz8XXRRcT" target="_blank" class="text-decoration-none">
<img src="img/social-discord.svg" height="26" width="26" alt="Discord" class="mx-1">
</a>
<a href="https://t.me/puredarwin" target="_blank" class="text-decoration-none">
<img src="img/social-telegram.svg" height="24" width="24" alt="Telegram" class="mx-1">
</a>
<a href="https://x.com/puredarwin" target="_blank" class="text-decoration-none">
<img src="img/social-x.svg" height="22" width="22" alt="X (Previously Twitter)" class="mx-1">
</a>
</div>
</div>
<div class="col-12 col-lg-4 pb-4">
<div class="bg-white px-4 py-3 rounded feature-card">
<img src="img/homepage/preferences-desktop-locale.png" height="80px;">
<h3>Status</h3>
<p>PureDarwin is progressing steadily, with ongoing research behind the scenes. There's no GUI yet, and
the system remains minimal, but key foundations are being built for future updates.</p>
<a href="/wiki/#/about/_About?id=status" class="btn btn-outline-primary rounded-pill btn-sm mb-2">Status</a>
</div>
</div>
<div class="col-12 col-lg-4 pb-4">
<div class="bg-white px-4 py-3 rounded feature-card">
<img src="img/homepage/utilities-sdk.png" height="80px;">
<h3>Native SDK</h3>
<p>An SDK that is native of an Apple release modified to target PureDarwin. We are working on a modified
XNU kernel with additional BSD/POSIX features that don’t require us to rely on Apple’s closed sources.
</p>
<button type="button" class="btn btn-outline-secondary rounded-pill btn-sm mb-2" disabled>Coming
Later</button>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="pt-4"></div>
<footer class="py-4" style="background-color: #E5E4E4;">
<div class="container">
<div class="row p-4">
<div class="col-12 col-lg-4 text-center text-lg-start">
<img src="img/homepage/logo-mark-text-1B1B1B.svg" height="30px">
<br>
<br>
</div>
<div class="col-12 col-lg-8">
<div class="text-center text-lg-end text-black">
© 2024 Copyright PureDarwin / PD-Devs. All rights reserved.
<br>
</div>
</div>
</div>
<div class="row">
<div class="col-10 mx-auto text-center">
<small>PureDarwin and the PureDarwin website are independent resources and are not affiliated with, endorsed
by, or sponsored by Apple Inc. Apple, Macintosh, macOS, and related trademarks and logos are the property of
Apple Inc., registered in the U.S. and other countries. Darwin (operating system) is licensed under the
<a href="https://opensource.apple.com/apsl/" target="_blank">Apple Public Source License (APSL)</a>.
All other trademarks are the property of their respective owners.
<br><br>
Site Theme by <a href="https://github.com/kevdoy" target="_blank" class="text-dark">@KevDoy</a> on
<a href="https://github.com/PureDarwin/puredarwin.github.io" class="text-dark" target="_blank">GitHub</a>.
</small>
</div>
</div>
</div>
</footer>
<!-- JavaScript Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-pprn3073KE6tl6bjs2QrFaJGz5/SUsLqktiwsUTF55Jfv3qYSDhgCecCxMW52nD2"
crossorigin="anonymous"></script>
</body>
</html>