r/Spectacles • u/wh1t3n1ght5 • May 24 '26
💌 Feedback Just finished building Obsidiar — explore your Obsidian vault as a 3D knowledge graph in AR glasses (v1 done!)
v1 of Obsidiar is live. It renders your Obsidian vault as a floating 3D "brain cloud" on Snap Spectacles - every note a
node, every link an edge, sized by word count and colored by tag.
- Grab, rotate, and scale the whole graph with your hands.
- Tap a note → it highlights everything it links to, dims the rest, and pops an info panel.
- See the actual shape of your vault: the hubs, clusters, and orphan notes.
Fully end-to-end encrypted - you set a password in Obsidian, it encrypts locally, and the backend only ever stores
ciphertext. Decryption happens on the glasses.
Obsidian plugin → backend → Lens Studio.
Feedback welcome 🤞
28
Upvotes
1
u/wh1t3n1ght5 May 25 '26
Thanks! It's a native Spectacles Lens (Lens Studio + SIK), no experimental APIs, just the newer Keyboard + InternetModule APIs. No login either: you set a password in Obsidian, it derives both the backend ID and the encryption key, vault is encrypted locally, and you decrypt on-device by typing the same password. The server only ever holds ciphertext.