Desktop
Building from source
Clone and run Overlay Desktop on Apple Silicon.
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Clone and run Overlay Desktop on Apple Silicon.
git clone https://github.com/LayerNorm/overlay-desktop.git
cd overlay-desktop
cp .env.example .env.local
npm ci
npm run dev
npm run typecheck
npm test
npm run build
npm run build:mac:ci