←back to thread

206 points arbayi | 1 comments | | HN request time: 0.2s | source
Show context
poly2it ◴[] No.45141622[source]
How open-source are these glasses really? Are all software components compilable from source, or do they just publish an SDK Espressif-style?
replies(2): >>45142600 #>>45143236 #
alex1115alex ◴[] No.45143236[source]
It's all open-source:

https://github.com/Mentra-Community/MentraOS

replies(1): >>45143371 #
grokx ◴[] No.45143371[source]
Not really, despite the repo being named MentraOS, this repo seems to include only some mobile apps (that either run on a phone or on the glasses), some server code, and some SDKs. Mentra glasses are likely running on a fork of AOSP, which is not in this repo.
replies(1): >>45143591 #
SparkyMcUnicorn ◴[] No.45143591[source]
AOSP (or even a minimal fork) is way too heavy to be running on the glasses. It looks like the firmware is quite minimal and the "OS" is the app.

https://github.com/Mentra-Community/MentraOS/tree/main/mcu_c...

replies(3): >>45144063 #>>45144286 #>>45148079 #
1. numpad0 ◴[] No.45144286[source]
Most smart glasses just run AOSP, that's the path of least resistance. Ones without displays are often just Bluetooth headsets in shape of eyeglasses, and only the ones with cameras but not displays are the ones that run a lightweight OS.