Draft
Conversation
Co-authored-by: GrassBlock1 <46253950+GrassBlock1@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add 7zip gui application support for Linux
Add Qt-based Linux GUI for 7-Zip ZS
Mar 20, 2026
|
@copilot can you send me a screenshotof the application here |
Co-authored-by: GrassBlock1 <46253950+GrassBlock1@users.noreply.github.com>
Author
Here's the screenshot of The window shows the main table listing the archive contents (name, size, compressed size, method, modified date, CRC), the toolbar (Open, Extract All, Add Files, Create Archive, Test), and the status bar showing the item count. Drag-and-drop of archive files onto the window is also supported. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

The 7-Zip ZS GUI was entirely Win32-native with no Linux equivalent. This adds a Qt5/Qt6 archive manager (
7zz-gui) for Linux that shells out to the existing7zzbinary for all archive operations, keeping it fully decoupled from Windows-specific internals.New:
CPP/7zip/UI/QtGUI/MainWindow—QMainWindowwith toolbar, menus, drag-and-drop; supports open, extract-all, extract-selected, add files, create archive, and integrity testArchiveModel—QAbstractTableModelparsing7zz l -sltoutput into a sortable table (name, size, compressed size, method, modified, CRC)main.cpp— entry point; accepts an optional archive path as a positional argument7zz-gui.desktop— XDG desktop entry with MIME-type associations for system integrationBuild system
CMakeLists.txt(repo root) — auto-detects Qt6 then falls back to Qt5; no-ops on WindowsCPP/7zip/UI/QtGUI/CMakeLists.txt—7zz-guitarget; version string injected via compile definition from the top-levelproject(VERSION …)to avoid skewCI (
build.yml)Adds a
linux-guimatrix job (x64 + arm64) that installsqtbase5-dev, builds with CMake/Ninja, and uploads7zz-guias an artifact. Job scoped topermissions: contents: read.Usage
⚡ Quickly spin up Copilot coding agent tasks from anywhere on your macOS or Windows machine with Raycast.