#CoreDevices
September 18, 2025 at 5:34 PM
Good news! We open sourced the Pebble mobile app today -> github.com/coredevices/mobileapp Now all the software that powers your new Pebble is 100% open source. Read the full scoop on my blog ericmigi.com/blog/pebble-...
GitHub - coredevices/mobileapp
Contribute to coredevices/mobileapp development by creating an account on GitHub.
github.com
November 24, 2025 at 6:09 PM
On-device means
a) works offline or in bad internet
b) fully private and secure

Our app is fully open source - unlike basically every other AI device out there! github.com/coredevices/...
GitHub - coredevices/mobileapp
Contribute to coredevices/mobileapp development by creating an account on GitHub.
github.com
March 17, 2026 at 6:59 PM
Really awesome to see all the PRs to PebbleOS and mobile app (github.com/coredevices/...). We've merged PRs from 50 contributors already. Thank you so much!

FYI We're balancing reviewing PRs with fixing the bugs that users report so it might take a while for us to get to everything
Pull requests · coredevices/PebbleOS
Contribute to coredevices/PebbleOS development by creating an account on GitHub.
github.com
June 12, 2026 at 5:21 PM
I'm pleased to share the schematic AND Kicad project for Pebble 2 Duo - useful if you are have fun hacking! github.com/coredevices/...
November 4, 2025 at 6:05 PM
hacked together a browser for Pebble (android only for now). I'm not saying it's a great idea, but it's definitely an idea

github.com/coredevices/...
August 9, 2026 at 7:50 PM
iOS/Android Mobile app
- we published a new batteries-included open source library github.com/coredevices/...
- our app (built with lib) is being tested by some willing and brave souls
- good news! Our new app will support your old Pebbles as well. No more sideloading the 10 year old Pebble app!
GitHub - coredevices/libpebble3
Contribute to coredevices/libpebble3 development by creating an account on GitHub.
github.com
July 9, 2025 at 4:46 PM
health sync (steps, sleep, heart rate) to Google Fit and iOS Healthkit is working - thank you for the PR michaelthatsit (github.com/coredevices/...)

Will be in the next release of @repebble.com mobile app!
Health: Google Health Connect and Apple Health sync support by michaelthatsit · Pull Request #132 · coredevices/mobileapp
Implemented with the help of Claude and HealthKMP! added sync for steps, hr, sleep, workouts sync in background, on launch, app wake, and connect added HealthSyncInterval for background sync
github.com
April 9, 2026 at 6:34 PM
My first PebbleOS firmware PR (vibe coded with @cline + sonnet 3.7) is an improvement I've wanted for years - delay vibration for new notifications until the text of notification is shown on screen github.com/coredevices/...

new way (sound on!) (old in next post)
June 14, 2025 at 9:25 PM
only 2 weeks in to the Pebble App being fully open source and there's already a new PR adding health data support! Thank you Michael - love to see it github.com/coredevices/...
health integration by michaelthatsit · Pull Request #54 · coredevices/mobileapp
this is pretty early. all it does is pull the health data from the watch, and push the averages to it. I'm thinking it's probably best to add this and do any UI changes in a separate PR: In...
github.com
December 6, 2025 at 5:45 PM
btw this is a TON of engineering work. Probably would have taken a lot of human time to get working:
- github.com/coredevices/... is back on qemu 2.5, first step was porting all drivers to qemu 10
- then it had to get STM32 running in Emscripten's TCI (Tiny Code Interpreter) which never been done
GitHub - coredevices/qemu: Pebble fork of qemu
Pebble fork of qemu. Contribute to coredevices/qemu development by creating an account on GitHub.
github.com
February 11, 2026 at 9:46 PM
Software improvements
All open source, of course! github.com/coredevices/...
- We added fully encrypted cloud backup (optional)
- Local speech-to-text is working well, thanks to github.com/cactus-compute/cactus + parakeet-tdt-0.6b-v3!
GitHub - coredevices/mobileapp
Contribute to coredevices/mobileapp development by creating an account on GitHub.
github.com
April 23, 2026 at 3:37 PM
github.com/coredevices/... is the open source library we've developed
GitHub - coredevices/libpebble3
Contribute to coredevices/libpebble3 development by creating an account on GitHub.
github.com
October 12, 2025 at 5:25 PM
I just updated the Index 01 ring sizer STL file on github along with some instructions on how to print and size your finger.

You'll (soon) be able to purchase an Index 01 sizing kit as well.

github.com/coredevices/...
February 27, 2026 at 6:21 AM
If you 3D printed an Index 01 sizer more than 3 weeks ago - you will need to reprint the ring sizer.

Long story short - the ‘individual ring’ STLs were dimensionally accurate in software to the exact dimensions of Index 01 but would shrink when printed on FDM. so ....
hardware/ring/pebble-index-01 at main · coredevices/hardware
Public hardware files related to Core Devices products - coredevices/hardware
github.com
March 19, 2026 at 12:59 AM
A) the library is open source, you can read the code github.com/coredevices/.... You can always use gadgetbridgebtoo

B) if you're concerned with the security of an app that you didn't write yourself, I recommend using Wireshark to ensure that it's not making any network calls that you don't approve
GitHub - coredevices/libpebble3
Contribute to coredevices/libpebble3 development by creating an account on GitHub.
github.com
October 4, 2025 at 9:53 PM
dude Index 01 is only $75. Other smart rings cost $300+. If you don't want to buy a sizing kit, we have the stl on line for you to 3d print. github.com/coredevices/...
hardware/ring/pebble-index-01 at main · coredevices/hardware
Public hardware files related to Core Devices products - coredevices/hardware
github.com
March 11, 2026 at 9:51 PM
You could easily 3D print something like that - cad here github.com/coredevices/...
hardware/watch at main · coredevices/hardware
Public hardware files related to Core Devices products - coredevices/hardware
github.com
February 18, 2026 at 11:28 PM
that would be awesome! Feel free to add those options in here: github.com/coredevices/...
fw/services/common/compositor: add support for scaling legacy apps · coredevices/PebbleOS@4f3fb87
Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
github.com
September 30, 2025 at 9:38 PM
Not yet, sorry. But if you'd like to code it yourself, you could add it to github.com/coredevices/...
GitHub - coredevices/libpebble3
Contribute to coredevices/libpebble3 development by creating an account on GitHub.
github.com
November 4, 2025 at 5:43 PM
two steps ahead of you :) github.com/coredevices/...
hardware/watch at main · coredevices/hardware
Public hardware files related to Core Devices products - coredevices/hardware
github.com
June 1, 2026 at 7:32 PM
we haven't really started optimizing the PebbleOS for low power on PT2, but with github.com/coredevices/obelix-hwv we've confirmed that the board is capable of hitting our low power targets
github.com
January 26, 2026 at 5:38 AM