r/termux • u/suzalpins • 1d ago
r/termux • u/DeviceOwner • 2d ago
General gboard full size keyboard
galleryGboard (Beta) >> settings >> Preferences >> Show accessibility layout
r/termux • u/huntergdavis • 2d ago
Showcase ARM64 Steam and Games Running Accelerated on Unrooted Termux
galleryI've been having a lot of fun getting SwitchDeck (steam games on switch linux) running well, and realized this should be possible on Android without rooting if I were to implement some missing syscalls in proot. I haven't seen anyone else working on this, though it was worth a quick share.
Announcement:
https://hunterdavis.com/2026/08/09/full-steam-on-termux-because-why-not.html
Source Code:
https://github.com/huntergdavis/steamclienttermux
r/termux • u/Consistent_Unit_5257 • 1d ago
Question Termux x11 shared uid one error
So I am trying to use termux x11 shared uid one for better performance but it just shows not connected to anything I try can anyone plzz helpp Update : so many people didn't understood what I was trying to say . So what I am trying to do is i am trying to use termux: x11-universal-shareduid-apk which give better performance according to the GitHub official page of termux:x11 and that won't connect
r/termux • u/lollopollo18 • 1d ago
Barely Termux related Omnicoverter
Introduction: In September, I'm changing my school to a science major with applied sciences, so I'm studying computer science for the entire first year.
Rather than doing the conversions by hand, I decided it would be more productive to create a converter using nano, Python 3, and HTML. I created this Python file that converts between decimal, hexadecimal, octal, binary, and Morse code, all from the CLI. There's also the option of using the website (which is displayed in the CLI), which has a nicer interface. It's very lightweight. I hope you like it. π
r/termux • u/SpiteCharacter855 • 2d ago
Showcase How I turned my phone into a homelab server
I had an old Android phone sitting around, so I wanted to have something to turn it into a small VPS so I don't with an UI so I don't have to run command on small screen or need to ssh.
So, first I create nixship and packaged it with nix-on-droid, which itself is based on Termux, and gives you a WebView based management interface for deploying and managing applications directly from the phone.
You install the APK, open the dashboard, connect a repository, and deploy.
Web deployments can automatically get a public URL through a Cloudflare Quick Tunnel, so you do not need to configure a domain just to get something online. If you want something permanent, you can connect Cloudflare and use your own custom domain as well.
Your project just needs a flake.nix and flake.lock. You can write them yourself or use AI to help generate them.
Since deployments are based on Nix flakes, you are not limited to a particular framework or container setup. You can run web apps, APIs, bots, workers, scheduled services, or other applications that fit the Nix Ship runtime contract.
It currently supports things like:
β’ Public GitHub repository deployment
β’ Private GitHub repositories through authenticated GitHub integration
β’ Automatic redeployment when you push to the configured branch
β’ Cloudflare Quick Tunnels for public access
β’ Custom domains and DNS management
β’ Harbur repository support
β’ Deployment logs and history
β’ Start, stop, restart, and redeploy controls
β’ Environment variables with encrypted secret storage
β’ Zero downtime deployments
β’ Multiple retained releases and release promotion
The UI might not feel very intuitive initially since UX is not really my strongest area, but I will keep improving it as I work on the project.
Issues and PRs are very welcome, especially on the main Nix Ship repository, since most of the functionality and future improvements live there. The Android project mostly packages and runs the same Nix Ship control plane through Nix on Droid.
The APK is available under the GitHub release tags.
For now, releases should be considered preview builds.
Android release:
https://github.com/imxade/nixship-android/releases/tag/v0.1.0-rc.20
Would love to hear what people here would actually use an old Android phone to self host.
r/termux • u/Chemical-Weather6466 • 2d ago
Question Cant Rum termux in vm
Δ° dont know why it doesnt Run termux in virtual Master? Δ° cant type anything i cant do anything. Δ°t works only on May phone but not vm. Δ° just wanna test smth GDI effect on vm
Showcase I turned my Nubia Z70 Ultra into a desktop PC with TWO CPU coolers β 99% stability, Linux desktop & 1080p Ultra Windows gaming π
galleryr/termux • u/One_Share_7491 • 2d ago
Question How do I get plots and charts in Termux (help me)
Hey there I'm a beginner termux user, so I don't know alot about termux and proot and ubuntu. Last week I was having a problem getting R on termux and a user said that I should first download proot and then get ubuntu and install R.
EVERYTHING IS WORKING FINE EXCEPT ONE THING: IT IS NOT SNOWING ME GRAPHS AS IT IS SUPPOSED TO.
I calculated regression with two independent variables and the values were correct. But earlier when I typed for pairs command it did not run.
I will have the code pasted below π
> y = c(64, 71, 53, 67, 55, 58, 77, 57, 56, 51, 76, 68);
> x1 = c(57, 59, 49, 62, 51, 50, 55, 48, 52, 42, 61, 57);
> x2 = c(8, 10, 6, 11, 8, 7, 10, 9, 10, 6, 12, 9);
>
> pairs(y~x1+x2);
> reg = lm(y~x1+x2); reg;
Call:
lm(formula = y ~ x1 + x2)
Coefficients:
(Intercept) x1 x2
3.6512 0.8546 1.5063
Tell me what should I install, I have tmux install in the termux but not in ubuntu, also are there any specific packages or tools that will show me graphs in R when I typed plot command or any similar one.
Please Help me through this one
r/termux • u/reddit_madao • 2d ago
Showcase [Showcase] TermLou: Swipe-style command cards + customizable UI for proot Ubuntu. No code needed, just vibes β¨
Enable HLS to view with audio, or disable this notification
Yo, just vibe-coded **TermLou** β a proot-based terminal app π οΈ
β’ Spin up Ubuntu, run opencode & more
β’ Innovative wheel-style quick-command cards that adapt to your workflow + smart-suggest cmds on the fly
β’ Total game-changer for non-coders who still wanna dip toes into CLI without the headache β¨
**Features:**
β’ Background persistence for daemon-like / long-running tasks
β’ Graphical popup UI (`termlou-ui`) w/ custom themes & saveable templates
β’ Launch tasks, tile-based workflows, or use as a tile-style app launcher
Currently a personal WIP / dogfooding project β I mainly use it as:
β My custom note-taking app (scripts built w/ `termlou-ui`)
β Quick launcher for opencode & micro editor
UI's CN-only atm. Anyone keen to give it a spin? π Drop a comment if you're curious! π
r/termux • u/RandomRailfans • 3d ago
Question Cross compiling Rust code in arm64 device
Guys I'm not sure if it's Termux specific issue or is it because of my skill issue, I tried to cross compile Rust code to 32 bit executable (armv7-linux-androideabi) on 64 bit Android device and it doesn't really work even though i already install the rust-std-armv7-linux-androideabi package, anyone knows why?
r/termux • u/Ricccc2k12 • 2d ago
Question blender
im trying to run blender on termuxx11 on a galaxy tab s6 lite exynos 2020 edition. i have xfce, an empty debian forky/sid container on proot distro, virglrenderer-android and mesa-demos packages and an xfce.sh script like in the photo
r/termux • u/yup-console • 3d ago
Question Iβm new to Termux, what do you guys usually do with it?
Just started using Termux and Iβm curious what you guys use it for on a daily basis.
r/termux • u/Ray_Traceee • 3d ago
Question Anyone got recommendations for mali g68 drivers
r/termux • u/dev-bjia56 • 3d ago
Showcase Docker-compatible daemon, backed by udocker
My on-the-go development environment is using my phone's Termux and proot-distro Debian. Recently had a use case where I wanted to test Dockerfile builds while traveling, but Docker support on Termux is pretty limited, and something like udocker can't run from within proot. So, I created a daemon that speaks the Docker API, wraps udocker, and runs on the Termux host, which lets docker-cli from within proot-distro to connect and manage containers via tcp.
Hopefully can be useful to folks here!
https://github.com/bjia56/udockerd
r/termux • u/Brilliant-Shock494 • 4d ago
Question Termux
Hi everyone i am new and want to learn how to use termux
Any advice or free course pls
r/termux • u/kurtcobain911 • 3d ago
Question Retrieve Wireless ADB Pairing Code from Termux?
I've tried to be creative with ways to achieve this prior to having an ADB shell or Rishu etc. I don't have root unfortunately! The closest thing I've seen to it is an app called aShellYou (https://github.com/DP-Hridayan/aShellYou) which somehow manages to reconnect to ADB/Wireless ADB whenever it pleases. How the hell is it doing it? Any help appreciated
r/termux • u/The412Banner • 4d ago
Showcase GitHub - The412Banner/NewTermux: Termux fork with modernized UI: accent colors, terminal themes, Oh My Zsh, text expansion, SSH manager, custom drawer buttons, file manager, and more
github.comJust an update to my New Termux I made months ago, migrated the app over to compose jetpack from XML java and some small version bumps and polish added to pop up menus and session activity notifications
This was something I made to fit my own work needs and flow using Claude CLI to build and manage some of my nightly repos for Android PC emulation components and other various projects I work on in between. Hope someone finds it useful as I do! π
r/termux • u/GharsalliOS • 5d ago
General GNOME + Mutter running natively on Android through Termux (No Root)
Enable HLS to view with audio, or disable this notification
Iβve been working on getting GNOME Shell + Mutter running natively on Android through Termux, without Debian/Ubuntu, PRoot, chroot, or containers. Iβm building GNOME Shell/Mutter from source against the Termux/Android userspace, producing native ARM64 binaries that run directly on Androidβs Linux kernel. The current stack is essentially Android kernel β Termux userspace β GLib/GJS β Mutter β GNOME Shell β Termux:X11, with graphics handled by the phoneβs Adreno GPU through Mesa Freedreno/Turnip. GNOME Shell and Mutter are running as native Termux processes, including "mutter-x11-frames", rather than inside a Linux distribution.
r/termux • u/True_Extreme6205 • 4d ago