The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Linux | 2025-11-07 | ||
| Versions | 2025-11-07 | ||
| python | 2025-10-27 | ||
| icon.ico | 2025-11-07 | 170.8 kB | |
| main.jpg | 2025-11-07 | 6.3 MB | |
| README.md | 2025-11-07 | 2.8 kB | |
| Tiwut_Launcher.iss | 2025-11-07 | 2.5 kB | |
| Totals: 7 Items | 6.5 MB | 6 |
🚀 Tiwut-Launcher
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.
The Tiwut project's full collection of repositories can be found on GitHub: https://github.com/tiwut?tab=repositories
✨ Features
- Application Hub: Centralized access to all desktop applications from the Tiwut hobby project.
- Cross-Platform Support: Dedicated versions for both Windows and Linux, built from separate source files (
v2.5stable.pyfor Windows andmain.pyfor Linux). - Intuitive UI: Built using
tkinterandttkto provide a clean application store experience. - Linux Edition Adapations (in
main.py):- Uses Linux-standard directories (
~/.config,~/.local/share) for application data. - Creates
.desktopfiles for application shortcuts. - Uses Linux-standard executable names ("main" instead of "main.exe").
- Uses Linux-standard directories (
- Installation/Uninstallation: Manage your installed Tiwut applications directly through the launcher.
💻 Installation
The Tiwut-Launcher is provided with platform-specific installers in the GitHub Releases section.
Latest Releases: https://github.com/tiwut/Tiwut-Launcher/releases
Windows
Download and run the installer (.exe installer) from the official GitHub releases page.
Linux (Debian/Ubuntu-based systems)
A shell script installer is provided for convenience.
- Download the
install-tiwut-launcher.shscript from the latest GitHub Releases. -
Open a terminal, navigate to the download directory, and execute the script:
bash chmod +x install-tiwut-launcher.sh ./install-tiwut-launcher.shThe script downloads the main Python application file (
main.py), makes it executable, and creates standard application and desktop shortcuts.
🛠️ Source Code
The project is written in Python with a graphical interface powered by tkinter.
| Platform | Source File | Description |
|---|---|---|
| Linux Edition | main.py |
Source code specifically adapted for Linux systems (using Linux directories and standards). |
| Windows Edition | v2.5stable.py |
Source code for the Windows version (uses Windows-specific directories and naming conventions). |
🔗 Project Links
- Tiwut Project Repositories: https://github.com/tiwut?tab=repositories