{"id":44346844,"url":"https://github.com/leaf76/lazy_blacktea_rust","last_synced_at":"2026-03-17T08:02:54.972Z","repository":{"id":337188145,"uuid":"1151197838","full_name":"leaf76/lazy_blacktea_rust","owner":"leaf76","description":"Android ADB desktop toolkit built with Tauri + Rust + React for device management, logcat analysis, file explorer, APK install, and UI inspection.","archived":false,"fork":false,"pushed_at":"2026-03-05T20:06:48.000Z","size":1387,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-03-05T23:42:21.458Z","etag":null,"topics":["adb","android","apk-installer","bugreport","desktop-app","developer-tools","device-manager","logcat","react","rust","tauri","ui-automator"],"latest_commit_sha":null,"homepage":null,"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/leaf76.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":"SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-02-06T06:59:03.000Z","updated_at":"2026-03-05T20:06:52.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/leaf76/lazy_blacktea_rust","commit_stats":null,"previous_names":["leaf76/lazy_blacktea_rust"],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/leaf76/lazy_blacktea_rust","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leaf76%2Flazy_blacktea_rust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leaf76%2Flazy_blacktea_rust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leaf76%2Flazy_blacktea_rust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leaf76%2Flazy_blacktea_rust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leaf76","download_url":"https://codeload.github.com/leaf76/lazy_blacktea_rust/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leaf76%2Flazy_blacktea_rust/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30618077,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-17T04:46:40.957Z","status":"ssl_error","status_checked_at":"2026-03-17T04:46:32.538Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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","apk-installer","bugreport","desktop-app","developer-tools","device-manager","logcat","react","rust","tauri","ui-automator"],"created_at":"2026-02-11T14:07:37.282Z","updated_at":"2026-03-17T08:02:54.941Z","avatar_url":"https://github.com/leaf76.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lazy Blacktea\n\nLazy Blacktea is a desktop console for Android debugging and device operations (Tauri v2 + Rust + React).\nIt helps you run daily ADB workflows from one place: device management, logcat, files, APK installs, and UI inspection.\n\n## Why use it\n\n- One workspace for common Android diagnostics and operations\n- Multi-device friendly workflow for USB and wireless debugging\n- Less terminal context-switching for repetitive ADB tasks\n- Built for practical day-to-day engineering use\n\n## Download\n\nGet the latest build from GitHub **Releases**: [Releases](../../releases)\n\n### Packages\n\n- macOS: `*.dmg` (preferred), `*.app` bundle (if provided)\n- Linux: `*.AppImage` (portable), `*.deb` (Debian/Ubuntu-based distros)\n\nmacOS note: current builds are **unsigned**. If blocked by Gatekeeper, right-click and choose **Open**, or allow it in **System Settings -\u003e Privacy \u0026 Security**.\n\n## Quick start (3 minutes)\n\n1. Install `adb` and confirm it works: `adb version`\n2. Enable **USB debugging** on your Android device\n3. Connect the device and verify: `adb devices`\n4. Launch Lazy Blacktea and select your device\n5. Start from **Device Manager** or **Logcat**\n\nOptional: install `scrcpy` if you want screen mirroring support.\n\n## Feature highlights\n\n- Multi-device discovery and quick actions\n- Logcat streaming with live filters, presets, search, and export\n- File browser with pull/upload/rename/delete/preview\n- APK install flows: single APK, multi APK, split bundles, and launch\n- UI hierarchy capture with screenshot preview and XML/HTML export\n- Wireless pairing helper and `scrcpy` integration\n- Task Center for tracking long-running operations\n\n## Who this is for\n\n- Android app engineers and QA who work with real devices\n- Teams that run repeated ADB routines across multiple devices\n- Developers who want a faster desktop workflow around ADB\n\n## Requirements\n\n- `adb` available in `PATH`, or set an absolute ADB path in Settings\n- Android device with USB debugging enabled\n\n## Documentation\n\n- Usage guide: [docs/usage.md](docs/usage.md)\n- Troubleshooting: [docs/troubleshooting.md](docs/troubleshooting.md)\n- Development / build from source: [docs/development.md](docs/development.md)\n- Testing guide: [docs/testing.md](docs/testing.md)\n\n## Project status\n\nActive personal project under continuous development.\nBreaking changes may happen before a stable release is announced.\n\n## Contributing\n\nContributions and issue reports are welcome.\nSee [CONTRIBUTING.md](CONTRIBUTING.md).\n\n## Security\n\nFor vulnerabilities, please use GitHub Security Advisories.\nSee [SECURITY.md](SECURITY.md).\n\n## License\n\nMIT. See [LICENSE](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleaf76%2Flazy_blacktea_rust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleaf76%2Flazy_blacktea_rust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleaf76%2Flazy_blacktea_rust/lists"}