Cross-platform mobile app framework: React + Vite + TypeScript for Android and iOS.
| Dependency | Minimum | Platform |
|---|---|---|
| Node.js | 24.0 | All |
| npm | 11.0 | All |
| Android Studio | Hedgehog | Android |
| Android SDK | API 24 | Android |
| JDK | 11 | Android |
| xtool | latest | iOS |
| libimobiledevice | any | iOS (Linux only) |
cd cli && npm install -g .
gyo create my-app && cd my-app
cd lib && npm install
gyo rungyo/
├── cli/ # @gyo-framework/cli — CLI tool
├── plugins/ # @gyo-framework/bridge — web-native bridge
└── docs/ # Specifications
See docs/README.md for the full documentation index.
| Document | Description |
|---|---|
| docs/ARCHITECTURE.md | System architecture and command hierarchy |
| docs/CLI.md | CLI command reference |
| docs/PLUGINS.md | Plugin API specifications |
| docs/DOC_CONVENTIONS.md | Documentation writing conventions |
MIT