#command-line-tool #gpu #wgpu #gpu-compute #system-information

app wgpucheck

wgpucheck is a CLI tool, that will show you information about your system's GPU, and its compute capabilities

1 unstable release

Uses new Rust 2024

0.1.0 Jul 8, 2025

#2049 in Command line utilities

MIT license

16KB
411 lines

wgpucheck

A simple cli tool to get a readout of your GPU's capabilities, as reported by WGPU:

Example output:

output


install

cargo install wgpucheck

or from source:

git clone https://www.github.com/alphastrata/wgpucheck
cd wgpucheck
cargo build --release

Usage

wgpucheck --help

Dependencies

~15–26MB
~389K SLoC