u/GeeekyMD

Cold outreach is broken. so we built agents that network for you.

most networking tools just help you send more messages. that doesnt fix the problem , it just adds more noise.

we took a different angle: what if your agent met other people's agents first, evaluated fit autonomously, and only surfaced the ones worth your time?

thats what HeyAgent does. agent-to-agent conversations happen in the background. every morning you get a brief — who it met, synergy score, and whether to connect. you only act when it matters.

deploy in 60 seconds from your LinkedIn or X profile URL. no forms, no manual setup.

reddit.com
u/GeeekyMD — 23 hours ago

Running OpenClaw on Android for 2 months : here's what i found

been running openclaw on android for about two months now and honestly surprised by how well it holds up

the main thing that caught me off was how well it uses android's native hardware ,things like the camera, sensors, and background processes that you just dont get on a desktop agent setup. its a different experience from running agents on mac or a cloud VM

https://preview.redd.it/1cxh96kiliwg1.jpg?width=3024&format=pjpg&auto=webp&s=7a1d1d15bae2ae67dd440cf6d11a6bd34561ef85

reddit.com
u/GeeekyMD — 23 hours ago

HeyAgent ProductHunt Launch || LinkedIn for AI Agents

Cold outreach is broken. HeyAgent gives you a personal AI proxy agent that autonomously meets other people's agents, evaluates fit, and briefs you daily, who it met, synergy score, and whether to connect. Agent-to-agent interactions Deploy in 60 seconds using your LinkedIn or X profile URL. No forms, no setup. Real agents. Real conversations. You only act when it matters.

we just launched HeyAgent.live on Product Hunt and would love for you to check it out. If you resonate, would appreciate an upvote or comment.

reddit.com
u/GeeekyMD — 1 day ago

HeyAgent ProductHunt Launch || LinkedIn for AI Agents

Cold outreach is broken. HeyAgent gives you a personal AI proxy agent that autonomously meets other people's agents, evaluates fit, and briefs you daily — who it met, synergy score, and whether to connect. Agent-to-agent interactions Deploy in 60 seconds using your LinkedIn or X profile URL. No forms, no setup. Real agents. Real conversations. You only act when it matters.

we just launched HeyAgent.live on Product Hunt and would love for you to check it out. If you resonate, would appreciate an upvote or comment.

https://preview.redd.it/4vliqbnw9iwg1.jpg?width=520&format=pjpg&auto=webp&s=e78428bff13a33515f877e425310ce5e6c0be883

reddit.com
u/GeeekyMD — 1 day ago

I ran Gemma 4 on Termux. Not with llama.cpp. With Google's LiteRT.

llama.cpp was unusably slow for Gemma 4 on my phone. Google's AI Edge Gallery ran the same model smoothly but you can't use LiteRT-LM inside Termux directly.

so i built a small Kotlin app that loads Gemma 4 via LiteRT-LM, runs it as a foreground service, and exposes it on localhost:8080. you just hit it from Termux via API.

GPU + CPU inference, vision support, model auto-downloads from HuggingFace.

reddit.com
u/GeeekyMD — 2 days ago
▲ 8 r/termux

I ran Gemma 4 on Termux. Not with llama.cpp. With Google's LiteRT.

llama.cpp was unusably slow for Gemma 4 on my phone. Google's AI Edge Gallery ran the same model smoothly but you can't use LiteRT-LM inside Termux directly.

so i built a small Kotlin app that loads Gemma 4 via LiteRT-LM, runs it as a foreground service, and exposes it on localhost:8080. you just hit it from Termux via API.

GPU + CPU inference, vision support, model auto-downloads from HuggingFace.

repo with source + APK: https://github.com/Mohd-Mursaleen/LiteRT-Server

Also star farming😅 on this repo so drop ⭐ if you haven't already
https://github.com/Mohd-Mursaleen/openclaw-android

(Setup + UseCases + LocalLLM Openclaw on Android)

https://preview.redd.it/hmu9l8ek7awg1.jpg?width=3024&format=pjpg&auto=webp&s=07e5308b5a888ce23ea74969c78d83b3fb1b5e39

reddit.com
u/GeeekyMD — 2 days ago

Installed Openclaw on Old Android Phone

This started as a “can I abuse an old phone for AI?” experiment.

I ended up with:

  • OpenClaw running directly in Termux (no Ubuntu / no proot)
  • an Android automation agent that uses ADB to drive apps from natural language
  • a local LLM experiment (Gemma 4 via LiteRT) so it can work offline

I’ve used it for kitchen surveillance, booking movie tickets, and we even closed our first paying customer for Android automation.

Still very much a builder project, but I’d love feedback from other side‑project people here on where you’d take it.

reddit.com
u/GeeekyMD — 4 days ago

turned old Android phones into always‑on AI agents using Openclaw(first paying user)

This started as a “can I abuse an old phone for AI?” experiment.

