summaryrefslogtreecommitdiffstats
path: root/about.mdwn
blob: ddbf712b7b354e87e04a36f6fe5256ce3e9a5e7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
[[!meta title="About"]]

ProteanOS is an operating system innovatively designed and built from scratch
for a wide range of embedded devices, with inspiration from other successful
operating systems.  Guided by commitments to technical excellence and community
values, ProteanOS is built on industry-standard and enterprise-quality
technology and aims to provide a competitive solution in a wide variety of
applications – from personal electronics and automotive systems to robotics and
digital signage.

ProteanOS seeks to combine the ease of setup found in most desktop and
enterprise operating systems with the flexibility and configurability found in
many other embedded operating systems.

<div class="grid-container grid-container-2">
	<h1>Key Features of ProteanOS</h1>
	<div class="grid grid-a" id="freedom">
		<div>
			<h2>Freedom</h2>
			<p>
				All of the software in ProteanOS is free/libre and open source –
				it can be used, modified, and distributed without restriction.
				This allows the developers to effectively support the software
				and ensures that vendors and users remain in control of the
				technology they use.
			</p>
		</div>
	</div>
	<div class="grid" id="flexibility">
		<div>
			<h2>Flexibility</h2>
			<p>
				ProteanOS can be made to run on just about any hardware that can
				support an operating system and made to work with a variety of
				UNIX®-like kernels (currently supported is Linux®) and system
				libraries.
			</p>
			<p>
				ProteanOS and its programs and libraries can also be configured
				to serve virtually any use case.
			</p>
		</div>
	</div>
	<div class="grid grid-a" id="size">
		<div>
			<h2>Size</h2>
			<p>
				ProteanOS is designed to be as small as possible.  Only
				essential programs and libraries are installed by default.  And
				each software package is stripped down as much as possible.
			</p>
			<p>
				Additionally, many of the programs that ProteanOS provides are
				small yet fully-functional and designed with the resource
				constraints of embedded systems in mind.
			</p>
		</div>
	</div>
	<div class="grid" id="speed">
		<div>
			<h2>Speed</h2>
			<p>
				Many of the software packages provided by ProteanOS are built
				with performance optimizations, and ProteanOS as a whole is
				built to take advantage of all the best performance features
				available for the hardware on which it runs.
			</p>
			<p>
				And ProteanOS starts running in just a few seconds, thanks to
				its simple and lightweight boot process.
			</p>
		</div>
	</div>
</div>