nekoml

machine

Install

All systems
curl cmd.cat/nekoml.sh
Debian Debian
apt-get install neko
Ubuntu
apt-get install neko
Alpine
apk add neko
Arch Arch Linux
pacman -S neko
image/svg+xml Kali Linux
apt-get install neko
Fedora
dnf install nekovm
Windows (WSL2)
sudo apt-get update sudo apt-get install neko
OS X
brew install neko
Raspbian
apt-get install neko
Docker
docker run cmd.cat/nekoml nekoml powered by Commando

nekovm

machine

neko

Lightweight virtual machine - compiler and tools

Neko provides a common runtime for several different languages, including JavaScript and haXe. The compiler converts a source file (.neko) into a bytecode file (.n) that can be executed with the Virtual Machine. You can use the compiler as standalone commandline executable separated from the virtual machine, or as a Neko library to perform compile-and-run for interactive languages. Neko was written by Nicolas Cannasse.