ParParGUI
GUI front-end to ParPar, a PAR2 creation tool
Install / Use
/learn @animetosho/ParParGUIREADME
ParPar GUI
ParPar GUI is a graphical front-end to the command-line ParPar application, which is a high performance, multi-threaded PAR2 creation-only tool (verify/repair unsupported). The GUI exposes most of ParPar’s features, saving users from having to learn the command-line flags for most functionality.

Download
See the Releases page.
Compiling from Source
ParPar GUI is built using the C++/Qt framework. It should be compatible with both Qt5 and Qt6 versions As such, you’ll need C++ build tools and the QtWidgets library (or the whole Qt SDK), then compile via CMake.
The following are sample commands for Debian Linux:
apt-get install build-essential cmake qtbase5-dev
cmake . # in the directory of the source code
make
# result should be a binary './parpargui'
Alternatively, you can install Qt Creator, run it and load the CMakeLists.txt file as a project, and compile that.
Once built, you’ll need to ensure ParPar GUI can find ParPar itself. By default, it’ll automatically search the current directory for ParPar binaries, or the bin/parpar.js file along with the Node.js interpreter. Alternatively, the correct paths can be configured via the Options dialog. See building info on ParPar’s side for help on obtaining ParPar.
License
This code is Public Domain or CC0 (or equivalent) if PD isn’t recognised.
See Also
MultiPar for a full featured (create+repair) PAR2 client (Windows only).
Related Skills
node-connect
343.3kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
92.1kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
343.3kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
343.3kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
