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>
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.
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.
26 <h3>Download
& Installation
</h3>
28 The only systems currently supported are amd64-based computers and virtual
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.
36 If you want to build Unleashed yourself, use the latest available development
40 <li>release
<a href=
"/releases/1.4/">1.4</a> (
2020-
04-
04)
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>
49 <li>latest
<a href=
"/snapshots/latest/">dev snapshot
</a>
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>
58 <h3>IRC
& Mailing Lists
</h3>
61 <a href=
"ircs://irc.freenode.net:6697/unleashed">#unleashed on Freenode
</a>.
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>).
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>.
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.
84 The source code itself is split across several git repositories:
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>
93 The steps to build each vary, but they are documented in each repository's
96 <h3>Documentation
</h3>
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.