Skip to content

xanderwang/aya

 
 

Repository files navigation

AYA

Android ADB desktop app.

AYA - Open source desktop app for controlling android devices | Product Hunt

Windows macOS Linux Downloads License

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.

Building

安装子模块

git submodule update --init --recursive

安装依赖

npm install

安装 adb 工具

npm run adb

安装 scrcpy 工具

npm run scrcpy

编译手机 server

npm run server

调试

npm run build

打包

npm run pack

About

Android ADB desktop app

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • TypeScript 76.9%
  • SCSS 7.8%
  • JavaScript 7.5%
  • Kotlin 3.9%
  • CSS 3.8%
  • HTML 0.1%