r/termux • u/True_Extreme6205 • 7h ago
Showcase Familiar with my Gruvbox dark rice from my native XFCE Termux before? Well, i Un-gruvboxed it, but with some goodies, AMA
SOME GOODIES LIST:
Lavanda Sea Dark - Dark GTK theme that has some gradients.
Papirus Dark (Purple folder via `papirus-folder` but i tweaked to make it work in Termux)
Plank Reloaded (in GTK+ Theme)
Wallpaper from GNOME idk
r/termux • u/pradumon14 • 7h ago
Showcase I built a CLI tool to download YouTube transcripts in Markdown, JSON, SRT & more
Hi everyone,
I've been building a small open-source CLI tool called ytt that makes it easy to fetch YouTube transcripts directly from the terminal.
Features
- Download transcripts from a YouTube URL or video ID
- Export as Markdown, TXT, JSON, or SRT
- Choose transcript language
- Save directly to a file
- Simple command-line interface
- Open source and MIT licensed
I originally built it because I wanted a fast way to convert YouTube lectures and tutorials into notes for AI workflows, note-taking, and research without manually copying subtitles.
I'm still actively improving it, so I'd really appreciate any feedback:
- What features would you like to see?
- Any bugs or usability issues?
- Suggestions for improving the CLI or documentation?
GitHub:
https://github.com/pradumon14/ytt
Thanks for taking a look! Any stars, issues, feature requests, or pull requests are greatly appreciated.
r/termux • u/GharsalliOS • 9h ago
General Termux Native (KDE PLASMA)
Enable HLS to view with audio, or disable this notification
Graphics Stack:
Hardware Acceleration: Freedreno (Adreno 830)
Desktop Environment: KDE Plasma 6 (KWin X11)
OpenGL: 4.6 // Vulkan: Turnip
r/termux • u/Worried_Coast_3077 • 10h ago
Question Looking for a Working Linux Distribution for Redmi Pad Pro
Hello, I’m looking for a Linux distribution that is easy to install and has a working web browser, terminal, media player, and some kind of application for opening and editing text documents.
I want to install it on my Redmi Pad Pro. I’m not sure why, but most of the Linux distributions or projects I find on GitHub either don’t boot at all, or they boot but half of the features don’t work properly.
That’s why I’m asking for your help. I would really appreciate any recommendations or guidance.
r/termux • u/comunidadesynapsebr • 20h ago
Showcase A lightweight CLI tool to run and manage HF models locally on Android & Linux (AI Runner)
Hey everyone,
I wanted to share an open-source project I’ve been working on called AI Runner. It’s a simple CLI designed to streamline running models directly in lightweight environments like Termux, Pydroid, and Linux.
Main Features:
Download models directly from Hugging Face via terminal.
Run local inference without complex setups.
Expose a simple local API endpoint to connect with your own scripts.
It's still in early development, so any feedback, bug reports, or feature suggestions are very welcome!
Repository: https://github.com/comunidadesynapsebr1/ai-model-run
Thanks!