JAYX
July 13, 2026 · View on GitHub
Live PC monitor for Flipper Zero — CPU, RAM, GPU, temps, FPS, and system info over USB.
Built with ufbt.
Bluetooth is still in development — check this repo for updates. Use USB for now.
Full setup guide
→ docs/SETUP.md — complete walkthrough: install tools, flash JAYX, run the PC agent, optional RTSS/temps, and troubleshooting.
Screenshots
| Main menu | Live stats | FPS |
|---|---|---|
![]() | ![]() | ![]() |
| System info | OS | CPU |
|---|---|---|
![]() | ![]() | ![]() |
| About | No game / FPS idle | Bluetooth (WIP) |
|---|---|---|
![]() | ![]() | ![]() |
Quick start
Prefer the full setup guide the first time.
# PC tools (once)
cd pc_agent
pip install -r requirements.txt
pip install ufbt
# Flipper — close any monitor.py / qFlipper first
cd ../apps/jayx
ufbt launch
# On Flipper: Apps → USB → JAYX → USB → OK
# Then on PC:
cd ../../pc_agent
python monitor.py --usb
| Optional feature | Need |
|---|---|
| GPU % / VRAM / GPU temp | NVIDIA drivers |
| FPS | RTSS |
| CPU temp | LibreHardwareMonitor running |
Controls
| Key | Action |
|---|---|
| Left / Right | System · Game · Specs · About |
| Up / Down | Specs section cards |
| Back | Exit |
Layout
apps/jayx/ # Flipper FAP
pc_agent/ # Windows metrics agent
screenshots/ # Device UI captures
docs/
Docs
- docs/SETUP.md — full install & usage guide
- docs/CATALOG.md — Flipper Apps Catalog submission checklist
- apps/jayx/README.md — app pages & protocol notes
- docs/BUILDING.md — ufbt commands
- docs/ADDING_AN_APP.md — scaffold a new app
Requirements
- ufbt (
pip install ufbt) - Python 3.10+ (PC agent)
- Flipper Zero with matching firmware/API for the built FAP
License
MIT — required for Flipper Apps Catalog distribution.








