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