RoostOS Communicator 🐤📡 config builder

Fill this in, download your secrets.h, drop it in include/, flash. Runs entirely in your browser — nothing is uploaded or saved anywhere.

🔒 Your keys never leave this page. The file you download is git-ignored (include/secrets.h) — never commit it.
WiFi (2.4 GHz)
Default AI provider
AI provider keys — set the one(s) you'll use, leave the rest empty

include/secrets.h


    
Then, on your computer:
  1. Move the downloaded file to include/secrets.h in your clone of the repo.
  2. Install PlatformIO: brew install platformio (or the VS Code extension).
  3. Flash it: pio run -e app -t upload (T-Deck on USB-C).
  4. Type a message + Enter to chat. Trackball click opens Settings.

Prefer the command line? cp include/secrets.example.h include/secrets.h and edit by hand — same result.