What is AVM?
AVM is a stack based virtual machine written in C similar to JVM. It is open source like all AVM collection projects, so you can view the source code here.
Installing
You can use the AVM installer to install both AVM and ANASM
Pre-compiled binaries
At the moment, there are no pre-compiled binaries available for AVM. You will have to compile from source
Compiling from source
To compile from source, git clone the github repo and run make:
$ git clone https://github.com/avm-collection/avm
$ make
$ make install
then verify the installation
$ avm -v