๐—ฝ๐—ผ๐—ฝ๐— ๐—ข๐——๐—ฆ | ๐—™๐—ข๐—ฆ๐—ฆ, ๐—Ÿ๐—ถ๐—ณ๐—ฒ, ๐— ๐—ฒ๐—บ๐—ฒ๐˜€
28.1K subscribers
3.23K photos
124 videos
59 files
2.85K links
โš ๏ธ DISCLAIMER โš ๏ธ
popMODS does NOT host, distribute, or share any modifications, pirated software, cracked content, or illegal files.

Creator: @OM3RSUSIN
Download Telegram
Extension Box

An open-source, modular system monitoring app for Android. Track battery health, network speed, data usage, screen time, step count, and more - all from a single persistent notification.

๐Ÿ”— Links:
- Download
- Screenshots
- Features
- Source code
Developer: Claude AI
Prompter:ร–mer SรœSฤฐN

โค๏ธ Support the Project

If this project makes your life easier, here are a few quick ways to show some love:
โญ๏ธ Star the repo/app
โ˜•๏ธ Buy a coffee for the developer
๐Ÿ›  Contribute code, issues, or pull-requests


๐Ÿท๏ธ Tags: #Android #Utilities
โค55โคโ€๐Ÿ”ฅ8๐Ÿ—ฟ8๐Ÿ”ฅ5๐Ÿ™4๐Ÿ’ฏ3๐Ÿ•Š1
๐—ฝ๐—ผ๐—ฝ๐— ๐—ข๐——๐—ฆ | ๐—™๐—ข๐—ฆ๐—ฆ, ๐—Ÿ๐—ถ๐—ณ๐—ฒ, ๐— ๐—ฒ๐—บ๐—ฒ๐˜€
Extension Box An open-source, modular system monitoring app for Android. Track battery health, network speed, data usage, screen time, step count, and more - all from a single persistent notification. ๐Ÿ”— Links: - Download - Screenshots - Features - Sourceโ€ฆ
As the last message about this, this app is a base app. I created it because I had the issue that I am forced to install more than five apps just because they have a feature I want. Instead of installing them, I wanted to create (at least prompt) this app. You can create your own module/anything and push the pull request. Contributions are very welcomed โค๏ธ thank you so much in advance.
โค39โคโ€๐Ÿ”ฅ7๐Ÿ™4
Nullclaw

Fastest, smallest, and fully autonomous AI assistant infrastructure written in Zig

๐Ÿ”— Links:
- Download
- Features
- Source code
Developer: nullclaw

โค๏ธ Support the Project

If this project makes your life easier, here are a few quick ways to show some love:
โญ๏ธ Star the repo/app
โ˜•๏ธ Buy a coffee for the developer
๐Ÿ›  Contribute code, issues, or pull-requests


tags: #AI #AI_assistant
โค13โคโ€๐Ÿ”ฅ3
guess or suggest (detailed) the next extension
๐Ÿ•Š45๐Ÿคฏ17๐Ÿ”ฅ5โค4โคโ€๐Ÿ”ฅ4
SuperFlex

A fast, native desktop RSS reader with a resizable 3-panel layout, built-in Reddit comments, AI summaries, text-to-speech, and a collapsible bar mode

๐Ÿ”— Links:
- Download
- Screenshots
- Features
- Source code
Developer: OhMyCode

โค๏ธ Support the Project

If this project makes your life easier, here are a few quick ways to show some love:
โญ๏ธ Star the repo/app
โ˜•๏ธ Buy a coffee for the developer
๐Ÿ›  Contribute code, issues, or pull-requests


tags: #AI #RSS #Podcast
๐Ÿ†’15โค10๐Ÿ’ฏ3๐Ÿ‘2โคโ€๐Ÿ”ฅ1
Sigma File Explorer

A free, open-source, quickly evolving, with a modern Ul and customisable file manager (explorer/finder) app for Windows.

๐Ÿ”— Links:
- Download
- Screenshots
- Features
- Source code
Developer: Aleksey-hoffman

โค๏ธ Support the Project

If this project makes your life easier, here are a few quick ways to show some love:
โญ๏ธ Star the repo/app
โ˜•๏ธ Buy a coffee for the developer
๐Ÿ›  Contribute code, issues, or pull-requests


tags: #Windows #Utilities #FileManager
๐Ÿ—ฟ33โค17โคโ€๐Ÿ”ฅ3๐Ÿฅฐ1๐Ÿ™1
Iโ€™ve got an idea for a tool that I want to build, and I think it could be really useful. Itโ€™s a file transfer tool that would allow me to send files between my Android phone and my PC using both USB and WiFi at the same time. Itโ€™s not just about transferring files like usual; the idea is to use both connections in parallel to speed up the process.

Hereโ€™s how Iโ€™m thinking it could work:

- USB Channel: The tool would use ADB (Android Debug Bridge) to transfer data over the USB connection.
- WiFi Channel: It would also send data through WiFi, using Termux on the phone with an SSH server.
- The file would be split into smaller parts, and some chunks would be sent over USB, while others go over WiFi at the same time. This way, the total transfer speed would be faster than using just one connection.

On the PC side, Iโ€™m imagining it could be done with a Python script (like pc.py), or maybe a shell script (like pc.sh). For the phone, Iโ€™d use Termux, and it could be a Python script there too (like phone.py), or something else that works well with Termux, like a shell script (e.g., phone.sh).

