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