--- license: mit language: - en tags: - chahuadev - app-launcher - hub - python - desktop-app - customtkinter - electron pretty_name: Chahuadev Hub ---
# Chahuadev Hub **The official app launcher and distribution hub by Chahuadev.** Download and manage all Chahuadev apps in one place — including **Chahuadev Framework**, **Emoji Cleaner**, and **Junk Sweeper**.

Chahuadev Hub — App Launcher

HuggingFace PyPI Python 3.9+ Cross-Platform MIT License

--- ## 📦 Installation Make sure you have **Python 3.9+** installed, then run: ### 🪟 Windows ```bash pip install chahuadev-hub ``` > **If `pip` is not recognized** on Windows: > ```bash > python -m pip install chahuadev-hub > ``` ### 🐧 Linux ```bash pip3 install chahuadev-hub ``` > **If `pip3` is not recognized** on Linux, install pip first: > ```bash > sudo apt install python3-pip # Ubuntu / Debian > sudo dnf install python3-pip # Fedora > ``` > Then run `pip3 install chahuadev-hub` again. ### 🔄 Update to the latest version ```bash pip install --upgrade chahuadev-hub ``` > Linux: use `pip3 install --upgrade chahuadev-hub` ## 🎮 Usage You can launch the Chahuadev Hub GUI using either of the following methods: ### Method 1: Direct Command (Recommended) Simply type this in your terminal and press Enter: ```bash chahuadev-hub ``` ### Method 2: Python Module Command (Works on all systems) If the direct command doesn't work — common on Windows when Python's Scripts folder is not in PATH — use this instead: ```bash python -m chahuadev_hub ``` > **Note:** A sleek, dark-mode GUI window will appear, automatically fetching the latest tools ready for you to download! ## ✨ Features - 🌐 **Cloud Sync:** Fetches the latest app list directly from the Chahuadev Hugging Face repository. - ⬇️ **Smart Download:** Real-time progress bar with file size and integrity verification. - 🪟🐧 **Cross-Platform:** Beautiful UI that works seamlessly on both Windows and Linux. - 🔍 **Filtering:** Easily sort and filter available apps by platform (Windows `.exe` / Linux `.AppImage`). ## 🔗 Links - Developer: [Chahuadev on Hugging Face](https://huggingface.co/chahuadev)