-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathtools.html
More file actions
285 lines (254 loc) · 9.24 KB
/
tools.html
File metadata and controls
285 lines (254 loc) · 9.24 KB
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
---
# Copyright 2020 seL4 Project a Series of LF Projects, LLC.
# SPDX-License-Identifier: CC-BY-SA-4.0
title: Tools, Frameworks & Languages
sub: '
<p>
Below is a list of available tools, frameworks, Software Development Kits
(SDKs), and supported languages for seL4, either provided by the seL4
Foundation or provided by the seL4 community. Some are open source
(potentially still in development), while others are commercial. If you would
like an item to be added, please contact us at
</p>'
layout: card
---
<div class="section-borders -mt-12 pt-0">
<h2 id="devkits" class="text-center my-16 text-3xl font-bold tracking-tight text-dark md:text-4xl">Development Kits & Component Frameworks</h2>
<div class="grid grid-cols-1 lg:grid-cols-2 gap-y-24 gap-x-12 lg:gap-x-20 px-10 pt-8 pb-12 sm:pb-20">
{% include card_tool.html
title="Microkit"
icon="puzzle-piece"
type="Open Source"
foundation=true
link="https://docs.sel4.systems/projects/microkit"
body='<p>
Abstraction layer, SDK and tools that simplify development of statically
architected seL4-based systems. Focus on high performance and simplicity.
</p>
<p class="mt-2">
In active development. Ready for use, but not all features and
configurations supported yet. For mixed-criticality scheduling (MCS)
kernel configurations only.
</p>
<p class="mt-2">
Use when feature set is sufficient, and kernel configuration and
verification requirements are supported by Microkit for your use case.
</p>
'
%}
{% include card_tool.html
title="CAmkES"
icon="puzzle-piece"
type="Open Source"
foundation=true
link="https://docs.sel4.systems/projects/camkes/"
body='<p>
Development and runtime component framework for microkernel-based embedded
static systems. Eventually to be replaced by Microkit, but still
supported. Currently more mature, and feature rich.
</p>
<p class="mt-2">
Use when features not yet supported by Microkit are needed for your
project, or verification requirements are not met by the
kernel configurations supported by Microkit.
</p>'
%}
{% include card_tool.html
title="sDDF"
icon="puzzle-piece"
type="Open Source"
foundation=false
link="https://trustworthy.systems/projects/drivers"
body='<p>
A verifiable seL4 device driver framework providing a set of interfaces,
designs and tools for developing high-performance, encapsulated device
drivers for seL4, developed at UNSW.
</p>'
%}
{% include card_tool.html
title="seL4 Dev Kit"
icon="book-open"
type="Open Source"
foundation=false
link="https://sel4devkit.github.io"
body='<p>
An seL4 development kit aimed at helping complete beginners get started
and evaluate seL4 for their needs, developed by Capgemini Engineering and
funded by the National Cyber Security Centre (NCSC).
</p>'
%}
{% include card_tool.html
icon="cog-6-tooth"
title="BriefCase"
type="Open Source"
foundation=false
class="lg:col-span-2 lg:w-3/4 lg:mx-auto"
link="https://github.com/loonwerks/BriefCASE-Tutorial"
body='<p>
A model-based systems engineering environment that can build systems
targeting seL4, based on AADL and OSATE, from the DARPA CASE program.
</p>'
%}
</div>
</div>
<div class="section-borders -mt-12 pt-0">
<h2 class="text-center my-16 text-3xl font-bold tracking-tight text-dark md:text-4xl">Operating Systems</h2>
<div class="grid grid-cols-1 md:grid-cols-2 gap-y-24 gap-x-12 lg:gap-x-20 px-10 pt-8 pb-12 sm:pb-20">
{% include card_tool.html
title="LionsOS"
icon="squares-plus"
type="Open Source"
foundation=false
link="https://trustworthy.systems/projects/LionsOS/"
body='<p>
Highly modular, adaptable, verifiable, high-performance OS for statically
architected embedded/IoT/cyberphysical systems, developed at UNSW.
Based on Microkit.
</p>'
%}
{% include card_tool.html
title="KOS"
icon="squares-plus"
type="Commercial"
foundation=false
link="https://www.kry10.com/#platform"
body='<p>
Kry10 Operating System (KOS) and Platform, designed for mission critical
connected devices and integrated with the Erlang BEAM application
environment, developed by Kry10.
</p>'
%}
{% include card_tool.html
title="Sculpt OS"
icon="squares-plus"
type="Open Source"
foundation=false
link="https://genodians.org/alex-ab/2025-11-02-sculpt-multi-kernel"
body='<p>
Sculpt is a general-purpose OS that combines Genode's
microkernel architecture, capability-based security, sandboxed
device drivers, and virtual machines in a novel operating system
for commodity PC hardware and the PinePhone. Sculpt is used as
day-to-day OS by the Genode developers. It has an (unofficial
and experimental) variant based on seL4.
</p>'
%}
</div>
</div>
<div class="section-borders -mt-12 pt-0">
<h2 id="virtualisation"
class="text-center my-16 text-3xl font-bold tracking-tight text-dark md:text-4xl">Virtualisation</h2>
<div class="grid grid-cols-1 lg:grid-cols-2 gap-y-24 gap-x-12 lg:gap-x-20 px-10 pt-8 pb-12 sm:pb-20">
{% include card_tool.html
title="CAmkES VMM Library"
icon="server-stack"
type="Open Source"
foundation=true
link="https://docs.sel4.systems/projects/camkes-vm/"
body='<p>
Virtual Machine Monitor library on seL4 with CAmkES, with support for AArch32, AArch64, and x64.
</p>
'
%}
{% include card_tool.html
title="Microkit VMM Library"
icon="server-stack"
type="Open Source"
foundation=false
link="https://github.com/au-ts/libvmm"
body='<p>
Virtual Machine Monitor library on seL4 using Microkit, currently with support for AArch64 only.
RISC-V support is in development.
</p>
'
%}
{% include card_tool.html
title="VM Composer"
icon="server-stack"
type="Commercial"
foundation=false
class="lg:mx-auto lg:w-4/5 lg:col-span-2"
link="https://www.dornerworks.com/vm-composer"
body='<p>
A Secure Microkernel Virtual Machine (VM) Composer, a modelling tool to
develop and deploy virtualised high-assurance systems using a
drag-and-drop interface, developed by DornerWorks.
</p>'
%}
</div>
</div>
<div class="section-borders -mt-12 pt-0">
<h2 id="languages"
class="text-center mt-16 mb-6 text-3xl font-bold tracking-tight text-dark md:text-4xl">Language Support</h2>
<p class="text-center mb-6 text-light leading-6 text-base sm:text-lg">
C and Rust are the default languages on top of seL4, but other languages
are supported, in particular for application-level components.
seL4 as such is language agnostic. The main effort in using a new
programming language on top of seL4 usually lies in providing functionality for
a runtime environment and standard library.
</p>
<div class="grid grid-cols-1 md:grid-cols-2 mt-16 gap-y-24 gap-x-12 lg:gap-x-20 px-10 pt-8 pb-12 sm:pb-20">
{% include card_tool.html
title="C/C++"
icon="other/C"
type="Open Source"
foundation=true
link="https://docs.sel4.systems/Tutorials/"
body='<p>
Comprehensive support for C, including <code>musllibc</code> bindings.
Limited support for C++ without standard library.
</p>'
%}
{% include card_tool.html
title="Rust"
icon="other/rust-logo-blk"
type="Open Source"
foundation=true
link="https://github.com/seL4/rust-sel4"
body='<p>
Comprehensive support, including <code>async</code>, for using the Rust
programming language on top of seL4 directly or in Microkit.
For <code>no_std</code> applications with and without <code>alloc</code>.
</p>'
%}
{% include card_tool.html
title="Pancake"
icon="circle-stack"
type="Open Source"
foundation=false
link="https://trustworthy.systems/projects/pancake/"
body='<p>
Low-level, imperative language with a verified compiler, designed for
implementing verifiable device drivers and other OS code.
</p>'
%}
{% include card_tool.html
title="MicroPython"
icon="other/python-logo-only"
type="Open Source"
foundation=false
link="https://lionsos.org/docs/use/language_support/#micropython"
body='<p>
Support for <a href="https://micropython.org">MicroPython</a>, a slimmed
down version of Python, intended for embedded use cases. Needs
higher-level OS services, which are currently supported on LionsOS only.
</p>'
%}
{% include card_tool.html
title="Erlang and Elixir"
icon="other/Elixir"
type="Commercial"
foundation=false
link="https://www.kry10.com/resources"
class="md:col-span-2 md:w-2/3 md:mx-auto"
body='<p>
Commercial support by Kry10 for the
<a href="https://www.erlang.org">Erlang</a> and
<a href="https://elixir-lang.org">Elixir</a> languages on
<a href="https://www.kry10.com/#platform">KOS</a> on top of seL4.
</p>'
%}
</div>
</div>