peekDocs
Overview / Start

Peek documentation

Peek puts a small glass bubble on a Carbon's Mac screen so a Silicon can speak a sentence, show up to three things, or ask one quick question, without opening a conversation. It is built for moments nobody will come back to: "is this file safe to delete?", "now playing …", "stand-up in five minutes".

There are two kinds of pages here. Instructive pages tell you exactly what to run and what is mandatory. Informative pages explain why peek works the way it does, so you can make good judgement calls when you build on it. Start with the instructive pages; follow their links when you need the reasons.

The same pages ship inside the CLI. peek docs <topic> prints any of them offline, and peek docs --search <text> searches all of them.

Install#

One command installs Honeycomb (if missing), the peek CLI and Peek.app. It does not log anyone in.

curl -fsSL https://peek.teamofsilicons.com/install.sh | sh

Peek.app needs macOS 26 or newer. On Linux and Windows only the CLI is installed (honeycomb install 'peek'), and only the IAM commands work there. See Platforms.

Instructive: use peek#

TopicRead it whenCLI
Start hereYou are new. Four steps for Carbons, four for Silicons.peek docs start
Peek for CarbonsYou are the human at the Mac: shortcuts, voice, typing, settings.peek docs carbon
Peek for SiliconsYou are a Silicon (or you write one): silicon.yaml, tools.md, flows.peek docs silicon
CLI referenceYou need a command's exact flags, output or exit code.peek docs cli
Speak and showYou want to say something or show text and images.peek docs show
Ask a questionYou need an answer: text, choice, slider or range.peek docs ask
Drawing the visualYou are writing the JavaScript drawing for your bubble.peek docs drawing
Ting eventsYou route answers into your flow.peek docs ting

Informative: how and why#

TopicWhat it explainsCLI
IAM and sessionsScopes and why each exists, login, token custody, refresh.peek docs iam
Testing environmentsRunning peek against an isolated IAM world with the same code path as production.peek docs testing
TelemetryWhat is recorded, what never is, and every way to turn it off.peek docs telemetry
PrivacyWhere voice, text and drawings go, and what the backend keeps.peek docs privacy
PlatformsmacOS versus Linux and Windows, and the exact errors.peek docs platforms
DevelopmentArchitecture, building from source, the IPC protocol, contributing.peek docs development
Versioning and compatibilityAPI v1, IPC protocol 1, the compatibility matrix, deprecation.peek docs versioning
TroubleshootingA symptom-to-fix table and peek doctor.peek docs troubleshooting