{"id":24797783,"url":"https://github.com/beecho01/minimaladb","last_synced_at":"2026-05-06T20:36:17.676Z","repository":{"id":273854991,"uuid":"921097268","full_name":"beecho01/MinimalADB","owner":"beecho01","description":"This project is a modernised version of yadev64/GMADB, bringing an updated UI and improved usability for flashing and managing Android devices.","archived":false,"fork":false,"pushed_at":"2025-05-13T16:34:47.000Z","size":15500,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-13T17:47:10.642Z","etag":null,"topics":["adb","android","fluent-ui","react"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/beecho01.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2025-01-23T10:31:44.000Z","updated_at":"2025-05-13T16:34:51.000Z","dependencies_parsed_at":"2025-02-28T18:29:20.568Z","dependency_job_id":"c92a6d10-8180-4eb4-b0bc-90f7e5d51ce7","html_url":"https://github.com/beecho01/MinimalADB","commit_stats":null,"previous_names":["beecho01/minimaladb"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/beecho01/MinimalADB","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beecho01%2FMinimalADB","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beecho01%2FMinimalADB/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beecho01%2FMinimalADB/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beecho01%2FMinimalADB/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/beecho01","download_url":"https://codeload.github.com/beecho01/MinimalADB/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beecho01%2FMinimalADB/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32711551,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T19:35:05.142Z","status":"ssl_error","status_checked_at":"2026-05-06T19:35:03.996Z","response_time":117,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["adb","android","fluent-ui","react"],"created_at":"2025-01-30T01:29:40.163Z","updated_at":"2026-05-06T20:36:17.662Z","avatar_url":"https://github.com/beecho01.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"src/renderer/assets/MinimalADB_White_Small.png\" style=\"height: 50px\"/\u003e\n\n---\n\n**MinimalADB** is a modern, user-friendly GUI for interacting with Android devices via **ADB (Android Debug Bridge)**. Designed with Microsoft's [Fluent UI](https://developer.microsoft.com/en-us/fluentui#/) principles, it provides an intuitive interface for **device detection, rebooting into recovery, flashing ROMs, and executing custom ADB commands**.\n\nThis project is a **modernised version of [yadev64/GMADB](https://github.com/yadev64/GMADB)**, bringing an updated UI and improved usability for flashing and managing Android devices.\n\n## Features\n\n✅ **Device Management** – Easily check connected ADB devices.  \n✅ **Recovery Mode** – Reboot into recovery mode with one click.  \n✅ **ROM Flashing** – Select and sideload a ROM zip file effortlessly.  \n✅ **Custom Commands** – Execute any ADB command directly from the GUI.  \n✅ **Fluent UI Design** – A sleek and dark-themed interface built for modern Windows environments.  \n\n\u003cbr /\u003e\n\u003cbr /\u003e\n\n![Windows Dark](docs/windows-dark.png)\n\n\u003cbr /\u003e\n\n---\n\n\u003cbr /\u003e\n\n## 📅 Roadmap\n### 🔜 Short-Term Goals\n* Improved Logging \u0026 Output – Enhance command execution logs for better debugging.\n* Device Info Panel – Display detailed information about connected devices.\n* Improved Theming - Add support for Windows 10 devices unable to use the `mica` material.\n* APK File Managment - Add support for APK installation, deletion and extraction.\n\n### 🚀 Mid-Term Goals\n* File Explorer Integration – Browse device storage directly from the UI.\n* Persistent Settings – Remember last-used configurations and settings.\n* Multi-Device Support – Handle multiple devices connected simultaneously.\n* Fastboot Mode Integration – Extend support for fastboot commands.\n* Theme Customisation – Light mode and custom themes.\n\n### 🌟 Long-Term Goals\n* Wireless ADB Support – Enable easy setup and management of wireless ADB connections.\n* Cross-Platform Support – Explore Linux/macOS support.\n* Scrpy Integration - Capture Videos and Screenshots from device(s).\n\n\u003cbr /\u003e\n\n---\n\n\u003cbr /\u003e\n\n## 🛠️ Development\n\n-   Install dependencies\n\n    ```\n    yarn install\n    ```\n\n-   Run app in dev mode\n\n    ```\n    yarn run dev\n    ```\n\n-   Lint files\n\n    ```\n    yarn run lint\n    ```\n\n-   Run Prettier\n  \n    ```\n    yarn run prettier\n    ```\n\n-   Run tests\n\n    ```\n    yarn run test\n    ```\n\n-   Build and package app\n\n    ```\n    yarn run build \u0026\u0026 yarn run package\n    ```\n\n\u003cbr /\u003e\n\n---\n\n\u003cbr /\u003e\n\n## 🏗 Contributions \u0026 Suggestions\nHave a feature request or want to contribute? Open an [issue](https://github.com/beecho01/MinimalADB/issues) or submit a pull request!\n\n\u003cbr /\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeecho01%2Fminimaladb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeecho01%2Fminimaladb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeecho01%2Fminimaladb/lists"}