-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Ahmed Ali Mohamed Soliman edited this page Jul 19, 2026
·
2 revisions
Keep is a secure developer platform for encrypted environment secrets and cross-device clipboard synchronization. Every client shares the same identity, device-authorization flow, versioned API, contracts, and domain rules.
-
Keep Secrets: encrypted projects, environments, variables,
.envimport/export, and VS Code pull/push workflows. - Keep Clipboard: short-lived text history and synchronization across the web, VS Code, macOS, Windows, and Android/Samsung.
- Native clients: a shared Tauri application for desktop and Android, with signed releases and platform-specific security gates.
| Client | Status | Main capability |
|---|---|---|
| Web | Available | Secrets workspace and live Clipboard history |
| VS Code | Available |
.env workflows plus send/insert Clipboard actions |
| macOS | Available | Automatic Clipboard sending with likely-secret filtering |
| Android/Samsung | Public beta | Manual send, history, and tap-to-copy |
| Windows | Release gated | Desktop Clipboard companion awaiting signing hardening |
| Galaxy Watch / Wear OS | Planned | Safe previews and explicit phone-assisted actions |
Android intentionally does not promise silent background clipboard monitoring. Sharesheet support, notifications, biometrics, DeX improvements, and supported Samsung integrations remain planned enhancements.
cp .env.example .env
pnpm install
pnpm dev
pnpm checkUse pnpm filters for individual applications:
pnpm --filter @keephq/website dev
pnpm --filter keep-vscode build
pnpm --filter keep-desktop app:dev- Repository README
- Master plan
- Architecture
- Native release process
- Galaxy Watch / Wear OS plan
- Device authorization
- Redis storage
- Complete Windows credential storage, signing, and release validation.
- Improve Android/Samsung with Sharesheet, notifications, biometrics, and DeX.
- Add device presence, rename, revoke, and delivery acknowledgement.
- Return to Secrets revision history, activity, comparison UI, and hardening.
- Continue native receive, signing/notarization, updater, and clipboard encryption work.
- Begin the staged Wear OS companion only after its Android and device-security foundations are stable.
Never publish secret values, clipboard payloads, device tokens, keystores, or signing credentials in issues, logs, screenshots, or Wiki pages.