An AI-powered desktop tool that refines your selected text with smart suggestions and corrections.
screen.mp4
- Multi-Model Support: Works with DeepSeek and local Ollama models.
- Global Hotkeys: Quick activation with
Ctrl/Cmd + Shift + X. - Intelligent Pasting: Uses clipboard-based replacement for maximum compatibility across applications.
- Customizable Prompts: Tailor AI behavior via system prompts and define custom shortcut commands.
For full usage instructions, authentication details, configuration guides, and FAQs, please visit the official documentation:
.
├── .agents/skills/ # Reusable skills for AI agents
├── .github/workflows/ # CI pipelines
├── apps/ # Client-facing apps
│ ├── desktop/ # Tauri + Vue 3 (main product)
│ └── www/ # Astro (marketing / SEO)
├── packages/ # Shared code across apps
│ ├── languages/ # i18n utilities and translation bundles
│ └── utils/ # Shared helpers and constants
├── scripts/ # Repo-wide automation scripts
├── package.json # Workspaces and top-level scripts
└── README.md
Follow the setup skill to install Node.js (from .nvmrc), pnpm (via Corepack, pinned in package.json), workspace dependencies, and the Rust toolchain for the Tauri desktop app.
/setup # run this skill/command in AI coding agentpnpm desktop:devpnpm bumpto version and tag the release.pnpm release:notesto update the release notes inlatest.json.pnpm releases:pulltopackages/releases, edit the data, thenpnpm releases:pushto update the marketing website.pnpm www:deployto deploy the www website