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 <p style=
"border: 2px solid #ee3333">
27 <b>Note:
</b> Development on Unleashed ceased immediately after the
1.4
28 release. For more information on why, see the
29 <a href=
"/releases/1.4/notes.txt">release notes
</a>.
31 <h3>Download
& Installation
</h3>
33 The only systems currently supported are amd64-based computers and virtual
37 Unleashed is being maintained as a hobby, and as such we cannot guarantee
38 releasing security or other patches. Run it in production at your own risk.
41 <li>release
<a href=
"/releases/1.4/">1.4</a> (
2020-
04-
04)
43 <li>[
<a href=
"/releases/1.4/notes.txt">relnotes
</a>]
</li>
44 <li>[
<a href=
"/releases/1.4/unleashed-1.4.img.gz">usb
</a>]
</li>
45 <li>[
<a href=
"/releases/1.4/unleashed-1.4.iso.gz">iso
</a>]
</li>
46 <li>[
<a href=
"/releases/1.4/unleashed-1.4.p5p.gz">p5p
</a>]
</li>
47 <li>[
<a href=
"/releases/1.4/checksums">checksums
</a>]
</li>
51 <h3>IRC
& Mailing Lists
</h3>
54 <a href=
"ircs://irc.freenode.net:6697/unleashed">#unleashed on Freenode
</a>.
57 We have two mailing lists: one for general development discussions
58 (
<a href=
"http://lists.31bits.net/listinfo/devel">subscribe
</a>,
59 <a href=
"http://lists.31bits.net/archives/devel/">archives
</a>)
60 and one with commit notifications
61 (
<a href=
"http://lists.31bits.net/listinfo/commits">subscribe
</a>,
62 <a href=
"http://lists.31bits.net/archives/commits/">archives
</a>).
65 Security sensitive information can be sent to
66 <a href=
"mailto:jeffpc@josefsipek.net">jeffpc@josefsipek.net
</a>. If you
67 wish, you may encrypt your message with
68 <a href=
"https://sks-keyservers.net/pks/lookup?op=get&search=0x18F90BEB645EB36FE31AEE9F8311B7D703B1E6C8">Jeff's PGP key
</a>.
72 If you want to make Unleashed better, send us a patch, an email, or join us on
73 IRC! We don't have mandatory code review or any other convoluted processes;
74 just show us the code.
77 The source code itself is split across several git repositories:
80 <li><a href=
"https://repo.or.cz/unleashed.git/">core OS
</a></li>
81 <li><a href=
"https://repo.or.cz/unleashed-userland.git/">userland
</a></li>
82 <li><a href=
"https://repo.or.cz/unleashed-pkg5.git/">pkg5
</a></li>
83 <li><a href=
"https://repo.or.cz/unleashed-kayak.git/">kayak installer
</a></li>
86 The steps to build each vary, but they are documented in each repository's
89 <h3>Documentation
</h3>
91 Aside from the typical set of man pages, there is a
92 <a href=
"https://repo.or.cz/unleashed.git/tree/HEAD:/docs">docs
</a> directory
93 in the main git repository.