# Installation

Build and install the Lambdavm binaries from source

# Pre-requisites

# Install Go

Lambdavm is built using Go (opens new window) version 1.18+

Copy go version

If the lambdavm: command not found error message is returned, confirm that your GOPATH (opens new window) is correctly configured by running the following command:

Copy export PATH=$PATH:$(go env GOPATH)/bin

# Install Binaries

The latest Lambda version (opens new window) is lambdavm v1.0.0

# GitHub

Clone and build Lambda using git:

Copy git clone https://github.com/LambdaIM/lambdavm.git cd lambdavm && git checkout v1.0.0 make install

Or you can build binary by using:

Copy git clone https://github.com/LambdaIM/lambdavm.git cd lambdavm && git checkout v1.0.0 make build cd build

Check that the lambdavm binaries have been successfully installed:

Copy ./lambdavm version

# Releases

You can also download a specific release available on the Lambda repository (opens new window)