████████╗██╗ ██╗██╗ ██╗███╗ ██╗ █████╗
╚══██╔══╝██║ ██║██║ ██║████╗ ██║██╔══██╗
██║ ██║ ██║██║ ██║██╔██╗ ██║███████║
██║ ██║ ██║██║ ██║██║╚██╗██║██╔══██║
██║ ╚██████╔╝╚██████╔╝██║ ╚████║██║ ██║
╚═╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═══╝╚═╝ ╚═╝
THE A G E N T I C A I R E V O L U T I O N
"I don't just chat. I see. I click. I code. I live on your desktop."
Tuuna is not a chatbot. It is an Autonomous Digital Entity. By bridging the gap between Large Language Models (LLMs) and local OS APIs, Tuuna enables a new paradigm of Human-Computer Interaction. You speak, it does.
No more copy-pasting code. No more manual searching. Tuuna has agency.
| SENSE | CAPABILITY | DESCRIPTION | |
|---|---|---|---|
| 👁️ | VISION | Multimodal Sight | Tuuna captures your screen, analyzes errors, debugging code just by "looking" at it. |
| 👂 | HEARING | Clipboard & Search | Listens to your clipboard and scours the deep web for answers via DuckDuckGo. |
| ✋ | TOUCH | Kinetic Control | Controls Mouse & Keyboard. Navigates apps like WhatsApp to chat autonomously using vision. |
| 🧠 | BRAIN | Gemini 3.0 | The cutting-edge reasoning engine. Context-aware, sarcastic, and incredibly smart. |
Tuuna doesn't use risky APIs. It uses Computer Vision.
- You say: "Start conversation with Rahul"
- Tuuna opens WhatsApp Desktop.
- It finds Rahul using keyboard shortcuts.
- It watches the screen. When Rahul replies, Tuuna reads the pixels, thinks, and types a reply.
- It runs in a background thread while you work.
Stop writing boilerplate.
- You: "Write a Python script to scrape Bitcoin prices."
- Tuuna: Creates
crypto.pyin your folder and writes the code.
- "Open Calculator"
- "Search for 'RTX 5090 Release Date'"
- "Turn off the PC"
1. Clone the Neural Network
git clone https://github.com/yourusername/Tuuna.git
cd Tuuna2. Inject Dependencies
pip install -r requirements.txt3. Ignite the Core
Create a .env file with your key:
GOOGLE_API_KEY=AIzaSy...4. Awakening
python server.py
# System Online at http://localhost:5000- Sandbox Protocol: Tuuna is restricted to writing files only within its own directory.
- Vision Privacy: Screenshots are processed in RAM and sent encrypted to Gemini; never saved to disk.
- Command Filter:
rm -rfand other destructive commands are hard-coded to fail.