Releases: therealjasonlin/pebble-studio
Releases · therealjasonlin/pebble-studio
Pebble Studio v3.0.0 - First public release
Pebble Studio is now open source! This is the first public release of the desktop GUI for the qemu-pebble emulator — boot Pebble smartwatch firmware on your PC, drive it, control its clock, and capture screenshots and GIFs, with no command line required.
Highlights
- One-click emulator — pick a watch model and the emulator boots right inside the window.
- Time control — set a custom date/time, freeze the clock, or run it at an accelerated rate (2× / 4× / 10×) to test time-dependent watchfaces and apps.
- Capture — save PNG screenshots and animated GIFs of the running watch.
- Full input — on-screen Back / Up / Select / Down buttons plus keyboard shortcuts (with visual feedback), and touch on models that support it.
- Many watch models — aplite, basalt, chalk, diorite, plus the newer emery (Pebble Time 2), gabbro (Pebble Round 2), and flint (Pebble 2 Duo), which now open the full watch menu (Settings, Music, Notifications, Alarms, Watchfaces).
Download & run (Windows)
- Download
Pebble-Studio-v3.0.0-win64.zipbelow. - Unzip it anywhere — keep the folder contents together.
- Run
Pebble Studio.exe. No installer or admin rights needed; the emulator, Python runtime, and Pebble SDK are bundled in.
Build from source
Requires Node.js 20+:
npm install
npm run build
npm start
Notes
- Unofficial community project — not affiliated with Pebble, Core Devices, or Google.
- GUI code is MIT-licensed; the bundled
qemu-pebbleemulator is GPL. - Built and packaged for Windows. The codebase is cross-platform Electron, but other OS builds aren't packaged yet.