pi-superwhisper-paste

Superwhisper clipboard bridge for Pi on Windows.

Packages

Package details

extension

Install pi-superwhisper-paste from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:pi-superwhisper-paste
Package
pi-superwhisper-paste
Version
0.1.15
Published
Jun 5, 2026
Downloads
966/mo · 64/wk
Author
eiei114
License
MIT
Types
extension
Size
37 KB
Dependencies
0 dependencies · 3 peers
Pi manifest JSON
{
  "extensions": [
    "./extensions"
  ]
}

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

README

Pi Superwhisper Paste

Windows-focused Pi bridge for Superwhisper clipboard input.

The official Superwhisper Pi package (@superwhisper/pi) targets the deeplink/macOS flow. If you need the clipboard-based Windows workaround, use this package.

CI Publish npm version License: MIT

Recommended install on Windows

pi install npm:pi-superwhisper-paste

Official package

If you are using the official Superwhisper Pi integration instead:

pi install npm:@superwhisper/pi

Docs: https://superwhisper.com/pi

Why this package exists

Superwhisper can paste dictated text into normal Windows apps, but terminal TUIs can be a rough edge. In the original case, dictation worked in Notepad and PowerShell, and Typeless worked in Pi, but Superwhisper's automatic paste did not reliably reach Pi's TUI editor without a manual Ctrl+V.

This package bridges that gap from the Pi side: it watches the Windows clipboard, detects new Superwhisper output, and inserts it into the active Pi editor with Pi's extension API.

Install

From npm:

pi install npm:pi-superwhisper-paste

From GitHub:

pi install git:github.com/eiei114/pi-superwhisper-paste

Current behavior

  • Default-on after the extension loads.
  • Slash commands: /sw-paste:on and /sw-paste:off.
  • Windows clipboard polling with active-tab gating.
  • Brief copy-suppression window so local terminal copy actions do not get auto-pasted back into Pi.
  • Clipboard-owner filtering so terminal/CLI-owned clipboard updates stay blocked by default.

See CHANGELOG.md for version history.

Links

License

MIT