MeowHub

Created on March 25, 2026
Updated on March 25, 2026

AI mobile avatar running on-device with declarative skill engine. Android application with built-in OpenClaw runtime, enabling local AI processing and custom skill development.

AI Mobile Avatar - On-Device Processing with Declarative Skills

MeowHub is an Android application that brings OpenClaw-style AI agent capabilities to mobile devices with a focus on on-device processing. Featuring a built-in OpenClaw runtime and declarative skill engine, MeowHub enables powerful AI automation while keeping all data on your device. GitHub: https://github.com/zhaojiaqi/MeowHub Developer: zhaojiaqi (Community Open Source) License: MIT Platform: Android 9.0+ Key Innovation: MeowHub combines the power of OpenClaw with on-device AI processing, creating a privacy-focused mobile AI assistant that never sends your data to the cloud.

Core Philosophy: "Your data stays on your device - AI should respect your privacy"


Why MeowHub?

On-Device Processing: All AI processing happens on your phone - no cloud dependency.

Declarative Skills: Easy-to-create skills using a simple declarative syntax.

OpenClaw Runtime: Full OpenClaw compatibility in a mobile package.

Privacy First: Your conversations and data never leave your device.


Key Features

$#1.
Built-in OpenClaw Runtime

  • Complete OpenClaw engine
  • Skill execution environment
  • Workflow management
  • Configuration support
  • State persistence

$#2.
On-Device AI

  • Local model support (LLaMA, Phi, etc.)
  • Offline processing
  • No internet required for core features
  • Privacy-preserving by design
  • Reduced latency

$#3.
Declarative Skill Engine

skill:
  name: "Weather Check"
  trigger: "weather"
  actions:
    - fetch: "weather_api"
    - display: "notification"

$#4.
Mobile Avatar

  • Animated character interface
  • Emotional responses
  • Interactive animations
  • Customizable appearance
  • Voice feedback

$#5.
Android Integration

  • Notification access
  • Contact integration
  • Calendar sync
  • Location services
  • App automation

Installation

Google Play Store

Search "MeowHub" in Google Play Store
Install and open the app
Grant necessary permissions
Complete setup wizard

Manual APK Installation

# Download latest APK from GitHub releases
wget https://github.com/zhaojiaqi/MeowHub/releases/latest/download/meowhub.apk

# Install on device
adb install meowhub.apk

F-Droid

Add F-Droid repository
Search for MeowHub
Install from F-Droid app

Setup

$#1.
Initial Configuration

  1. Open MeowHub app
  2. Choose AI mode (Local/Cloud)
  3. For local: Download model files
  4. For cloud: Enter API keys
  5. Configure avatar preferences
  6. Complete setup

$#2.
Download Local Model

Settings > AI Models > Local
Choose model (Phi-3, LLaMA-3-8B, etc.)
Download (2-4GB)
Wait for installation

$#3.
Create First Skill

  1. Go to Skills > Create New
  2. Enter skill definition (YAML)
  3. Test the skill
  4. Save and activate

Skill Development

Basic Skill

skill:
  name: "Morning Briefing"
  description: "Get your daily morning briefing"
  trigger:
    - "good morning"
    - "briefing"
    - "what's happening"
  schedule: "0 7 * * *"
  actions:
    - type: "weather"
      location: "auto"
    - type: "calendar"
      range: "today"
    - type: "news"
      categories: ["tech", "business"]
    - type: "speak"
      voice: "default"

Advanced Skill

skill:
  name: "Smart Reminder"
  description: "Context-aware reminders"
  trigger: "remind me"
  parameters:
    - name: "task"
      type: "string"
    - name: "time"
      type: "datetime"
    - name: "location"
      type: "string"
      optional: true
  actions:
    - type: "store"
      key: "reminder"
      value: "${task}"
    - type: "schedule"
      time: "${time}"
      condition:
        - type: "location"
          value: "${location}"
      action:
        - type: "notify"
          message: "Reminder: ${task}"

Pricing

Free: MeowHub is completely free and open source under MIT license.

Local Models: Free to use - no API costs.

Cloud Models: Pay only for API usage if you choose cloud processing.


System Requirements

ComponentMinimumRecommended
OSAndroid 9.0 (Pie)Android 12+
RAM3GB6GB+
Storage200MB + model size500MB + 4GB for models
CPUOcta-coreSnapdragon 865+ or equivalent
GPUBasicAdreno 650+ or equivalent

Local AI Requirements

  • Phi-3: 2GB RAM, 2GB storage
  • LLaMA-3-8B: 6GB RAM, 5GB storage
  • Recommended: 8GB RAM for smooth operation

Use Cases

Personal Mobile AI Assistant

Have a powerful AI assistant on your phone that respects your privacy.

On-Device AI Processing

Process sensitive data locally without sending it to the cloud.

Privacy-Sensitive Applications

Use AI for personal tasks without worrying about data privacy.

Custom Skill Development

Create custom skills tailored to your specific needs.

Offline AI Workflows

Run AI workflows without internet connectivity.

Mobile Automation

Automate mobile tasks and workflows.


Community and Support



Quick Start Guide

Get MeowHub up and running quickly.

Step 1: Install

cd meowhub
npm install
npx meowhub setup

Step 2: Configure

Set your AI model and API key in the configuration.

Step 3: Connect and Go

Link your messaging platform and start using your AI agent.

Full documentation: https://github.com/zhaojiaqi/MeowHub#readme


FAQ

Is MeowHub free to use?

Yes, MeowHub is free and open source (MIT license). You only pay for AI model API costs if using external models.

What are the system requirements for MeowHub?

MeowHub requires 3GB RAM of RAM minimum. Runtime: Android App. It runs on Windows, macOS, and Linux.

Can I self-host MeowHub?

Yes. MeowHub is open source (MIT) and can be self-hosted on your own hardware. Clone the repository from GitHub and follow the installation guide.

How does MeowHub compare to OpenClaw?

MeowHub offers a different approach compared to OpenClaw. While OpenClaw provides the largest ecosystem with 13,729+ skills and maximum flexibility, MeowHub focuses on personal assistant. Choose MeowHub if you prioritize its specific features; choose OpenClaw for the broadest compatibility and community support.

Is MeowHub suitable for beginners?

MeowHub requires some technical knowledge to set up (Android App). If you are a beginner, consider starting with QClaw (one-click install) or MaxClaw (cloud-based, no setup) first, then graduate to MeowHub as you gain experience.

License

MIT License - Free for personal and commercial use.


Tags

ai-agent, android, on-device, skill-engine, mobile-ai, openclaw, privacy, offline