Difference between revisions of "MirageOS"

From Xen
(Resources)
m
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
'''MirageOS''' is a library operating system that constructs [[unikernels]] for secure, high-performance network applications across a variety of cloud computing and mobile platforms.
 
'''MirageOS''' is a library operating system that constructs [[unikernels]] for secure, high-performance network applications across a variety of cloud computing and mobile platforms.
   
MirageOS applications are written in [[OCaml]] and compiled into a complete image that can be run on Xen. The libraries include a network stack, http, and a complete SSL library, and Irmin, a distributed git-like data store.
+
MirageOS applications are written in [[:Category:OCaml|OCaml]] and compiled into a complete image that can be run on Xen. The libraries include a network stack, http, and a complete SSL library, and Irmin, a distributed git-like data store.
   
MirageOS is an official Xen [[Mirage Incubation Project Proposal|incubator project]].
+
MirageOS is an official Xen Project [[Mirage Incubation Project Proposal|incubator project]].
  +
  +
Code is released under the ISC license, with some code released under LGPLv2.
   
 
==Resources==
 
==Resources==
   
* The primary website is openmirage.org[http://openmirage.org/].
+
* The primary website is [https://mirage.io mirage.io].
* Developer information can also be found at [[:Category:Mirage_Devel]]
+
* Developer information can also be found at [[:Category:Mirage|Mirage page index]]
  +
* Source code is on [https://github.com/mirage github].
  +
   
 
[[Category:Unikernels]]
 
[[Category:Unikernels]]

Latest revision as of 08:44, 20 January 2016

MirageOS is a library operating system that constructs unikernels for secure, high-performance network applications across a variety of cloud computing and mobile platforms.

MirageOS applications are written in OCaml and compiled into a complete image that can be run on Xen. The libraries include a network stack, http, and a complete SSL library, and Irmin, a distributed git-like data store.

MirageOS is an official Xen Project incubator project.

Code is released under the ISC license, with some code released under LGPLv2.

Resources