Pre-launch · Private beta · Built on Tauri + Rust

The Keyboard-First Desktop Workbench

XKeyDock replaces context-switching with a unified command palette. Access clipboard history, instant translation, voice input, and AI agents without breaking your flow.

Pre-launch · we'll email you when invites open. No spam, unsubscribe anytime.

Clipboard Manager
View and search clipboard history
Quick Translate
Translate selected text instantly
Voice Input
Dictate into any text field
AI Agent Console
Call custom agents for text processing
Delaware LLCStripe-powered billingLocal-first by defaultGDPR & CCPA aware
Capabilities

Everything you reach for, one keystroke away.

Seven core utilities built into the runtime, with hundreds more available through the open plugin market.

Clipboard History

Lightning-fast local search across every snippet you have ever copied.

Universal Translation

Aggregated engines, screen text capture, side-by-side translation.

Smart Screenshot & OCR

Region capture, floating annotations, local text extraction.

Voice Input Method

Dictate into any text field with a built-in speech input plugin.

Color Picker

Pixel-level color picking with HEX, RGB and HSL conversion.

Regex Editor

Real-time pattern testing, capture groups, and explanations.

Open Plugin Market

Community-built extensions for everything beyond the core.

AI & Extensibility

AI Agents built in. Infinitely extensible.

Invoke any large model directly from a command — translate, summarize, refactor, classify — without leaving your keyboard.

A first-class plugin API lets you build native-quality tools with the web stack you already know, and ship them to the global marketplace.

  • Bring-your-own model: OpenAI, Anthropic, local LLMs
  • Compose multi-step Agents with the JS / TS API
  • Publish to a global, open plugin marketplace
Summarize my clipboardTranslate selection to FrenchExplain this regexRewrite in formal toneExtract emails from clipboard
agent.ts
// Register a custom AI command
import { defineAgent } from '@xkeydock/sdk';

defineAgent('summarize', async (ctx) => {
  const text = await ctx.getSelection();
  return openai.complete(text);
});
Planned pricing

Free at launch. Pro for power users.

Every core plugin will be free, forever. Pro adds sync, AI, and curated power tools. Pricing below is intended for our public launch.

Basic
$0
Core local productivity toolkit.
  • All built-in core plugins
  • Free access to the plugin market
  • Local-only, encrypted data storage
Get Early Access
Recommended
Pro
$8/ month
For multi-device power users.
  • Everything in Basic
  • Cross-device cloud sync
  • AI Agent invocation (GPT-4o / Claude)
  • Curated premium plugins
Get Pro Early Access
Subscription terms
Pro will be billed in USD on a recurring monthly basis ($8.00/month) and auto-renew until cancelled. You can cancel anytime from your account; cancellation takes effect at the end of the current billing period. A 14-day money-back guarantee applies to first-time subscribers. Applicable sales tax may be added at checkout. Payments are processed by Stripe.
FAQ

Everything you want to know about XKeyDock.

Is XKeyDock available to install today?
Not yet. XKeyDock is in private beta and we are not charging customers. Pricing shown on this page represents our planned launch pricing. Join the early-access list above and we will notify you when invites open.
What is XKeyDock, exactly?
XKeyDock is a keyboard-first desktop productivity workbench. Press Alt + Space (or your custom hotkey) to summon a unified command palette — type to find any built-in tool, installed plugin, or AI command and execute it instantly, all without leaving your keyboard.
What can I do with it out of the box?
Seven core utilities ship with the runtime: clipboard history, universal translation, screenshot + OCR, voice input method, screen color picker, regex editor, and an open plugin marketplace. Each is invocable with a single keystroke and works fully offline.
Which operating systems does XKeyDock support?
XKeyDock is built on Tauri + Rust and targets macOS, Windows, and Linux from a single codebase. At launch we will ship signed native installers for all three platforms with built-in auto-update support.
How does the AI Agent integration work?
You can register an Agent — a small JS / TS function that receives selected text or clipboard content, calls any LLM (OpenAI, Anthropic, or a local model), and writes the result back to your editor. Bring your own API key; your prompts never pass through our servers.
Is my data stored locally? Is it private?
By default, all plugin data lives only on your local device — clipboard history, screenshots, and regex snippets never leave your machine. Optional Pro cloud sync is end-to-end encrypted on-device before upload; we cannot read its plaintext content.
Can I build and publish my own plugins?
Yes. Plugins are written in JavaScript or TypeScript using our first-class SDK, with access to native system capabilities through Tauri. Once published to the open marketplace, your plugin is discoverable by every XKeyDock user worldwide.