The Tiwut Launcher is the official desktop client designed to provide easy access to all applications developed as part of the Tiwut hobby project. It functions as an application store and launcher, allowing users to discover, install, and manage Tiwut's desktop applications seamlessly.
Powered by the Nexus interpreter.
- App Library: Browse, discover, and install applications developed by the Tiwut Project directly from the cloud.
- App Management: One-click installation, launching, and uninstallation of your favorite applications.
- Nexus Interpreter Integration: Automatically handles application execution using the custom Nexus script interpreter.
- Modern UI: A clean, glassmorphism-inspired dark theme designed for a modern desktop experience.
- In-App Updates: Keep your Nexus interpreter up-to-date directly from the Launcher's settings menu.
- Quick Search: Find apps instantly using the built-in search bar.
- C++17 compatible compiler
- Qt 6 (Core, Gui, Widgets, Network modules)
- CMake 3.16 or higher
-
Clone the repository:
git clone https://github.com/tiwut/Tiwut-Launcher.git cd Tiwut-Launcher -
Create a build directory and configure the project:
mkdir build && cd build cmake ..
-
Compile the project:
make
-
Run the Launcher:
./NexusLauncher
(Note: Ensure that the
nexusexecutable is located in the same directory as the launcher, or update it directly via the in-app settings menu).
If you see an error stating the app is "damaged" or "cannot be verified," macOS has placed the app in quarantine because it is from an unidentified developer.
To fix this, open your Terminal, navigate to the folder containing the app, and run:
Bash
xattr -cr "Tiwut Launcher.app"
As an open-source project, this app is not digitally signed by Apple. This command removes the "quarantine" flag, allowing the app to launch normally. After running the command, you can open the app.
- Version: v4.1.2
- Developer: Tiwut
- Website: tiwut.org
This project is licensed under the MIT License.
Copyright (c) 2026 Tiwut
Developed with ❤️ by the Tiwut Project.