This is now maintained at https://github.com/UmbrelOS-Tweaks/umbrel-gui.
A gui version of umbrel-details. Only works on Raspberry Pis with Umbrel OS installed.
sudo apt install libqt5gui5-dev libqt5svg5-dev libqt5network5-dev cmake make gcc g qtwebengine5-dev -y
mkdir build
cd build
cmake ..
make -j$(nproc)
To run this on an Raspberry Pi with Umbrel OS, run
./umbrel-details
The umbrel logo is Copyright 2020 Umbrel and is licensed under the terms and conditions of the MIT License.