Wingetlywingetly
← All apps

Plume

by b7sv0.1.0

Last updated

Floating typing assistant for Windows. Sits as a transparent overlay above your active window, listens via UI Automation, and serves up smart suggestions — spelling corrections, AI next-word predictions, translation, and text actions.

Install with winget

$ winget install --id b7s.Plume --exact --version 0.1.0

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for Plume

Plume uses EXE. The silent install switches are /S.

One-line silent install (x86, user scope)
Plume_0.1.0_x64-setup.exe /S

See the full silent install reference for Plume

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

About

Plume uses Windows UI Automation (UIAutomation TextPattern/ValuePattern) to detect what you are typing. When you stop typing, it reads the last word from the focused text field, runs it through Hunspell for spelling corrections, sends the surrounding context to your chosen LLM for next-word suggestions, and shows the results in a floating transparent overlay. Click a chip to copy or insert.

Installers · v0.1.0

ArchitectureTypeScopeInstallDownload
x86EXEuserDirect

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

No known CVEs for Plume.

Coverage is best-effort and depends on a winget package mapping to an NVD CPE entry. Absence here is not a guarantee of safety.

Related apps

  • O
    Ollama (Portable)Ollama
    Ollama.Ollama.Portablev0.32.5

    Start building with open models.

  • Claude CodeAnthropic PBC
    Anthropic.ClaudeCodev2.1.248

    Unleash Claude’s raw power directly in your terminal. Search million-line codebases instantly. Turn hours-long workflows into a single command. Your tools. Your workflow. Your codebase, evolving at thought speed.

  • CursorAnysphere
    Anysphere.Cursorv3.14.27

    The AI Code Editor

  • LM StudioLM Studio
    ElementLabs.LMStudiov0.4.21+2

    Discover, download, and run local LLMs

  • DittoScott Brogden
    Ditto.Dittov3.25.113.0

    Ditto is an extension to the Windows Clipboard. You copy something to the Clipboard and Ditto takes what you copied and stores it in a database to retrieve at a later time.

  • P
    PrismCatEtgpao
    paopaoandlingyia.PrismCatv1.14.0

    A self-hosted, transparent proxy and debugging console for LLM APIs.

More from b7s or browse ai, assistant, clipboard.

Frequently asked questions

How do I install Plume on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id b7s.Plume --exact --version 0.1.0. winget downloads the installer from b7s and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install Plume silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id b7s.Plume --exact 0.1.0 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for Plume?
Plume uses EXE. Run the downloaded installer with: Plume_0.1.0_x64-setup.exe /S. The silent switches are /S.
How do I uninstall Plume via winget?
Run: winget uninstall --id b7s.Plume --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from Plume's Apps & Features entry.
Is Plume free?
Plume is distributed under MIT. Refer to the publisher (https://github.com/b7s/plume) for the full license terms - Wingetly itself does not charge for installation.
Does Plume work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls Plume directly from the publisher.
How do I keep Plume up to date?
Run winget upgrade --id b7s.Plume --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of Plume from microsoft/winget-pkgs.