emphasize "for" [developers by developers]
[unleashed-web.git] / index.html
blobe1369ed911a607854a2b0774ded7b0d3e301ea0e
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <meta charset="utf-8">
5 <meta name="viewport" content="width=device-width, initial-scale=1">
6 <meta http-equiv="X-UA-Compatible" content="IE=edge">
7 <link rel="stylesheet" media="all" href="main.css">
8 <title>The Unleashed Operating System</title>
9 </head>
10 <body>
11 <h1 class="title">The Unleashed Operating System</h1>
12 <p>
13 Unleashed is an operating system fork of
14 <a href="https://illumos.org/">illumos</a>, which itself is a derivative of
15 OpenSolaris and therefore has its roots in UNIX System V Release 4.
16 </p>
17 <p>
18 It is intended as an operating system <em>for developers by developers</em>.
19 </p>
20 <p>
21 Unleashed is a fork of illumos (<a href=why.html>see why</a>); it comes with
22 ZFS, DTrace, Crossbow and more.
23 </p>
24 <h1>Download &amp; Installation</h1>
25 <p>
26 The only systems currently supported are amd64-based computers and virtual
27 machines.
28 </p>
29 <p>
30 Unleashed is being maintained as a hobby, and as such we cannot guarantee
31 releasing security or other patches. Run it in production at your own risk.
32 </p>
33 <p>
34 If you want to build Unleashed yourself, use the latest available development
35 snapshot.
36 </p>
37 <ul>
38 <li>latest <a href="/snapshots/latest/">dev snapshot</a>
39 <ul class=inline>
40 <li><a href="/snapshots/latest/snapshot.img.gz">usb</a></li>
41 <li><a href="/snapshots/latest/snapshot.iso.gz">iso</a></li>
42 <li><a href="/snapshots/latest/snapshot.p5p.gz">p5p</a></li>
43 <li><a href="/snapshots/latest/checksums">checksums</a></li>
44 </ul>
45 </li>
46 <li>release <a href="/releases/1.2.1/">1.2.1</a> (2019-01-14)
47 <ul class=inline>
48 <li><a href="/releases/1.2.1/notes.txt">relnotes</a></li>
49 <li><a href="/releases/1.2.1/unleashed-1.2.1.img.gz">usb</a></li>
50 <li><a href="/releases/1.2.1/unleashed-1.2.1.iso.gz">iso</a></li>
51 <li><a href="/releases/1.2.1/unleashed-1.2.1.p5p.gz">p5p</a></li>
52 <li><a href="/releases/1.2.1/checksums">checksums</a></li>
53 </ul>
54 <li>previous release <a href="/releases/1.2/">1.2</a> (2018-12-27)
55 <ul class=inline>
56 <li><a href="/releases/1.2/notes.txt">relnotes</a></li>
57 <li><a href="/releases/1.2/unleashed-1.2.img.gz">usb</a></li>
58 <li><a href="/releases/1.2/unleashed-1.2.iso.gz">iso</a></li>
59 <li><a href="/releases/1.2/unleashed-1.2.p5p.gz">p5p</a></li>
60 <li><a href="/releases/1.2/checksums">checksums</a></li>
61 </ul>
62 </li>
63 </ul>
64 <h1>IRC &amp; Mailing Lists</h1>
65 <p>
66 You can find us in
67 <a href="ircs://irc.freenode.net:6697/unleashed">#unleashed on Freenode</a>.
68 </p>
69 <p>
70 We have two mailing lists: one for general development discussions
71 (<a href="http://lists.31bits.net/listinfo/devel">subscribe</a>,
72 <a href="http://lists.31bits.net/archives/devel/">archives</a>)
73 and one with commit notifications
74 (<a href="http://lists.31bits.net/listinfo/commits">subscribe</a>,
75 <a href="http://lists.31bits.net/archives/commits/">archives</a>).
76 </p>
77 <p>
78 Security sensitive information can be sent to
79 <a href="mailto:jeffpc@josefsipek.net">jeffpc@josefsipek.net</a>. If you
80 wish, you may encrypt your message with
81 <a href="https://sks-keyservers.net/pks/lookup?op=get&search=0x18F90BEB645EB36FE31AEE9F8311B7D703B1E6C8">Jeff's PGP key</a>.
82 </p>
83 <h1>Contributing</h1>
84 <p>
85 If you want to make Unleashed better, send us a patch, an email, or join us on
86 IRC! We don't have mandatory code review or any other convoluted processes;
87 just show us the code.
88 </p>
89 <p>
90 The source code itself is split across several git repositories:
91 </p>
92 <ul>
93 <li><a href="http://repo.or.cz/unleashed.git/">core OS</a></li>
94 <li><a href="http://repo.or.cz/unleashed-userland.git/">userland</a></li>
95 <li><a href="http://repo.or.cz/unleashed-pkg5.git/">pkg5</a></li>
96 <li><a href="http://repo.or.cz/unleashed-kayak.git/">kayak installer</a></li>
97 </ul>
98 <p>
99 The steps to build each vary, but they are documented in each repository's
100 top-level README.
101 </p>
102 <h1>Documentation</h1>
104 Aside from the typical set of man pages, there is a
105 <a href="http://repo.or.cz/unleashed.git/tree/HEAD:/docs">docs</a> directory
106 in the main git repository.
107 </p>
108 </body>
109 </html>