When you run the tool, itโ€™ll ask whether you want to "Send" or "Receive" a file. You can choose whether to send a file from the PC to the phone or the other way around. The cool part is that itโ€™ll work both ways without needing to set up anything complicated.

Hereโ€™s what I want it to be able to do:
- Cross-platform support: It should work on Windows, macOS, and Linux for the PC side, and on Android (with Termux) for the phone side.
- Simple terminal-based interface: When you open it, youโ€™ll see whether both USB and WiFi connections are available. You can choose to send or receive a file. During the transfer, there will be a progress bar showing the speed, percentage, and which connection (USB or WiFi) is sending which part of the file.
- First-time setup: On the first run, it will ask for things like the phone's IP, SSH port, password, and save them in a config file. You wonโ€™t need to enter these details again unless you want to change them.
- User-friendly: It should include a simple installation guide for both PC and phone so that even someone who doesnโ€™t know anything about coding can follow along easily.

Here are the main things I want to make sure it can do:
- Use both USB and WiFi connections at the same time to transfer files faster.
- No extra software or libraries need to be installedโ€”just use basic Python or shell scripts (unless something else is absolutely necessary).
- If one connection drops, the other one will keep transferring the file.
- If you hit Ctrl+C, it should shut down properly and clean up any temporary files.
- After the transfer, itโ€™ll check the file to make sure it was transferred correctly (maybe even check the hash to be sure).

The Goal:
Initially, I want to test this with files up to 1 GB. But the long-term goal is to build something that can handle much larger files, like 100 GB.

Whatโ€™s needed:
1. pc.sh or pc.py โ€“ A script for the PC side, ready to go (Python or another language, doesnโ€™t matter).
2. phone.sh or phone.py โ€“ A script for the phone side, to run in Termux (again, Python or something else is fine).
3. Installation instructions โ€“ Easy-to-follow setup instructions for both the PC and phone.
4. How to use the tool โ€“ A guide on how to run the script on both the PC and phone.

I think itโ€™ll be a great tool, and Iโ€™m excited to get started on it. The goal is to make it fast, simple, and useful.
๐Ÿ”ฅ41โค6๐Ÿ™3โคโ€๐Ÿ”ฅ2๐Ÿคฏ2
Blue Light Filter

A module to protect your eyes from harmful blue light directly at the display level, covering every pixel of your screen.

๐Ÿ”— Links:
- Download
- Features
- Support group
- Source code
Developer: NoneBaiano

โค๏ธ Support the Project

If this project makes your life easier, here are a few quick ways to show some love:

โญ Star the repo/app
โ˜• Buy a coffee for the developer
๐Ÿ›  Contribute code, issues, or pull-requests.

๐Ÿท Tags: #Android #Root #Modules
๐Ÿ—ฟ13โค8โคโ€๐Ÿ”ฅ1
Updatium

Updatium helps you to install apps and update them directly from their release pages or APK sources, and to receive notifications when updates are available.

๐Ÿ”— Links:
- Download
- Screenshots
- Features
- Source code
Developer: Omer I.S.

๐Ÿซ‚ Special thanks to เธฃเธฌเธ„ืงเธ เน€ษญ ืŸเธ„๏ปฎี‡เธ„ืง for recommending

โค๏ธ Support the Project

If this project makes your life easier, here are a few quick ways to show some love:
โญ๏ธ Star the repo/app
โ˜•๏ธ Buy a coffee for the developer
๐Ÿ›  Contribute code, issues, or pull-requests


๐Ÿท๏ธ Tags: #Android #Utilities #ApkInstaller #GitHubTracker
โค23โคโ€๐Ÿ”ฅ6๐Ÿ—ฟ5๐Ÿ”ฅ3๐Ÿคฏ2๐Ÿ†’2
CopyCat-Clipboard

Copycat Clipboard is an intuitive clipboard manager designed to enhance your workflow. Seamlessly switch between documents, apps, and devices while keeping all your copied items organized and accessible and synced.

๐Ÿ”— Links:
- Download
- Screenshots
- Features
- Source code
Developer: raj457036

โค๏ธ Support the Project

If this project makes your life easier, here are a few quick ways to show some love:
โญ๏ธ Star the repo/app
โ˜•๏ธ Buy a coffee for the developer
๐Ÿ›  Contribute code, issues, or pull-requests


๐Ÿท๏ธ Tags: #Utilities #Android #Linux #MacOS #Windows
โค23โคโ€๐Ÿ”ฅ1๐Ÿ‘1๐Ÿ”ฅ1
Tool Tree

Tool-Tree is an Android utility app designed for advanced users to edit ROMs and APK files directly on their device, featuring multiple built-in tools, scripting support, and an extensible add-on system that works with or without root access.

๐Ÿ”— Links:
- Download
- Screenshots
- Features
- Source code
Developer: Kakathic

โค๏ธ Support the Project

If this project makes your life easier, here are a few quick ways to show some love:
โญ๏ธ Star the repo/app
โ˜•๏ธ Buy a coffee for the developer
๐Ÿ›  Contribute code, issues, or pull-requests


tags: #Android #Utilities #Tools #Customisation #ApkEditor
โค6๐Ÿ”ฅ4โคโ€๐Ÿ”ฅ1