What Pluma does

One key. Every task.

From rewriting a sentence to controlling your entire desktop — Pluma handles it all without leaving your workflow.

Ghost Writer

Your words, instantly better.

Copy any text, press Alt+P, and Pluma transforms it. No context switching, no new tabs — the rewrite lands back in your clipboard and pastes itself.

  • Rewrite emails, messages, docs in any tone
  • Summarise long content to 3 bullets
  • Translate to any language on the fly
  • Generate code docs and comments
# clipboard contains a rough draft…
› /polite

Hi Sarah,
Thank you for your message. I'd be
happy to connect Thursday at 3pm.

✓ Pasted to cursor position
Computer Use

It can see your screen and act on it.

Pluma takes a screenshot, identifies what's visible, and uses mouse clicks and keyboard input to complete multi-step UI tasks — just like a person would.

  • Opens Chrome and browses websites
  • Clicks buttons, fills forms, navigates apps
  • Shows a targeting reticle at every click
  • Takes verification screenshots mid-task
open my calendar and schedule a
meeting with Alex for tomorrow 3pm

⊙ Screenshot taken
⊙ Clicked Chrome in taskbar
⊙ Navigated to calendar.google.com
⊙ Clicked "New event" → filled fields
Done — meeting created for 3pm.
RAG Memory

Remembers what you've told it.

Every conversation is indexed into a local SQLite full-text search database. Pluma can recall past context, tasks, and preferences — no cloud, no syncing.

  • Persistent across sessions (resets at midnight)
  • Searches with BM25 full-text ranking
  • Agent uses recall() to surface relevant context
  • 100% local — never leaves your machine
what was the project I was working
on last time?

⊙ Searching memory…

You were building the Pluma landing
page — specifically the features
section and nav layout.
Terminal Agent

PowerShell in plain English.

Ask Pluma to run commands, read files, write scripts, or list directories. Dangerous commands (format, shutdown, mass delete) are blocked by default.

  • Run any PowerShell command naturally
  • Read and write files by name or path
  • List directory contents and navigate folders
  • Blocked: format, shutdown, diskpart, rm -rf equiv.
find all .log files in C:\Users\me
and show me the biggest ones

⊙ run_terminal: Get-ChildItem…

app_2024-11.log — 48 MB
debug_trace.log — 31 MB
install_errors.log — 12 MB
Slash Commands

Instant one-shot transforms.

These run against your clipboard content. Type the command, press Enter — result is pasted immediately.

/polite
Rewrite as professional and warm
/concise
Remove fluff, shorten significantly
/tldr
3-bullet summary of any content
/bash
Translate to PowerShell command
/regex
Convert description to regex pattern
/explain
Explain code or text simply
/doc
Generate docstrings / comments
/translate [lang]
Translate to any language