npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

andro-remote-suite

v1.0.0

Published

ANDRO - Remote Android Management Suite for controlling Android devices remotely

Readme

ANDRO - Remote Android Management Suite

Disclaimer: This software or tool is meant for educational purposes only. We are not responsible for any malicious use of the app.

Features

  • 📍 GPS Logging - Track device location in real-time
  • 🎤 Microphone Recording - Remote audio capture
  • 📱 View Contacts - Access device contact list
  • 💬 SMS Management - View SMS logs and send messages
  • 📞 Call Logs - Monitor call history
  • 📦 View Installed Apps - List all installed applications
  • 🔐 View Stub Permissions - Check app permissions
  • 📋 Live Clipboard Logging - Monitor clipboard activity
  • 🔔 Live Notification Logging - Track notifications
  • 📶 View WiFi Networks - See previously connected networks
  • 📁 File Explorer & Downloader - Browse and download files
  • Command Queuing - Execute commands remotely
  • 🔨 Built-in APK Builder - Create and sign APK files

Prerequisites

  • Java Runtime Environment 8 ⚠️ (We cannot stress this enough - USE Java 1.8.0)
  • Node.js >= 12.0.0
  • Any Linux distribution (Kali, Arch) or Android with LinuxDroid

Java Installation

Debian, Ubuntu, etc:

sudo apt-get install openjdk-8-jre

Fedora, Oracle, Red Hat, etc:

su -c "yum install java-1.8.0-openjdk"

Windows: Download JRE 8 here

Installation

🚀 Quick Install (Recommended)

Install globally using npm:

npm install -g andro-remote-suite

Or using npx (no installation required):

npx andro-remote-suite

📦 Local Installation

git clone https://github.com/AryanVBW/ANDRO.git
cd ANDRO
npm install
npm start

Usage

After global installation, simply run:

andro

The application will start and be available at:

  • Web Interface: http://localhost:8080
  • Control Port: 8084

Setting Username & Password

  1. Stop ANDRO: pm2 stop index (if using PM2)
  2. Open maindb.json in a text editor
  3. Under admin:
    • Set username as plain text (Default: andro)
    • Set password as LOWERCASE MD5 hash (Default: admin)
  4. Save and restart the application

Configuration

The application uses the following default ports:

  • Web Interface: 8080
  • Socket Control: 8084

You can modify these settings in includes/const.js

Development

git clone https://github.com/AryanVBW/ANDRO.git
cd ANDRO
npm install
npm start

Production Deployment

It's recommended to run ANDRO behind a reverse proxy such as NGINX for production environments.

Screenshots

Login Page Control Panel Device Management

Acknowledgments

ANDRO builds off and utilizes several open source software packages. Without these, ANDRO wouldn't be what it is!

Support

When opening an issue, you MUST use the provided templates. Issues without this will not receive support quickly and will be put to the bottom of the figurative pile.

Please have a look through the current issues, open and closed to see if your issue has been addressed before. If it's Java related, it's most definitely been addressed - In short: Use Java 1.8.0

License

ISC License

Disclaimer

Vivek W provides no warranty with this software and will not be responsible for any direct or indirect damage caused due to the usage of this tool.

ANDRO is built for both Educational and Internal use ONLY.

Author

Contributing

Contributions are welcome! Please feel free to submit a Pull Request to the GitHub repository.