Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 893 Bytes

File metadata and controls

50 lines (35 loc) · 893 Bytes

Installation Guide

wcheck is built with Go and requires a Chromium-based browser (Chrome, Chromium, or Brave) installed on your system to operate.

Prerequisites

  • Go: Version 1.23 or higher.
  • Chrome/Chromium: Required for headless execution.

Arch Linux (Pacman)

On Arch Linux, you can install the necessary requirements using pacman:

sudo pacman -S chromium go make

Ubuntu/Debian

sudo apt-get update
sudo apt-get install -y google-chrome-stable golang-go make

Install from Source

  1. Clone the repository:

    git clone https://github.com/Woeter69/wcheck.git
    cd wcheck
  2. Build the binary:

    make build
  3. Install to your system path:

    sudo make install

Verify Installation

Check if the tool is installed and accessible:

wcheck --version
wcheck --help