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 sqliteFor complete media support:
sudo pacman -S --needed gst-plugins-base gst-plugins-good \
gst-plugins-bad gst-plugins-ugly gst-libavBuild and run
make -j"$(nproc)"
./build/vantChecks
make test
make test-sanitizeGUI behavior still needs testing on a real Wayland desktop. Headless tests do not establish target-platform compatibility.