liriliri/aya

Android ADB desktop app

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 35 minutes ago
Added to GitGenius on September 12th, 2026
Created on October 14th, 2024
Open Issues & Pull Requests: 83 (+0)
GitHub issues: Enabled
Number of forks: 324
Total Stargazers: 5,451 (+0)
Total Subscribers: 31 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 26.6 hours
Mean response time: 15.3 days
90th percentile: 43.9 days
Tracked items: 106

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 12% of issues opened in the past year have been closed. Three people close 85% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 76
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 371 days
Stale 30+ days: 75
Stale 90+ days: 72

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

AYA is a desktop application that provides a graphical interface for controlling Android devices through ADB.

The tool addresses the friction of working with Android devices from a desktop by wrapping ADB functionality in a user interface. Rather than typing command-line commands, developers and testers can interact with connected devices through visual controls. The application mirrors the device screen, manages files and applications, monitors processes and system metrics, inspects layouts, views logs, and provides an interactive shell—all from a single desktop window.

AYA suits developers and QA engineers who frequently interact with Android devices and prefer a graphical workflow over command-line tools. It works across Windows, macOS, and Linux, making it accessible regardless of development platform. The tool is most valuable for tasks that benefit from visual feedback, such as screen mirroring and layout inspection, or for workflows that involve rapid switching between multiple device management operations.

The project maintains active development with regular updates to its codebase and documentation. The maintainer responds to issues and pull requests, indicating ongoing engagement with the user base. Development is organized around a clear contribution guide, suggesting a structured approach to accepting external work. The tool is built on established technologies—Electron for the desktop framework and TypeScript for type safety—which are well-supported ecosystems.