{"id":51261068,"url":"https://github.com/inledgroup/droidtux","last_synced_at":"2026-06-29T12:01:19.547Z","repository":{"id":364285292,"uuid":"1267235670","full_name":"InledGroup/DroidTux","owner":"InledGroup","description":"Integrate your  Android phone's apps on Linux.","archived":false,"fork":false,"pushed_at":"2026-06-12T11:13:09.000Z","size":1109,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-12T13:08:48.233Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/InledGroup.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-12T10:54:01.000Z","updated_at":"2026-06-12T11:12:17.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/InledGroup/DroidTux","commit_stats":null,"previous_names":["inledgroup/droidtux"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/InledGroup/DroidTux","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InledGroup%2FDroidTux","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InledGroup%2FDroidTux/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InledGroup%2FDroidTux/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InledGroup%2FDroidTux/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/InledGroup","download_url":"https://codeload.github.com/InledGroup/DroidTux/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InledGroup%2FDroidTux/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34925718,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-29T02:00:05.398Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-29T12:01:16.377Z","updated_at":"2026-06-29T12:01:19.541Z","avatar_url":"https://github.com/InledGroup.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"static/logo.png\" alt=\"DroidTux Logo\" width=\"120\"\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003eDroidTux - Android Desktop Integrator 🐧📱\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#english\"\u003eEnglish\u003c/a\u003e | \u003ca href=\"#español\"\u003eEspañol\u003c/a\u003e\n\u003c/p\u003e\n\n\n---\n\n## Español\n\nDroidTux es una herramienta diseñada para integrar de forma fluida tus aplicaciones de Android directamente en tu escritorio Linux. Utiliza `scrcpy` para la transmisión de pantalla y un pequeño \"Bridge\" en el dispositivo para extraer iconos y etiquetas originales, creando archivos `.desktop` que permiten lanzar aplicaciones de Android como si fueran nativas.\n\n### ✨ Características\n- **Integración Nativa:** Lanza aplicaciones de Android desde tu menú de aplicaciones (GNOME, KDE, XFCE, etc.).\n- **Extracción de Iconos:** Obtiene los iconos y nombres reales de las aplicaciones del dispositivo.\n- **Sincronización Automática:** Gracias a las reglas `udev`, DroidTux puede sincronizar tus aplicaciones automáticamente al conectar el móvil por USB.\n- **Dashboard GTK:** Una interfaz sencilla para gestionar la sincronización y ver los logs.\n- **Multidisplay:** Utiliza las capacidades de `scrcpy` para crear displays virtuales con resoluciones personalizadas.\n\n### 📋 Requisitos\n- **Linux:** Con Python 3, `scrcpy`, `adb` y librerías GTK3.\n- **Android:** Depuración USB habilitada. Se recomienda habilitar \"Instalar vía USB\" en opciones de desarrollador para la mejor experiencia.\n\n### 🚀 Instalación\n1. Clona este repositorio.\n2. Asegúrate de tener el APK del bridge generado (o usa el incluido):\n   ```bash\n   ./build_bridge.sh\n   ```\n3. Ejecuta el script de instalación:\n   ```bash\n   chmod +x install.sh\n   ./install.sh\n   ```\n\n### 🛠️ Desarrollo\nPara compilar el bridge de Android manualmente, necesitas el SDK de Android (aapt2, d8, apksigner, etc.) y ejecutar:\n```bash\n./build_bridge.sh\n```\n\n---\n\n## English\n\nDroidTux is a tool designed to seamlessly integrate your Android applications directly into your Linux desktop. It leverages `scrcpy` for screen mirroring and a small \"Bridge\" app on the device to extract original icons and labels, creating `.desktop` files that allow you to launch Android apps as if they were native.\n\n### ✨ Features\n- **Native Integration:** Launch Android apps from your application menu (GNOME, KDE, XFCE, etc.).\n- **Icon Extraction:** Fetches real icons and names from the device.\n- **Automatic Sync:** Thanks to `udev` rules, DroidTux can automatically sync your apps when connecting your phone via USB.\n- **GTK Dashboard:** A simple interface to manage synchronization and view logs.\n- **Multidisplay:** Uses `scrcpy` capabilities to create virtual displays with custom resolutions.\n\n### 📋 Prerequisites\n- **Linux:** Python 3, `scrcpy`, `adb`, and GTK3 libraries.\n- **Android:** USB Debugging enabled. Enabling \"Install via USB\" in developer options is highly recommended for the best experience.\n\n### 🚀 Installation\n1. Clone this repository.\n2. Ensure the bridge APK is generated (or use the included one):\n   ```bash\n   ./build_bridge.sh\n   ```\n3. Run the installation script:\n   ```bash\n   chmod +x install.sh\n   ./install.sh\n   ```\n\n### 📦 Packages (Debian, Fedora, Arch Linux)\nYou can generate native packages for your distribution using the `package.sh` script. This script requires `fpm`:\n```bash\n./package.sh [version]\n```\nThis will generate `.deb`, `.rpm`, and `.pkg.tar.zst` files in the root directory.\n\nYou can also find the native definition files in the `packaging/` folder:\n- **Arch Linux:** `packaging/arch/PKGBUILD`\n- **Fedora:** `packaging/fedora/droidtux.spec`\n\nTo uninstall the package version:\n- Debian: `./uninstall_deb.sh`\n- Fedora: `./uninstall_rpm.sh`\n- Arch Linux: `./uninstall_pacman.sh`\n\n### 🛠️ Development\nTo manually compile the Android bridge, you need the Android SDK (aapt2, d8, apksigner, etc.) and run:\n```bash\n./build_bridge.sh\n```\n\n---\n*Developed with ❤️ by JaimeGH.*\n*vreadme1.2.1*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finledgroup%2Fdroidtux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finledgroup%2Fdroidtux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finledgroup%2Fdroidtux/lists"}