My.Movie.5.mp4
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.
- π§ 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.
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.
- Android Studio (latest version recommended)
- An Android device or emulator with API level 26+
- Some Gemini keys, sample ENV
# 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_KEYS=
-
Clone the repository:
git clone [https://github.com/ayush0chaudhary/blurr.git](https://github.com/ayush0chaudhary/blurr.git) cd blurr -
Build & Run:
- Open the project in Android Studio.
- Let Gradle sync all the dependencies.
- Run the app on your selected device or emulator.
-
Enable Accessibility Service:
- On the first run, the app will prompt you to grant Accessibility permission.
- Click "Grant Access" and enable the "Panda" service in your phone's settings. This is required for the agent to see and control the screen.
Panda is currently a powerful proof-of-concept, and the roadmap is focused on making it a truly indispensable assistant.
- NOT UPDATED: List not updated
Contributions are welcome! If you have ideas for new features or improvements, feel free to open an issue or submit a pull request.
This project is licensed under a Personal Use License - see the LICENSE file for details.
Personal & Educational Use: Free to use, modify, and distribute for personal, educational, and non-commercial purposes.
Commercial Use: Requires a separate commercial license. Please contact Panda AI for commercial licensing terms.
blurr_v1.mp4
Write you api key in in local.properties, more keys you use, better is the speed π
adb logcat | grep GeminiApi


