Get Prompd
Install the CLI or download the desktop app
Prompd Desktop
From Prompt to Production
Electron-based desktop app with a visual workflow canvas, Monaco editor with .prmd IntelliSense, and a built-in execution engine. Everything runs locally — your API keys never leave your machine.
Command Line Interface
Node.js (recommended)
Full-featured TypeScript CLI with MCP integration. Supports .prmd and .pdflow workflows.
npm install -g @prompd/cliPython
Supports .prmd files with 6-stage compilation pipeline and binary asset extraction.
pip install prompdInstall from source
git clone https://github.com/Prompd/prompd-cli
cd prompd-cli
# Node.js
cd typescript && npm install && npm run build
# Python
cd python && pip install -e ".[dev,mcp]"Verify Installation
prompd --versionView available commands:
prompd --help