Download SolarVox Monitor - Linux
Download the AppImage file for your Linux system:
Download AppImageInstallation Instructions
# Navigate to the folder where the AppImage is downloaded
cd ~/Downloads
# Make the AppImage executable (quotes handle spaces in filename)
chmod +x "SolarVox Monitor-1.0.0.AppImage"
# Run the AppImage
"./SolarVox Monitor-1.0.0.AppImage"
# Optional: create a desktop shortcut
mkdir -p ~/.local/share/applications
cat << EOF > ~/.local/share/applications/solarvox-monitor.desktop
[Desktop Entry]
Name=SolarVox Monitor
Comment=System Monitoring Tool
Exec="/home/$USER/Downloads/SolarVox Monitor-1.0.0.AppImage"
Icon=assets/icons/solarvox.png
Terminal=false
Type=Application
Categories=Utility;
EOF