Vantage documentation

Build from source

Vantage is C++20 software built against GTK 4, WebKitGTK 6.0 and SQLite. A reviewed JS++ snapshot is included in the repository.

Arch and Omarchy dependencies

sudo pacman -S --needed base-devel pkgconf python gtk4 webkitgtk-6.0 sqlite

For complete media support:

sudo pacman -S --needed gst-plugins-base gst-plugins-good \
  gst-plugins-bad gst-plugins-ugly gst-libav

Build and run

make -j"$(nproc)"
./build/vant

Checks

make test
make test-sanitize

GUI behavior still needs testing on a real Wayland desktop. Headless tests do not establish target-platform compatibility.