Veefuse CMusee
linux-x64
tar xavf cmusee-linux-x64-3.1.2.tar.xz # extract

cd cmusee-linux-x64

echo -e "export PATH=\$PATH:$(pwd)/bin" >> ~/.bashrc # add bin directory to PATH variable

source ~/.bashrc # apply PATH variable changes

code --install-extension cmusee-vscode-3.1.2.vsix # install vscode extension (optional)
linux-arm64
tar xavf cmusee-linux-arm64-3.1.2.tar.xz # extract

cd cmusee-linux-arm64

echo -e "export PATH=\$PATH:$(pwd)/bin" >> ~/.bashrc # add bin directory to PATH variable

source ~/.bashrc # apply PATH variable changes

code --install-extension cmusee-vscode-3.1.2.vsix # install vscode extension (optional)
cmusee_demo-x64

Use docker image

docker load -i ./cmusee_demo-3.1.2-x64.tar.gz

docker run -it -p 8890:8890 localhost/cmusee_demo:3.1.2 /bin/bash

/root/run.sh # run inside the container
cmusee_demo-arm64

Use docker image

docker load -i ./cmusee_demo-3.1.2-arm64.tar.gz

docker run -it -p 8890:8890 localhost/cmusee_demo:3.1.2 /bin/bash

/root/run.sh # run inside the container