Ghost in the Droid

Real phones. Any AI. Zero cloud.

Ghost Showcase

Every demo is recorded by Ghost driving a real phone — the ghost records the ghost.

AI Integration 6 demos

Claude Code → Your Phone

snippet.py
# Claude Code → Your Phone — commands from this demo
# https://ghostinthedroid.com/features/mcp-server/

claude --print --output-format=stream-json --verbose --include-partial-messages --permission-mode bypassPermissions "Check in the reddit app what's on r/LocalLLaMA. Use the ASUS phone." < /dev/null 2>&1 | python3 scripts/showcase/claude_streamer.py
Read the Claude Code → Your Phone docs →

Claude Code TUI

snippet.py
# Claude Code TUI — commands from this demo
# https://ghostinthedroid.com/features/mcp-server/

LangChain Integration

snippet.py
# LangChain Integration — commands from this demo
# https://ghostinthedroid.com/features/integrations/

for i in 1 2 3 4 5; do python scripts/showcase/langchain_script.py; done
sqlite3 -header -column scripts/showcase/posts.db "SELECT subreddit, upvotes, comments, substr(title,1,38) title FROM posts"

Run a Flow

snippet.py
# Run a Flow — commands from this demo
# https://ghostinthedroid.com/features/integrations/

cat scripts/showcase/run_flow_demo.py | grep -A 14 'APP_TOUR'
python3 scripts/showcase/run_flow_demo.py

The Ghost CLI — one line, any prompt, real phone

snippet.py
# The Ghost CLI — one line, any prompt, real phone — commands from this demo
# https://ghostinthedroid.com/getting-started/cli/

ghost "Check what's on r/LocalLLaMA in the reddit app" --device asus

Web Chat GUI

snippet.py
# Up in 60 Seconds — commands from this demo
# https://ghostinthedroid.com/getting-started/installation/

pip show ghost-in-the-droid | grep -E 'Name|Version'
adb devices
python3 -c "print('Ghost v1.3.0 ready — 62 MCP tools. Real phones. Any AI. Zero cloud.')"

LLM Providers 2 demos

On-Device Android

snippet.py
# On-Device Android — commands from this demo
# https://ghostinthedroid.com/docs/getting-started/installation
Read the On-Device Android docs →

On-Device iPhone

snippet.py
# On-Device iPhone — commands from this demo
# https://ghostinthedroid.com/docs/getting-started/installation
Read the On-Device iPhone docs →

Platform 1 demo

Ghost speaks iPhone now.

iPhone Support

snippet.py
# iPhone Support — commands from this demo
# /getting-started/installation/
Read the iPhone Support docs →