Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
At last, a user-friendly Wine graphical interface (mirror from Gitlab)
| Date | Stars |
|---|---|
| 2026-07-24 | 460 |
| 2026-07-25 | 460 |
| 2026-07-28 | 460 |
| 2026-07-30 | 460 |
| 2026-08-06 | 460 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
35.0
growth rate 0.00%/day
# WineGUI At last, a user-interface friendly [Wine](https://www.winehq.org/) (A compatibility layer capable of running Windows applications under Linux) Manager. [](https://gitlab.melroy.org/melroy/winegui/-/pipelines/latest) [](https://t.me/winegui) [](https://gitlab.melroy.org/melroy/winegui/-/releases)  ## Download Two places where you can find the downloads: 1. You can find the latest version on the [Releases page](https://gitlab.melroy.org/melroy/winegui/-/releases) under "Assets" -> "Packages" on my GitLab. 2. Find the same packages on the [GitHub Release page](https://github.com/winegui/WineGUI/releases). Download the WineGUI package you require for your Linux distribution. I provide `.AppImage`, `.deb`, `.rpm` and `.tar.gz` files: - The **`.AppImage`** is a single, self-contained file that runs on most Linux distributions without installation or root. Download it, make it executable (`chmod +x WineGUI-*.AppImage`) and run it. - Use the `.deb` package file for Ubuntu, Debian, Linux Mint, Zorin OS, MX linux, and other Debian-based distributions. - Use the `.rpm` package for Fedora, RHEL, and similar distributions. - The Compressed Binary `.tar.gz` file is available for manual installation or standalone usage. This is prebuild. - The Source Code Archive (also `tar.gz`) is intented for building WineGUI from source. Install the package and you are ready to go! WineGUI should be listed in your menu. > **Note:** The AppImage bundles only the GTK stack, not Wine itself. As with every WineGUI package, **Wine v9 or higher must be installed on the host** (see below). **Run-time requirement:** Wine v9 or higher. ## Features - **Graphical user-interface** on top of [Wine](https://www.winehq.org/) - Creating a new machine using an **easy step-by-step wizard** - **Download & switch Wine versions** with a single click (Vanilla, Staging, Staging-TkG, Proton and GE-Proton builds), selectable per machine - **Application list** per machine (with _search feature_ and _add shortcuts_ to desktop or your menu) - Editing, removing and cloning Windows machines _in a breeze_ - Configure window **installing additional software** with just a single click (like installing DirectX, DXVK, ..) - **One-button click** to run a program, open the `C:` drive, simulate a reboot or kill all processes --- The sections below are mainly relevant for software developers, who want to contribute or help the WineGUI project. --- ## Contributing Thank you for considering contributing! Please, read the dedicated [contributing page](CONTRIBUTING.md). ## Development More information about Gtkmm4 can be found on the official [GTK documentation site](https://gtkmm.gnome.org/en/documentation.html). ### Requirements WineGUI is created by using [GTK4 toolkit](https://www.gtk.org/) (Gtkmm C++-interface) and C++ code. The following build dependencies should be met first: - gcc/g++ (advised: v13 or later) or clang (advised: v18 or later) - cmake (advised: v3.25 or newer) - ninja-build - libgtkmm-4.0-dev (implicit dependency with libgtk-4-dev and other dev packages) - libjson-glib-dev - nlohmann-json3-dev - pkg-config Optionally: - Ccache (optional, but very much **recommended**) - rpm - clangd (v18 or higher, if clangd is used in your IDE) **Dependencies for testing:** - clang-format (v19) - cppcheck (v2.18 or higher) For generating docs: - doxygen - graphviz **Hint:** You could execute `./scripts/deps.sh` script for Debian based systems (incl. Ubuntu and Linux Mint) in order to get all the dependencies installed automatically. ### Build Run script: `./scripts/build.sh` _Or_ execute: ```bash # Prepare cmake -GNinja -B build # Build WineGUI cmake --build ./build ``` Optionally, use the VSCode `
Excerpt of 9,166 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:682ad21daf129d34, topic:user-interface