Skip to content

ExTV/termux-bubble

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

⚡ DeepSeek Bubble

A floating AI assistant for Android, running entirely in Termux. A tiny draggable bubble sits over every app; tap it for clipboard quick‑actions (translate, summarize, explain, fix, reply) and an agentic chat where DeepSeek can run shell commands on your device to actually get things done.

Requirements

Three apps — install all from the GitHub releases (not the Play Store builds, which are outdated and incompatible):

Termux packages:

pkg install termux-gui-bash jq curl termux-api
  • termux-gui-bash — provides tgui-bash, which runs the script (required)
  • jq, curl — API calls and JSON (required)
  • termux-api — bridges to the Termux:API app for clipboard, toast, and speech

You also need a DeepSeek API key from https://platform.deepseek.com.

Setup

  1. Clone the repo:

    git clone https://github.com/ExTV/termux-bubble
    cd termux-bubble
  2. Grant Termux:GUI the "Display over other apps" permission (the script opens this settings screen automatically if it's missing).

  3. Run it:

    chmod +x deepseek-bubble.sh
    ./deepseek-bubble.sh
  4. On first launch, paste your API key and tap Save key. It's stored privately at ~/.config/deepseek-bubble/config (or set DEEPSEEK_API_KEY in the environment to skip this).

Usage

  • Drag the bubble anywhere; tap it to open the panel.
  • Clipboard actions — copy text, then tap Trans / Sum / Expl / Fix / Reply.
  • Chat — type a request and Send. The model can run bash commands on your phone (read files, fetch things, run programs) to complete the task.
  • Copy / Speak the last answer, Reset the conversation, collapse, quit.

License

See LICENSE.

About

⚡ A floating, agentic DeepSeek AI assistant that overlays every app on Android — clipboard quick-actions + a chat that can run shell commands on your device. Pure Termux + Termux:GUI bash.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages