{"id":49987544,"url":"https://github.com/shreyashkore/eagly","last_synced_at":"2026-05-19T01:01:02.156Z","repository":{"id":354702894,"uuid":"1217169015","full_name":"ShreyashKore/eagly","owner":"ShreyashKore","description":"A unified log viewer which allows viewing Android/iOS logs on windows/linux/mac","archived":false,"fork":false,"pushed_at":"2026-05-18T22:34:50.000Z","size":1682,"stargazers_count":0,"open_issues_count":8,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-18T22:43:33.683Z","etag":null,"topics":["adb","adb-gui","dart","flutter","libimobiledevice","logcat","logcat-viewer"],"latest_commit_sha":null,"homepage":"","language":"Dart","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/ShreyashKore.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/CONTRIBUTING.md","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-04-21T16:02:16.000Z","updated_at":"2026-05-18T22:33:50.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/ShreyashKore/eagly","commit_stats":null,"previous_names":["shreyashkore/logview","shreyashkore/eagly"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/ShreyashKore/eagly","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShreyashKore%2Feagly","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShreyashKore%2Feagly/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShreyashKore%2Feagly/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShreyashKore%2Feagly/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ShreyashKore","download_url":"https://codeload.github.com/ShreyashKore/eagly/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShreyashKore%2Feagly/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33197518,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T09:27:30.708Z","status":"ssl_error","status_checked_at":"2026-05-18T09:27:28.300Z","response_time":71,"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","adb-gui","dart","flutter","libimobiledevice","logcat","logcat-viewer"],"created_at":"2026-05-19T01:00:27.492Z","updated_at":"2026-05-19T01:01:02.144Z","avatar_url":"https://github.com/ShreyashKore.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Eagly - Universal Logcat\n\n[![Flutter](https://img.shields.io/badge/Flutter-3.x-02569B?logo=flutter\u0026logoColor=white)](https://flutter.dev)\n[![Dart](https://img.shields.io/badge/Dart-3.x-0175C2?logo=dart\u0026logoColor=white)](https://dart.dev)\n[![Desktop](https://img.shields.io/badge/Platforms-macOS%20%7C%20Windows%20%7C%20Linux-informational?logo=apple\u0026logoColor=white)](https://flutter.dev/desktop)\n[![License](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)\n\nA cross-platform desktop log viewer for **Android** and **iOS** devices — built for developers and testers who need a fast, reliable debugging utility to inspect device logs without any command-line setup.\n\n---\n\n## Screenshots\n\n![Getting Started](docs/screenshots/getting_started_screen.png)\n![Logs Screen](docs/screenshots/logs_screen.png)\n![Settings Screen](docs/screenshots/settings_screen.png)\n\n---\n\n## Features\n\n- 🔍 **Discover** connected Android and iOS devices automatically\n- 📱 **Android** — stream logs via `adb logcat -v threadtime`\n- 🍎 **iOS** — stream logs via `idevicesyslog`, with full multi-line syslog entry support\n- 🔎 **Filter \u0026 Search** — filter by log level, tag, process ID, or free-text search\n- 📂 **Import / Export** — open saved log files or export captured logs\n- 🌐 **Wireless Debugging** — connect to Android devices over Wi-Fi\n- 🎨 **Tabbed log sessions** — view multiple devices side by side\n- 🛠️ **No external tools required** — `adb` and `libimobiledevice` are bundled in the app\n\n### Roadmap\n\nFuture releases are planned to include:\n\n- 📲 **Screen mirroring** — mirror device screen directly in the app\n- 🖱️ **Device control** — interact with the device from your desktop\n- And more developer/tester productivity features…\n\n---\n\n## Installation\n\nDownload the latest release for your platform from the [Releases](https://github.com/ShreyashKore/eagly/releases) page.\n\nNo external dependencies need to be installed — the app ships with all required tools bundled.\n\n---\n\n## Usage\n\n### Android\n\n1. Enable **Developer Options** on your Android device.\n2. Turn on **USB Debugging** (Settings → Developer Options → USB debugging).\n3. Connect your device via USB (or use wireless debugging).\n4. Launch Eagly — your device should appear automatically.\n\n### iOS — macOS / Linux\n\n1. Connect your iPhone or iPad via USB.\n2. When prompted on the device, tap **Trust This Computer** and enter your passcode.\n3. Launch Eagly — your device should appear automatically.\n\n### iOS — Windows\n\n\u003e **iTunes is required** for iOS device communication on Windows.\n\u003e Download and install iTunes from [https://www.apple.com/itunes/](https://www.apple.com/itunes/) before connecting your device.\n\n1. Install [iTunes](https://www.apple.com/itunes/).\n2. Connect your iPhone or iPad via USB.\n3. When prompted on the device, tap **Trust This Computer** and enter your passcode.\n4. Launch Eagly — your device should appear automatically.\n\n---\n\n## Building from Source\n\nSee [docs/CONTRIBUTING.md](docs/CONTRIBUTING.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshreyashkore%2Feagly","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshreyashkore%2Feagly","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshreyashkore%2Feagly/lists"}