No description
Find a file
2023-07-31 11:44:22 +08:00
.github chore: v0.0.20 2023-06-05 11:02:37 +08:00
.vscode chore(demo): update scrcpy server to 2.1.1 2023-07-15 22:08:40 +08:00
apps chore(demo): update scrcpy server to 2.1.1 2023-07-15 22:08:40 +08:00
common chore: add changelogs 2023-07-21 16:01:37 +08:00
libraries feat(adb): auto close connection by default 2023-07-31 11:44:22 +08:00
toolchain chore: update dependencies 2023-07-07 18:30:13 +08:00
.gitattributes chore: convert line ending to lf 2022-05-15 21:15:31 +08:00
.gitignore chore: convert line ending to lf 2022-05-15 21:15:31 +08:00
.prettierrc.yaml fix(scrcpy): options.setListDisplays not work for some versions 2023-07-15 12:46:37 +08:00
adb.NOTICE chore: add NOTICE from adb repo 2021-08-01 23:39:04 +08:00
codecov.yml chore: experimental moving to rush 2021-05-14 15:31:59 +08:00
CONTRIBUTING.md chore(doc): fix typo 2023-04-28 18:05:30 +08:00
LICENSE chore: update license year 2023-01-13 02:02:31 +08:00
README.md chore: add sponsor badge 2023-05-24 03:16:37 +08:00
rush.json feat(scrcpy-server): separate package, add support for Vite 2023-06-27 15:29:35 +08:00

Tango

MIT license

A library and application for browsers to interact with Android devices via ADB.

All features are working on Chrome for Android, use a C-to-C cable or run WebSockify in Termux to connect.

🚀 Online Demo

For USB connection, close Google ADB (Run adb kill-server in a terminal or close adb.exe from Task Manager) and all programs that may use ADB (e.g. Android Studio, Visual Studio, Godot Editor, etc.) before connecting.

Compatibility

Connection Chromium-based Browsers Firefox Node.js
USB cable Supported using WebUSB API No Supported using usb package
Wireless through WebSocket 1 Supported Supported Possible using ws package
Wireless through TCP WIP using Direct Sockets API No Possible using net module

1 Requires WebSockify softwares, see instruction for detail.

Features

  • 📁 File Management
    • 📋 List
    • ⬆ Upload
    • ⬇ Download
    • 🗑 Delete
  • 📷 Screen Capture
  • 📜 Terminal Emulator powered by Tabby
    • Tabs and split panes
    • Color themes
    • Rich configuration
  • ⚙ Enable ADB over WiFi
  • 📦 Install APK
  • 🎥 Scrcpy compatible client
    • Screen mirroring
    • Audio forwarding (Android >= 11)
    • Recording
    • Control device with mouse, touch and keyboard
  • 🐛 Chrome Remote Debugging that supporting
    • Google Chrome (stable, beta, dev, canary)
    • Microsoft Edge (stable, beta, dev, canary)
    • Opera (stable, beta)
    • Vivaldi
  • 🔌 Power and reboot to different modes

Contribute

See CONTRIBUTING.md

Sponsors

Become a backer and get your image on our README on Github with a link to your site.

Used open-source projects