{"id":30528041,"url":"https://github.com/aj-seven/Android-Sysinfo","last_synced_at":"2025-08-27T04:03:17.933Z","repository":{"id":153702160,"uuid":"556210649","full_name":"Aj-Seven/Android-Sysinfo","owner":"Aj-Seven","description":"A tool efficiently displays Android system details on Termux.","archived":false,"fork":false,"pushed_at":"2025-06-24T07:07:52.000Z","size":113,"stargazers_count":52,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-24T08:24:28.820Z","etag":null,"topics":["android","cli-tool","linux","system-info","termux"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Aj-Seven.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2022-10-23T10:20:55.000Z","updated_at":"2025-06-24T07:07:55.000Z","dependencies_parsed_at":"2024-04-15T09:59:03.226Z","dependency_job_id":null,"html_url":"https://github.com/Aj-Seven/Android-Sysinfo","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Aj-Seven/Android-Sysinfo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aj-Seven%2FAndroid-Sysinfo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aj-Seven%2FAndroid-Sysinfo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aj-Seven%2FAndroid-Sysinfo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aj-Seven%2FAndroid-Sysinfo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Aj-Seven","download_url":"https://codeload.github.com/Aj-Seven/Android-Sysinfo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aj-Seven%2FAndroid-Sysinfo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272288948,"owners_count":24907778,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-27T02:00:09.397Z","response_time":76,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","cli-tool","linux","system-info","termux"],"created_at":"2025-08-27T04:02:15.969Z","updated_at":"2025-08-27T04:03:17.900Z","avatar_url":"https://github.com/Aj-Seven.png","language":"Shell","readme":"\u003ch1 align=\"center\"\u003e sysinfo \u003c/h1\u003e\n\u003cp align=\"center\"\u003e Displays various info about Android on Termux app that written in BASH \u003c/p\u003e\n\u003cp align=\"center\"\u003e\n\u003ca href=\"./LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/badge/license-MIT-blue.svg\"\u003e\u003c/a\u003e\n\u003cimg src=\"https://img.shields.io/badge/shell_script-%23121011.svg?style=for-the-badge\u0026logo=gnu-bash\u0026logoColor=white\"\u003e\n\u003ca href='#'\u003e\u003cimg src=\"https://img.shields.io/badge/Made%20with-Bash-1f425f.svg\"\u003e\u003c/img\u003e\u003ca/\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n\u003ca href='#'\u003e\u003cIMG\nsrc=https://api.visitorbadge.io/api/VisitorHit?user=Aj-Seven\u0026repo=github-visitors-badge\u003e\u003c/img\u003e\u003c/a\u003e\n\u003ca href='#'\u003e\u003cimg src=https://img.shields.io/badge/Maintained%3F-yes-green.svg\u003e\u003c/img\u003e\u003ca/\u003e\n\u003c/p\u003e\n\n![MainMenu](https://github.com/Aj-Seven/Android-Sysinfo/assets/89263112/bd979abf-fd24-44f7-8665-2fae90b27a08)\n\n## :star: Features\n\n- Enhanced menu design to improve information visibility.\n- Enhanced command mode for executing specific functions.\n- Precise system load calculation using ADB HACK.\n- Memory and CPU functions optimized for better performance.\n- Continuous monitoring of CPU, memory, and battery in real-time.\n- sysinfo can now receive future updates.\n- Header menu shows updates, termux-api and ADB status.\n- Now device sensors list will display.\n\n## Installation :white_check_mark:\n\n\u003e **Attention!**\n\u003e - You have to install latest version of Termux from F-Droid **[here](https://f-droid.org/repo/com.termux_118.apk)**\n\u003e - Install termux-api latest version from F-Droid **[here](https://f-droid.org/repo/com.termux.api_51.apk)**\n\n#### Automatic Installation\n\n:star2: using curl\n- Install curl pkg\n``` bash\npkg install -y curl\n```\n- Run one line command to setup the script installation.\n- Installation depends on Internet speed.\n``` bash\nbash \u003c(curl -s https://raw.githubusercontent.com/Aj-Seven/Android-Sysinfo/master/sys-install)\n```\n- It will install the script with required dependencies.\n\n\u003e *After Successful Installation, execute it by*\n``` bash\nsysinfo\n```\n\n\u003cdetails closed\u003e\n\u003csummary\u003e\n\u003ch4\u003e Manual way \u003c/h4\u003e\n\u003c/summary\u003e\n\n- Download or clone this Repository\n\n``` bash\ngit clone https://github.com/Aj-Seven/Android-Sysinfo\n```\n\n- move this repo folder to `usr/share` directory\n\n``` bash\nmv Android-Sysinfo $PREFIX/share/Android-Sysinfo\n```\n\n- link the script to bin directory\n\n``` bash\nln -s $PREFIX/share/Android-Sysinfo/sysinfo $PREFIX/bin/sysinfo\n```\n\n**Make sure that required dependencies is installed before running**\n\u003cdetails closed\u003e\n\u003csummary\u003e required pkgs \u003c/summary\u003e\n\n- Install required pkgs by\n`pkg install -y git curl termux-api ncurses-utils duf figlet bc jq nmap speedtest-go`\n\u003c/details\u003e\n\n\u003e *Thats it, sysinfo is Successfully Installed :tada:*\n\n- Run by `sysinfo`\n\n\n\u003c/details\u003e\n\n## ADB Connection :zap:\n\n- To use ADB connection in the script, you need to activate remote TCP by running:\n``` bash\nadb tcpip 5555\n```\n- This command opens a TCP connection that stays active until your phone restarts.\n- You can check the ADB status in the header menu.\n\n\u003cdetails open\u003e\n\u003csummary\u003e\n\u003ch2\u003e Showcase \u003c/h2\u003e\n\u003c/summary\u003e\n\n\u003e This screenshots were taken by [AwesomeShot](https://github.com/Awesomesh0t/awesomeshot)\n\n- **Android Info**\n``` bash\nsysinfo android\n```\n![android_info](https://github.com/Aj-Seven/Android-Sysinfo/assets/89263112/66e31f13-083c-4ee6-b232-688ebb8e5b87)\n\n- **Disk Fetch**\n``` bash\nsysinfo disk\n```\n![disk_fs](https://github.com/Aj-Seven/Android-Sysinfo/assets/89263112/68482455-d053-40b2-8265-d538d031e948)\n\n\u003e **Disk Fetch (all)**\n![disk_all](https://github.com/Aj-Seven/Android-Sysinfo/assets/89263112/8235a692-e0a2-4fa4-bd42-7966386db8b6)\n\n- **CPU Info**\n``` bash\nsysinfo cpu\n```\n![cpu_details](https://github.com/Aj-Seven/Android-Sysinfo/assets/89263112/07b37745-3a46-432e-af86-5ae153428b58)\n\n\u003e **Monitoring**\n![cpu_monitoring](https://github.com/Aj-Seven/Android-Sysinfo/assets/89263112/d5d19497-a105-4cb6-9792-d1ec863fbbbd)\n\n- **Memory Fetch**\n``` bash\nsysinfo memory\n```\n![memory_details](https://github.com/Aj-Seven/Android-Sysinfo/assets/89263112/1d33d559-d019-4288-9f6f-9d06dc48f870)\n\n\u003e **Monitoring**\n![memory_monitoring](https://github.com/Aj-Seven/Android-Sysinfo/assets/89263112/b700207a-7005-45cc-8813-42fdf1be06ed)\n\n- **System Baseinfo**\n``` bash\nsysinfo sysbinfo\n```\n![android_base_info](https://github.com/Aj-Seven/Android-Sysinfo/assets/89263112/a5b9afc8-9b4e-4271-9c7c-39b1cdccbf52)\n\n- **Network Stats**\n``` bash\nsysinfo netstats\n```\n![netstats](https://github.com/Aj-Seven/Android-Sysinfo/assets/89263112/99a7572c-e3c6-4ffd-86da-bd29ec0e3bfd)\n\u003e **Cellular Info**\n``` bash\nsysinfo netstats --cellular\n```\n![netstats_cellular](https://github.com/Aj-Seven/Android-Sysinfo/assets/89263112/e7f778f0-97a9-466f-bc50-737b936b9358)\n\u003e **WiFi Info**\n``` bash\nsysinfo netstats --wifi\n```\n![netstats_wifi](https://github.com/Aj-Seven/Android-Sysinfo/assets/89263112/a75d0883-7ff2-4c38-abe6-50c27849458f)\n- **Internet Speed**\n``` bash\nsysinfo speed\n```\n![speedtest](https://github.com/Aj-Seven/Android-Sysinfo/assets/89263112/8a6a7aaf-4804-43b9-99fb-c79bfdc8f048)\n\n- **Battery Statistics**\n``` bash\nsysinfo Battery\n```\n![battery_stats](https://github.com/Aj-Seven/Android-Sysinfo/assets/89263112/abb9cc97-b4d9-4d4a-a75e-bfdcdd9e9ef9)\n\n\u003e **Battery Monitoring**\n![battery_monitoring](https://github.com/Aj-Seven/Android-Sysinfo/assets/89263112/18e0a5f2-690b-4d05-88ee-e1dd2bb6b9a3)\n\n- **Update view**\n![update](https://github.com/Aj-Seven/Android-Sysinfo/assets/89263112/56920f44-f78d-4a37-9cc9-ae78604999f9)\n\n- **Sensors Info**\n``` bash\nsysinfo sensor\n```\n![sensors](https://github.com/user-attachments/assets/490c60d2-9ed2-4321-93e6-2dabd71a3992)\n\u003c/details\u003e\n\n## Note\n- Some information may not be visible in certain functions because I only use a specific fetching method on one device.\n- Your contributions could enhance this script by providing even more detailed information about Android System.\n\n## Uninstallation\n\n``` bash\nbash \u003c(curl -s https://raw.githubusercontent.com/Aj-Seven/Android-Sysinfo/master/sys-uninstall)\n```\n\n## Contribution\nContributions are welcome! Feel free to fork the repository, make your changes and submit a pull request with relevant message of update or changes.\n\n## Credits\n\n- [Awesomeshot](https://github.com/Awesomesh0t/awesomeshot.git) For Awesome screenshot Images.\n\n- [myTermux](https://github.com/mayTermux/myTermux.git) For Custom shell,themes and config of termux.\n\n- [duf](https://github.com/muesli/duf) For Disk Usage.\n","funding_links":[],"categories":["Shell"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faj-seven%2FAndroid-Sysinfo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faj-seven%2FAndroid-Sysinfo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faj-seven%2FAndroid-Sysinfo/lists"}