Neko Installation On A Debian, Ubuntu, Alpine, Arch, Kali, Fedora, Raspbian And MacOS

Neko Installation On A Debian, Ubuntu, Alpine, Arch, Kali, Fedora, Raspbian And MacOS

neko

machine

Maintainer: Andy Li



Section: interpreters

Install neko

  • Debian apt-get install neko Click to copy
  • Ubuntu apt-get install neko Click to copy
  • Alpine OS apk add neko Click to copy
  • Arch Linux pacman -S neko Click to copy
  • Kali Linux apt-get install neko Click to copy
  • Fedora dnf install nekovm Click to copy
  • Raspbian apt-get install neko Click to copy
  • macOS brew install neko Click to copy

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.

Installation of latest neko command is available for Debian, Ubuntu, Alpine, Arch, Kali, Fedora, Raspbian and macOS. You can copy the command for your OS from above and paste it into your terminal. Once you run the command it will download the 2026 latest package from the repository and install it in your computer/server.