using pythia command line
pythia compiles markdown containers into executeable packages.
to build and run a markdown container file
pythia mymarkdown.md
note: to see all the command line options run pythia --help
output c++ and run binary
transpile python script to c++, build and run
pythia myscript.py
javascript backend
transpile python script to javascript, build and run in node.js
pythia myscript.py --javascript
output simple tar container
build and save to a tar file
pythia mymarkdown.md myoutput.tar
OSv
Pythia generates containers for OSv a cloud optimized operating system.
http://osv.io/
use --osv , to package into an OSv container and run in qemu.
(requires 64bit linux)
pythia path/to/mymarkdown.md mybuild.tar --osv
installing pythia on 64bix linux
run install.sh script as root.
git clone https://github.com/secureosv/pythia.git
cd pythia
sudo ./install.sh