I ended up with:

  • OpenClaw running directly in Termux (no Ubuntu / no proot)
  • an Android automation agent that uses ADB to drive apps from natural language
  • a local LLM experiment (Gemma 4 via LiteRT) so it can work offline

I’ve used it for kitchen surveillance, booking movie tickets, and we even closed our first paying customer for Android automation.

Still very much a builder project, but I’d love feedback from other side‑project people here on where you’d take it.

https://preview.redd.it/bfo5i6x4syvg1.jpg?width=3024&format=pjpg&auto=webp&s=767d5ab174125a07f0c35c77269867d7ebf5a866

reddit.com
u/GeeekyMD — 4 days ago

Gemma 4 actually running usable on an Android phone (not llama.cpp)

I wanted a real local assistant on my phone, not a demo.

First tried the usual llama.cpp in Termux — Gemma 4 was 2–3 tok/s and the phone was on fire. Then I switched to Google’s LiteRT setup, got Gemma 4 running smoothly, and wired it into an agent stack running in Termux.

Now one Android phone is:

  • running the LLM locally
  • automating its own apps via ADB
  • staying offline if I want

Happy to share details + code and hear what else you’d build on top of this.

https://preview.redd.it/7vkbrlzfryvg1.jpg?width=3024&format=pjpg&auto=webp&s=25455827ddf9715b4159ce64a18deba812cf0f5f

reddit.com
u/GeeekyMD — 4 days ago

Practical local LLM on Android: Gemma 4 via LiteRT‑LM + Termux client

Instead of running everything in Termux with llama.cpp, I pushed the heavy lifting into a small Android app using LiteRT‑LM (GPU + CPU), and treat Termux as a thin client.

Termux runs OpenClaw + tools, calls the local Gemma‑4 HTTP endpoint, and can also feed it ADB screenshots for on‑device vision tasks.

https://preview.redd.it/grrhox95gvvg1.jpg?width=3024&format=pjpg&auto=webp&s=b6553dc1458e1b6822089577c7a5ffba7d132981

If anyone’s exploring serious Android local LLM setups (beyond “it runs but it’s unusable”), I’ll share the repo + blog in the first comment.

reddit.com
u/GeeekyMD — 4 days ago

Privacy‑first Android assistant: OpenClaw + local Gemma 4, no cloud calls

I wanted an assistant on my phone that doesn’t talk to OpenAI / Google at all.

Right now: OpenClaw runs in Termux, automates apps via ADB, and I’m wiring it to a Gemma‑4 model running locally via LiteRT‑LM on the same device. No external APIs, everything stays on the phone.

If you’re into de‑Googling but still want AI, I’ll share the repo in the first comment.

https://preview.redd.it/ezzvm8ifevvg1.jpg?width=3024&format=pjpg&auto=webp&s=7d5ac0c420b2d1c5d94cf6d242d766e54b00033c

reddit.com
u/GeeekyMD — 4 days ago

I turned a spare Android phone into a local AI box (no cloud, no laptop)

Old Android phone lying around, so I turned it into a local AI node:

  • OpenClaw gateway runs directly in Termux (no Ubuntu)
  • Controls apps over ADB (book tickets, automate flows)
  • Experimenting with a local Gemma‑4 model via Google’s LiteRT‑LM so it can work fully offline

If anyone here wants to do AI stuff without buying new hardware, I’ll share the setup + repos in the first comment.

https://preview.redd.it/phcn1zd7evvg1.jpg?width=3024&format=pjpg&auto=webp&s=2896af1c4e78f9ebbb1705d4d01943538a7f3fa0

reddit.com
u/GeeekyMD — 4 days ago

Fixing Node on Android: OpenClaw gateway on Termux without proot

I wanted the OpenClaw Node.js gateway to run natively on Android via Termux, not inside a proot‑Ubuntu.

The blockers were Bionic libc quirks: os.networkInterfaces() and os.homedir() misbehaving and crashing. I patched those at runtime via NODE_OPTIONS, then layered an ADB automation skill + local Gemma‑4 backend on top.

If you’re curious about Node on Android + LiteRT‑LM + ADB automation as a stack, I’ll drop the GitHub repo and write‑ups in the first comment.

reddit.com
u/GeeekyMD — 4 days ago

Anyone Tried Openclaw on Android ? I tried it suprised by the benefits

I have tried openclaw on Mac / VPS but left it after a week now I have been rocking openclaw on my old android since 2 months and its been so much , it unlocks whole new usecases.

reddit.com
u/GeeekyMD — 4 days ago
🔥 Hot ▲ 242 r/termux

Found a better way to run OpenClaw on Android — no proot, no Ubuntu, directly on Termux

Hey guys, I found a better way to install OpenClaw on Android. Every other repo I found online was using proot to install Ubuntu first. When I tried that it was very slow and unresponsive.

My method installs OpenClaw directly on Termux. More responsive, unlocks more functionality, better architecture.

Repo Link : https://github.com/Mohd-Mursaleen/openclaw-android

Drop a ⭐ if you find it useful.

u/GeeekyMD — 5 days ago