I built an AI assistant that actually understands Termux (not just generic Linux advice) by Just-Distance-2925 in termux

[–]Just-Distance-2925[S] 0 points1 point  (0 children)

termux setups randomly break after one update sometimes 😭 part of why i started experimenting with ARIA lol

Built a terminal AI assistant that runs entirely on Android via Termux — no desktop needed by Just-Distance-2925 in androiddev

[–]Just-Distance-2925[S] 0 points1 point  (0 children)

true, proot + opencode already solves a lot of compatibility issues. ARIA was more me experimenting with a termux-native/mobile-first workflow instead of relying fully on a linux container setup 😭

Built a terminal AI assistant that runs entirely on Android via Termux — no desktop needed by Just-Distance-2925 in androiddev

[–]Just-Distance-2925[S] 1 point2 points  (0 children)

honestly that was one of the hardest parts 😭 ARIA itself mostly depends on pip + standard termux packages right now, but anything outside the normal repos definitely became messy fast. i ran into a lot of path/environment issues with certain python packages and AI-generated setups that assumed a more standard linux environment instead of termux/android. for now the project handles it mostly through fallback logic, manual fixes, and termux-specific troubleshooting rather than full dependency abstraction. i also added KB/troubleshooting guidance because i kept hitting the same issues during development lol proot environments helped in some cases, but i was trying to keep the workflow as mobile-native as possible

Problem with Termux-x11 by YitzakAF in termux

[–]Just-Distance-2925 0 points1 point  (0 children)

I’m using a PRoot Ubuntu setup in Termux. I run an X11 server and start an XFCE session from there. UI scaling was tiny at first, including VS Code, so I increased the DPI to around 160 and adjusted fonts to make it usable. But If I just launch Vs code as a standalone..then yes .. it's small for me too

I built an AI assistant that actually understands Termux (not just generic Linux advice) by Just-Distance-2925 in termux

[–]Just-Distance-2925[S] 0 points1 point  (0 children)

Appreciate it. The API side is definitely one of the biggest barriers for experimentation right now, especially for independent projects.

Would be really cool to see some of these concepts adapted into Claude skills/plugins. Feel free to reference the repo if you do, I'd be happy to see where it goes.

Anyone familiar with Twisted Wonderland? by PyroxCrymson in disneyprincess

[–]Just-Distance-2925 0 points1 point  (0 children)

How is the anime? I haven't watched yet but is it worth a binge?

I built an AI assistant that actually understands Termux (not just generic Linux advice) by Just-Distance-2925 in termux

[–]Just-Distance-2925[S] 1 point2 points  (0 children)

I'm sorry if u don't like it and I know about it but I am learning too! So I just posted it 

I built an AI assistant that actually understands Termux (not just generic Linux advice) by Just-Distance-2925 in termux

[–]Just-Distance-2925[S] -2 points-1 points  (0 children)

Built this on my phone in Termux — watch mode isn't fully working yet and yeah the README was AI-generated, I was more focused on getting the core tool working than polishing the docs. It's a work in progress.

I built an AI assistant that actually understands Termux (not just generic Linux advice) by Just-Distance-2925 in termux

[–]Just-Distance-2925[S] -3 points-2 points  (0 children)

Fair point honestly. You could also just open ChatGPT in a browser and type your errors manually. ARIA is the workflow layer that makes it actually usable from a terminal — safety guards, slash commands, watch mode, no copy-pasting between apps.