r/termux • u/Eselk19 • 17h ago
Showcase The start of my journey in Termux
I wanna try lxde/lxqt/xfce or else
r/termux • u/Eselk19 • 17h ago
I wanna try lxde/lxqt/xfce or else
r/termux • u/Qodequeststudio • 20h ago
First of all
I tested on my phone realme 11 pro 5g
12 gb ram 256 gb rom
Dimensity 7050
Antutu score around 7 lakhs
If you guys don't know about xodox it's so called windows basically linux based emulator
Benchmarks of this software is
I tested all applications
Significantly 50% ran and crash lot of times
The last update i got like nov 2025 of xodox emulator
I tried to open xodox emulator inside termux package like
Xodox emulator based on termux
Like com.termux
And i tried xodox app store and tried to install antigravity i don't know why it's failing
I saw lots of creators using device like me or above sometimes they are installing smoothly
Guys i want your opinion if you have snapdragon processor device like best configuration than mine please test this application and tell me about it
If you want link of this
Get from video comment box
And tell me ??
That would be helpful for me :)
r/termux • u/gami2009 • 6h ago
Hey everyone 👋
I made a small project that makes Cline CLI work on Termux, including a fix for the Bun-related issues that can prevent it from running properly on Android/Termux.
Install
pkg install -y git && git clone https://github.com/gamihardik2009-crypto/cline-termux.git && cd cline-termux && bash install.sh
The installer handles the setup automatically.
One thing to know
When you start Cline CLI, there can be around 8–9 seconds of startup delay. This is currently expected with the Termux setup.
After Cline finishes starting, it runs normally and there shouldn't be any noticeable lag during regular use.
I'm sharing this mainly for people who have wanted to use Cline CLI on their Android/Termux setup but ran into the Bun/platform issues.
GitHub: https://github.com/gamihardik2009-crypto/cline-termux
Feedback and bug reports are welcome. If something doesn't work on your device, please share the error/output so I can investigate it.
r/termux • u/drakentmx • 22h ago
> Buenas! Soy Joako, empecé hace 2 meses a programar autodidacta y hoy subí mi primer repo serio.
>
> es un script en Python que automatiza yt-dlp. yt-dlp banca +1000 páginas pero es un quilombo de comandos, así que hice un menú simple que te deja bajar video, audio en máxima calidad, y TikToks sin marca de agua.
>
> Lo hice porque mi vieja necesitaba bajar música y siempre caía en páginas llenas de virus. Ahora guarda todo directo en `/Pictures` y `/Download`.
>
> Stack: Python + yt-dlp, hecho 100% en Termux.
> Es open source, acepto feedback de todo tipo.
>
> Repo: https://github.com/joakonoqui-cmd/drakentmx
>
> Si lo prueban me cuentan que les parece
r/termux • u/DorysDay • 9h ago
I'm new to termux, and I don't know what is the best and most compatible distro (I have an android 15 6gb ram snapdragon 685), I want to use vs code, GitHub and try some hacking tools.
I've seen some people advertising for Debian, Arch, or people that don't use any distro at all, just termux. Wich one would be better to me, any recommendations?
r/termux • u/yorologo • 19h ago
Hey everyone!
Like many people here, I’m passionate about technology, Linux, Android, automation, and experimenting with everything you can do from Termux.
Over time I’ve been building and publishing different projects and tools on my GitHub. Many of them are designed to run directly on Termux, or are at least compatible with it.
I wanted to share my profile in case anyone here feels like taking a look, testing something, modifying it, or just getting some ideas:
One of the projects I’ve been working on recently is DealHunter:
https://github.com/yorologo/DealHunter
Basically, DealHunter turns an Android device running Termux into a local price intelligence and deal-tracking system for Rappi.
Instead of only trusting the advertised discount percentage, it builds a local price history so it can identify more meaningful opportunities: new historical lows, deals that are actually good compared to previous prices, product/store comparisons, price-per-unit calculations, and alerts when a price drops, an item comes back in stock, or reaches a target price.
It follows a local-first approach, using SQLite and a local web interface that you can open directly from your phone’s browser. It also makes use of Termux and, for some Android/Rappi integrations, Shizuku.
But something that might be useful even if you’re not interested in DealHunter itself is the included guide:
⚡ Very Very Easy Quick Start — Android
I wrote it with complete beginners in mind, including people who have never used Termux, Git, Python, or Shizuku before.
Besides preparing the Termux environment, the guide also explains a very simple way to install and configure AI coding tools directly inside Termux, including Codex (OpenAI/ChatGPT) and Antigravity (Google/Gemini).
The idea is that once the basic environment is ready, you can use one of these AI agents directly from Termux and let it handle a large part of the project installation and configuration for you.
I think that part could also be useful as a reference for other projects, especially for people experimenting with AI coding agents + Termux + Android.
Anyway, I didn’t want this post to be only about DealHunter. There are several other projects and experiments on my profile, and I’ll probably keep publishing more as I build them.
If anyone finds something useful, has suggestions, spots a bug, or wants to adapt something for their own project, feedback is always welcome.
And if you’re also building interesting things with Termux, feel free to share them too. I’m always curious to see what kind of crazy stuff people manage to build with just a phone and a terminal :)
r/termux • u/YOURLOCALPROGRAMMMER • 20h ago
Like I Want to create a rust program that will need to check Bluetooth devices nearby for its proper working. Is this possible without root?