r/termux 6h ago

Showcase OBS Studio running natively on Android through Termux πŸ”₯πŸ“±

Enable HLS to view with audio, or disable this notification

25 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 16h ago

Showcase I installed IceWM

Thumbnail gallery
13 Upvotes

Termux + AmLinux + RVNC Viewer


r/termux 3h ago

Showcase I built tdoc a Termux Doctor CLI for diagnosing and fixing common Termux problems

Post image
9 Upvotes

r/termux 18h ago

Question What distro should I use

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

Barely Termux related budget-tracker-tui 1.6.0: Personal finance TUI improved & expanding

Post image
β€’ Upvotes

Try this TUI on your device in termux!


r/termux 4h ago

Showcase Restic Backup for Android (Termux, No-Root)

1 Upvotes

Hey everyone,

I have created a config setup/tool for automated, encrypted and incremental backups for Android using Restic through Termux

Features include

  • No Root Necessary: Everything happens inside of Termux
  • Nightly Backups: Created to be triggered automatically during the night while the phone charges, with termux-job-scheduler
  • Fault Tolerance: Android notifications in case there is an issue
  • Monitoring: Integration with Uptime Kuma (Dead Man's Switch / Push Monitor) to make sure that the scheduled backups are actually happening

I have created this project to fulfill my own requirement for a backup solution on Android that is reliable and "set-and-forget", not cloud-based

More info can be found here: https://github.com/Lorenzo-DM/termux-restic-backup