Get Whatsub
macOS (Native)
Install GraalVM Native Image (Recommended)
Just run the following one in the terminal then it installs whatsub GraalVM Native Image which does not require JVM so it's much faster to run.
Recommended
bash -c "$(curl -fsSL https://raw.githubusercontent.com/kevin-lee/whatsub/main/.scripts/install-graal-macos.sh)"
It should work on both Intel and M1 Macs.
Debian / Ubuntu Linux
Install GraalVM Native Image (Recommended)
Just run the following one in the terminal then it installs whatsub
GraalVM Native Image which does not require JVM so much faster to run.
Recommended
bash -c "$(curl -fsSL https://raw.githubusercontent.com/kevin-lee/whatsub/main/.scripts/install-graal-ubuntu.sh)"
macOS and Linux
JVM Version
If the GraalJVM Native Image version doesn't work, you can still use the JVM version.
Please make sure that you have Java Runtime Environment (JRE) on your computer.
Please run the following command to install it.
JVM Version
bash -c "$(curl -fsSL https://raw.githubusercontent.com/kevin-lee/whatsub/main/.scripts/install-jvm.sh)"
Windows
Install GraalVM Native Image (Recommended)
Download whatsub-cli-windows-latest.exe blow. Sorry, there's no installation script for Windows yet.
Recommended
Download: whatsub-cli-windows-latest.exe
Java Package (JVM)
Download and unzip the whatsub-cli-1.2.0.zip
just like Linux or macOS.
You can run whatsub-cli-1.2.0/bin/whatsub.bat
file but it hasn't been tested.