Skip to content

atmanos/atmanos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOTE: AtmanOS is an unstable and experimental project!

AtmanOS

AtmanOS allows you to compile ordinary Go programs into standalone unikernels that run under the Xen hypervisor.

AtmanOS is implemented as a series of patches and additional files for Go's runtime and standard library. AtmanOS is a GOOS available from the modified go command, meaning programs can be cross-compiled for AtmanOS in the normal manner:

GOOS=atman go build

Build AtmanOS

Build AtmanOS by running bin/setup, which will download the required dependencies to the build directory and then build AtmanOS itself.

Build a program and deploy it

Read the Running locally with Vagrant tutorial for the fastest way to build your first program with AtmanOS.

Supported I/O

  • Console - available on os.Stdin and os.Stdout
  • Network - managed out-of-tree in atmanos/anet

Contributing

We love pull requests from everyone. By participating in this project, you agree to abide by the Go Community Code of Conduct.

We expect everyone to follow the code of conduct anywhere in the project's codebases, issue trackers, chatrooms, and mailing lists.

License

AtmanOS is Copyright (c) 2015 Bernerd Schaefer. It is free software, and may be redistributed under the terms specified in the LICENSE file.

About

Build Go programs that run directly on the Xen hypervisor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published