run

Installation
SKILL.md

Run the Keychat app on a device or simulator.

Arguments

  • $ARGUMENTS - Optional: device ID to run on

Workflow

  1. First list available devices:

    flutter devices
    
  2. If $ARGUMENTS is provided, run on that device:

    cd packages/app && flutter run -d $ARGUMENTS
    
Installs
8
GitHub Stars
98
First Seen
Feb 28, 2026
run — keychat-io/keychat-app