Install

October 19, 2023 ยท View on GitHub

From source

git clone https://github.com/ariary/fileless-xec.git
cd fileless-xec
./target-build.sh # enable to build it and specify target OS/ARCH
Alternative (makefile, release, go)

using makefile

make before.build

To build the fileless-xec for linux :

 build.fileless-xec

To build the fileless-xec for windows :

 windows.build.fileless-xec

From release

> Linux:

curl -lO -L https://github.com/ariary/fileless-xec/releases/latest/download/fileless-xec

> Windows:

curl -lO -L https://github.com/ariary/fileless-xec/releases/latest/download/fileless-xec_windows.exe

With go command

Make sure $GOPATH is in your $PATH before

Install fileless-xec

go install github.com/ariary/fileless-xec/cmd/fileless-xec