Blob


1 <html>
2 <!--
3 Edit ./^$/,s/<table border=0 cellspacing=0 cellpadding=0 width=100%/<Table/g
4 Edit ./^$/,s/<Table/<table border=0 cellspacing=0 cellpadding=0 width=100%/g
5 -->
7 <head>
8 <base href="http://swtch.com/plan9port/">
9 <title>Plan 9 from User Space - Download</title>
10 </head>
11 <body bgcolor=#ffffff>
12 <Table>
13 <tr height=10><td width=20><td><td width=20>
14 <tr><td><td>
15 <center>
16 <img src="dist/spaceglenda100.png" alt="Space Glenda">
17 </center>
18 <Table><tr height=10><td></table>
19 <center>
20 <font size=+1><b>Plan 9 from User Space - Download</b></font>
21 </center>
22 <Table><tr height=10><td></table>
23 <center>
24 <a href="man/man1/intro.html">overview</a>
25 |
26 <a href="screenshots/">screen shots</a>
27 |
28 <a href="man/">manual</a>
29 |
30 <a href="man/man1/install.html">install notes</a>
31 |
32 <a href="download.html">download</a>
33 |
34 <a href="man/man1/cvs.html">cvs</a>
35 |
36 <a href="unix/">unix</a>
37 </center>
38 <Table><tr height=10><td></table>
39 Plan 9 from User Space (aka plan9port)
40 is a port of many Plan 9 programs from their native
41 <a href="http://plan9.bell-labs.com/plan9/">Plan 9</a>
42 environment to Unix-like operating systems.
44 <Table><tr height=20><td></table>
45 <b>supported systems</b>
46 <Table>
47 <tr height=10><td width=20><td>
48 <tr><td><td>
49 Linux <font size=-1>(x86 and PowerPC)</font>,
50 FreeBSD <font size=-1>(x86)</font>,
51 Mac OS X <font size=-1>(Power PC)</font>,
52 SunOS <font size=-1>(Sparc)</font>.
53 </table>
55 <Table><tr height=20><td></table>
56 <b>getting started</b>
57 <Table>
58 <tr height=10><td width=20><td>
59 <tr><td><td>
60 Start with the overview in
61 <a href="man/man1/intro.html"><i>intro</i>(1)</a>.
62 <a href="man/man1/install.html"><i>Install</i>(1)</a>
63 explains how to install the system.
64 </table>
66 <Table><tr height=20><td></table>
67 <b>acknowledgements</b>
68 <Table>
69 <tr height=10><td width=20><td>
70 <tr><td><td>
72 Most obviously, plan9port derives from
73 <a href="http://plan9.bell-labs.com/plan9">Plan 9 from Bell Labs</a>
74 and would not exist without the work of the Plan 9 team over the
75 past many years.
77 <Table><tr height=10><td></table>
79 Many people have provided help,
80 ported programs, written bug reports,
81 sent useful patches, and gotten plan9port running on new
82 operating systems. A few have done far more than their fair share.
84 <Table><tr height=10><td></table>
86 Rob Pike suggested the original X11 port of libdraw years ago,
87 as part of drawterm, and strongly encouraged the Mac OS X work.
88 He has also been a consistent source of good ideas to hide
89 the ugliness of modern Unix.
91 <Table><tr height=10><td></table>
93 William Josephson handled
94 <a href="man/man1/troff.html"><i>troff</i>(1)</a>
95 (with Taj Khattra) and many of
96 the supporting programs. He also inspired the recent thread library
97 clean-up and has ported a handful of applications.
99 <Table><tr height=10><td></table>
101 Andrey Mirtchovski and Axel Belinfante have done significant
102 work dealing with X11 corner cases and fine-tuning
103 <a href="man/man1/rio.html"><i>rio</i>(1)</a>.
104 Axel never tires of finding bugs in the SunOS port.
106 <Table><tr height=10><td></table>
108 Eric Van Hensbergen brought the system up on Linux/PowerPC.
110 <Table><tr height=10><td></table>
112 Thanks to all.
114 </table>
116 <Table><tr height=20><td></table>
117 <b>contact</b>
118 <Table>
119 <tr height=10><td width=20><td>
120 <tr><td><td>
121 Russ Cox <font size=-1>(<a href="mailto:rsc@swtch.com">rsc@swtch.com</a>)
122 </table>
124 <Table><tr height=20><td></table>
125 <b>unix extracts</b>
126 <Table>
127 <tr height=10><td width=20><td>
128 <tr><td><td>
129 The UTF-8 library, the formatted print library,
130 the buffered I/O library, the (Unicode-capable) regular expression
131 library, and mk are available in packaging separate from plan9port.
132 </table>
134 <Table><tr height=20><td></table>
135 <b>history</b>
136 <Table>
137 <tr height=10><td width=20><td>
138 <tr><td><td>
139 <a href="http://plan9.bell-labs.com/plan9dist/ureg.html">
140 Sean Quinlan's 9pm
141 </a> &#8722; a port of an earlier Plan 9 (including <a href="man/man1/sam.html"><i>sam</i>(1)</a>) to Windows
142 <br>
143 <a href="http://www.cs.usyd.edu.au/~matty/9term/">
144 Matty Farrow's 9term
145 </a> &#8722; a native X11 version that inspired <a href="man/man1/9term.html"><i>9term</i>(1)</a>
146 <br>
147 <a href="http://unauthorised.org/dhog/9wm.html">David Hogan's 9wm</a>
148 and
149 <a href="http://lists.cse.psu.edu/archives/9fans/1994-November/003081.html">Arnold Robbin's 9menu</a> &#8722; precursor to
150 <a href="man/man1/rio.html"><i>rio</i>(1)</a>
151 <br>
152 <a href="http://www.star.le.ac.uk/~tjg/rc/">Byron Rakitzis's rc</a> &#8722; a mostly-compatible clone of Plan 9's <a href="man/man1/rc.html"><i>rc</i>(1)</a>
153 <br>
154 <a href="http://www.cs.yorku.ca/~oz/wily/">Gary Capell's wily</a> &#8722; an <a href="man/man1/acme.html"><i>acme</i>(1)</a>-inspired editor
155 </table>
158 <tr height=10><td>
159 </table>
161 </body>
162 </html>