https://github.com/liriliri/aya
Android adb desktop app
https://github.com/liriliri/aya
Last synced: 6 months ago
JSON representation
Android adb desktop app
- Host: GitHub
- URL: https://github.com/liriliri/aya
- Owner: liriliri
- License: mit
- Created: 2024-10-14T10:39:33.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-29T11:25:39.000Z (over 1 year ago)
- Last Synced: 2024-10-29T11:44:49.057Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 146 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- StarryDivineSky - liriliri/aya
README
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](https://aya.liriliri.io/) is a desktop application for easily controlling android devices, which can be considered as a GUI wrapper for ADB.
## Installation
Click [here](https://github.com/liriliri/aya/releases/) to download and install AYA. Windows x64, Mac arm64 and Linux x86_64 are supported.
## Features

* Screen mirror
* File explorer
* Application manager
* Process monitor
* CPU, memory and FPS monitor
* Logcat viewer
* Interactive shell
For more detailed usage instructions, please read the documentation at [aya.liriliri.io](https://aya.liriliri.io)!
## Related Projects
* [licia](https://github.com/liriliri/licia): Utility library used by aya.
* [luna](https://github.com/liriliri/luna): UI components used by aya.
* [vivy](https://github.com/liriliri/vivy): Icon image generation.
## Contribution
Read [Contributing Guide](https://aya.liriliri.io/guide/contributing.html) for development setup instructions.