Kimi is building a PopClip-style AI toolbar for selected desktop text
Code in Kimi Work 3.2.3 detects highlighted text systemwide, but its search, translation and summary buttons are still unwired.
By Ryan Merket · Published
RUNTIMEWIRE INVESTIGATION — Scoop
Original reporting by RuntimeWire, based on reverse engineering.
Why it matters
Kimi is trying to make text selection an AI entry point across desktop apps, a distribution play that also raises questions about sensitive context.
Reporting record
Finding
Kimi Desktop 3.2.3 contains an unannounced “Selection toolbar” that detects highlighted text across the operating system and places AI Search, Translate, Summary, Copy, and Read Aloud controls beside it, although those actions are not yet wired up.
How we verified
Methods: reverse engineering.
RuntimeWire reverse-engineered the app.asar files in the Kimi latest binary
The investigation: 1. Recorded the archive’s cryptographic hash. 2. Extracted the Electron application without modifying the installed copy. 3. identified the packaged build manifest and application version. 4. Enumerated its main-process, preload, and renderer components. 5. Decoded obfuscated string tables where necessary. 6. Traced the Selection toolbar from its settings entry to the operating-system selection monitor and floating renderer. 7. Inspected the complete toolbar bundle for action handlers, IPC calls, exposed desktop APIs, and command dispatch. 8. Compared the finding with Kimi’s public documentation and release notes. No server access, account impersonation, credential extraction, or interaction with non-public company systems was used.
Tested versions: **Application:** Kimi Desktop **Analyzed version:** 3.2.3 **Build timestamp:** August 27, 2026 at `11:48:29.668Z` **Git revision embedded in manifest:** `050d81512`.
Reproduction
RuntimeWire partially reproduced the finding.
RuntimeWire obtained the production `app.asar` archive installed with Kimi Desktop 3.2.3 and analyzed it locally.
File hashes
app.asar- SHA256 0724FCFBC07DFB3F65DAEA3D4033E83D79C7EC1E1A97D94FED85BBC7996E6D06
Company response
RuntimeWire requested comment; the company had not responded by publication time.

Kimi, the AI product built by Moonshot AI founder Yang Zhilin, has packaged an unfinished desktop toolbar designed to appear whenever a user highlights text in another application.
RuntimeWire found the unannounced "Selection toolbar" inside Kimi Work 3.2.3, the desktop client released on August 28th. The interface offers six controls: AI Search, Translate, Summary, Copy, Read Aloud and More. The surrounding infrastructure detects selected text, records its location on the screen and identifies the application containing it.
The actions themselves are still placeholders. RuntimeWire's analysis found no click handlers, desktop communication bridge or command dispatch connected to the toolbar buttons. Kimi has built the machinery that finds a selection and puts a floating menu beside it, while the advertised AI commands remain unwired in the analyzed build.
The prototype points to a more ambient role for Kimi on the desktop. Highlighting a paragraph in a browser, document, email client or PDF could become enough to summon the assistant without opening Kimi or pasting text into a chat.
Yang, who earned a bachelor's degree at Tsinghua University and a PhD in natural-language processing from Carnegie Mellon University, has pushed Kimi beyond its original chat interface into models, coding tools and desktop agents. Kimi Work, which launched in beta on June 3rd, is Moonshot AI's local agent for working with files, operating a browser and producing documents on Mac and Windows.
The actions are still placeholders
The production package contains a dedicated page named selection-toolbar.html and English interface copy for each advertised action. A setting describes the feature as: "Show quick actions after selecting text."
That setting is disabled by default. Once enabled, the main desktop process monitors selections, captures the selected text and its bounding rectangle, and tracks the source application. Kimi then creates a transparent, always-on-top window and positions it above or below the highlighted material. The toolbar disappears or moves as the selection changes.
The package also anticipates a macOS Accessibility permission request, which applications commonly need to inspect selections outside their own windows. The settings interface treats the Windows implementation as natively supported.
RuntimeWire obtained the app.asar Electron archive installed with Kimi Work 3.2.3 on Windows and recorded its SHA-256 hash before extracting it. The analysis traced the toolbar from its settings entry through the operating-system selection monitor and floating renderer. RuntimeWire inspected the complete renderer for click handlers, IPC calls, exposed Electron APIs and other command-dispatch mechanisms.
None were connected to the buttons. The toolbar can appear, but RuntimeWire did not establish that it can search, translate, summarize, copy or read selected text aloud in this build.
Kimi already has a separate desktop launcher
The selection interface is separate from Kimi's global Launcher. Moonshot AI documented that feature in the Kimi Work release notes for version 3.2.1 on August 21st.
The Launcher opens a floating prompt box through a global keyboard shortcut and can attach files selected in Finder or File Explorer. Users still have to invoke it. The Selection toolbar is designed to react after text is highlighted and place commands beside that selection.
Moonshot AI's notes for version 3.2.3 mention a new plugin-creation entry, lower energy use and several fixes. They do not mention the Selection toolbar. Its disabled default and unfinished controls indicate that Moonshot AI included development work in the production client before announcing a public release.
PopClip got there first
Kimi's proposed interaction pattern has clear precedents. PopClip has displayed an action bar after users select text across macOS applications since 2011. Its built-in controls and extension directory cover copying, web searches, translation, speech and AI services.
Apple's Writing Tools can summarize, proofread and rewrite selected text across supported applications. Microsoft's Click to Do provides actions for text and images on Copilot+ PCs, including copy, search, summarization, rewriting and reading assistance. Grammarly exposes rewriting and translation controls when users select text in writing fields through a setting called "Show on text selection".
PopClip remains the closest comparison because its menu appears automatically beside selected text. Kimi's distinction would come from making that behavior part of a broader desktop agent on Windows as well as Mac, with Moonshot AI controlling the assistant, models and client.
Selection gives Kimi sensitive context
The architecture also creates a privacy question Moonshot AI will have to answer before making the toolbar operational. When enabled, the client can obtain the highlighted text and the identity of the application where the selection occurred. That material could come from workplace documents, private messages, source code, email or financial records.
RuntimeWire found no evidence that the unfinished toolbar automatically uploads selected text. Its renderer contains no working action path at all. The analyzed code therefore cannot establish how Moonshot AI plans to process selections once AI Search, Translate and Summary are connected.
A finished version will need clear rules covering when text leaves the computer, whether Moonshot AI retains it and whether users or enterprise administrators can exclude sensitive applications. The toolbar's distribution advantage comes from following users across software. That same reach makes its handling of selected text central to the product, rather than a settings-page detail.