-
-
- Auto-import (recommended on macOS): reads your local Raycast login from
- Keychain + analytics device ID. No proxy needed.
-
-
- {!autoAvailable && (
-
- Install sqlcipher: brew install sqlcipher
-
- )}
-
-
-
-
- Local dev only. Uses your Raycast Pro subscription via reverse-engineered
- API. Not official — may break on Raycast updates.
-
-
-
-
- {showManual && (
- <>
-
-
-
-
-
-
- setDeviceId(e.target.value)}
- placeholder="analyticsId / X-Raycast-DeviceId"
- className="font-mono text-sm"
- />
-
-
-
-
-
-
-
-
- setSigSecret(e.target.value)}
- placeholder="Override if Raycast rotated signing key"
- className="font-mono text-sm"
- />
-
-
-
- >
- )}
-
- {error && (
-
- )}
-
-
-
-