wcheck is built with Go and requires a Chromium-based browser (Chrome, Chromium, or Brave) installed on your system to operate.
- Go: Version 1.23 or higher.
- Chrome/Chromium: Required for headless execution.
On Arch Linux, you can install the necessary requirements using pacman:
sudo pacman -S chromium go makesudo apt-get update
sudo apt-get install -y google-chrome-stable golang-go make-
Clone the repository:
git clone https://github.com/Woeter69/wcheck.git cd wcheck -
Build the binary:
make build
-
Install to your system path:
sudo make install
Check if the tool is installed and accessible:
wcheck --version
wcheck --help