back to home

liriliri / aya

Android ADB desktop app

4,861 stars
262 forks
73 issues
TypeScriptSCSSJavaScript

AI Architecture Analysis

This repository is indexed by RepoMind. By analyzing liriliri/aya in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.

Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.

Source files are only loaded when you start an analysis to optimize performance.

Embed this Badge

Showcase RepoMind's analysis directly in your repository's README.

[![Analyzed by RepoMind](https://img.shields.io/badge/Analyzed%20by-RepoMind-4F46E5?style=for-the-badge)](https://repomind.in/repo/liriliri/aya)
Preview:Analyzed by RepoMind

Repository Overview (README excerpt)

Crawler view

AYA Android ADB desktop app. [![Windows][windows-image]][release-url] [![macOS][mac-image]][release-url] [![Linux][linux-image]][release-url] [![Downloads][download-image]][release-url] ![License][license-image] [windows-image]: https://img.shields.io/badge/-Windows-blue?style=flat-square&logo=windows [mac-image]: https://img.shields.io/badge/-macOS-black?style=flat-square&logo=apple [linux-image]: https://img.shields.io/badge/-Linux-yellow?style=flat-square&logo=linux [download-image]: https://img.shields.io/github/downloads/liriliri/aya/total?style=flat-square [release-url]: https://github.com/liriliri/aya/releases [license-image]: https://img.shields.io/github/license/liriliri/aya?style=flat-square AYA is a desktop application for easily controlling android devices, which can be considered as a GUI wrapper for ADB. Installation Click here to download and install AYA. Windows x64, Mac arm64, Mac x64 and Linux x86_64 are supported. Features • Screen mirror • File explorer • Application manager • Process monitor • Layout inspector • CPU, memory and FPS monitor • Logcat viewer • Interactive shell For more detailed usage instructions, please read the documentation at aya.liriliri.io! Related Projects • licia: Utility library used by AYA. • luna: UI components used by AYA. • vivy: Icon image generation. • echo: Harmony OS version of AYA. Contribution Read Contributing Guide for development setup instructions.