Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
This app can now use Android, just like a human.
| Date | Stars |
|---|---|
| 2026-07-24 | 947 |
| 2026-07-25 | 948 |
| 2026-07-28 | 948 |
| 2026-07-30 | 949 |
| 2026-08-06 | 949 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# 🐼 Panda: Your Personal AI Phone Operator
**You touch grass. I'll touch your glass.**
[](https://discord.gg/b2hxFNXvWk)
<a href='https://play.google.com/store/apps/details?id=com.blurr.voice&hl=en_US&pcampaignid=pcampaignidMKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1'><img alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png' width=250/></a>
[](https://deepwiki.com/Ayush0Chaudhary/blurr)
---
# Demos:
#### Explaining all the triggers of Panda
[](https://www.youtube.com/embed/IDvuqmPyKZs)
#### Sending Welcome message to all the new Connections on Linkedin
[](https://www.youtube.com/embed/JO_EWFYJJjA)
#### 5 task demo:
https://github.com/user-attachments/assets/cf76bb00-2bf4-4274-acad-d9f4c0d47188
**Panda** is a proactive, on-device AI agent for Android that autonomously understands natural language commands and operates your phone's UI to achieve them. Inspired by the need to make modern technology more accessible, Panda acts as your personal operator, capable of handling complex, multi-step tasks across different applications.
[](https://wip.vost.pt/)
[](./LICENSE)
[](https://kotlinlang.org)
## Core Capabilities
* 🧠 **Intelligent UI Automation:** Panda sees the screen, understands the context of UI elements, and performs actions like tapping, swiping, and typing to navigate apps and complete tasks.
* 📢 **High Qaulity voice:** Panda have high quality voice by GCS's Chirp
* 💾 **Persistent & Personalized local Memory:** ⚠️ **Temporarily Disabled** - Panda memory is turned off as of yet. Memory functionality will be restored in a future update.
## Architecture Overview
Panda is built on a sophisticated multi-agent system written entirely in Kotlin. This architecture separates responsibilities, allowing for more complex and reliable reasoning.
* **Eyes & Hands (The Actuator):** The **Android Accessibility Service** serves as the agent's physical connection to the device, providing the low-level ability to read the screen element hierarchy and programmatically perform touch gestures.
* **The Brain (The LLM):** All high-level reasoning, planning, and analysis are powered by **LLM** models. This is where decisions are made.
* **The Agent:**
* **Operator:** This is executor with Notepad.
<img width="421" height="251" alt="Untitled Diagram drawio (2)" src="https://github.com/user-attachments/assets/78339f17-0d71-469a-a9e9-3cb36902d4eb" />
## 🚀 Getting Started
### Prerequisites
* Android Studio (latest version recommended)
* An Android device or emulator with API level 26+
* Some Gemini keys, sample ENV
```python
# the name of these keys donot mean you need google cloud, you can use any servers that can accept requests, i will improve the developer experience in the future by making openapi compatible
GCLOUD_PROXY_URL=<url-of-any-backend-that-accept-responses-like-below-payload>
GCLOUD_PROXY_URL_KEY=<any-password-you-wanna-set-or-leave-empty>
```
`payload`
```
{
"modelName": "model-name",
"messages": [
{
"role": "user",
"parts": [
{
"text": "Hello, what can you do?"
}
]
},
{
"role": "model",
"parts": [
{
"text": "I can help you with a variety of tasks. What do you need assistance with today?"
}
]
}
]
}
```
or
```
//you can also add gemini keys to play around
GEMINI_API_Excerpt of 5,822 characters
Read on GitHub385
42
38
13
5
5
2
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:e32f821b62690d5d, topic:voice-assistant
matched fp:e32f821b62690d5d, topic:automation