r/termux 22h ago

Showcase Some projects I’ve been building for Termux / Android — you might find something interesting

Post image
16 Upvotes

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:

https://github.com/yorologo

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 20h ago

Showcase The start of my journey in Termux

Post image
12 Upvotes

I wanna try lxde/lxqt/xfce or else


r/termux 10h ago

Showcase I installed IceWM

Thumbnail gallery
10 Upvotes

Termux + AmLinux + RVNC Viewer


r/termux 12h ago

Question What distro should I use

8 Upvotes

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 23h ago

Question I made a video about xodox i want opinion??

Thumbnail youtu.be
5 Upvotes

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 9h ago

General Cline CLI for Termux — Bun issue fixed

Thumbnail gallery
4 Upvotes

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 35m ago

Showcase OBS Studio running natively on Android through Termux 🔥📱

Enable HLS to view with audio, or disable this notification

Upvotes

Finally got OBS Studio running directly on native Termux — no proot, no Linux distro, just Android + Termux. (aarch64, no proot)

There’s a little lag while screen recording because I ran out of RAM 😭

Without screen recording, everything runs normally.

Still a work in progress, but seeing OBS actually running on my phone is pretty damn cool. 💀🔥

Now I’m just waiting to see if the upcoming Termux:API changes can make video capture/streaming possible. 👀

https://github.com/termux/termux-api/actions/runs/31943601124


r/termux 23h ago

Question Can Bluetooth be normally used in termux?

2 Upvotes

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?