Get Prompd

Install the CLI or download the desktop app

prompd logo

Prompd Desktop

From Prompt to Production

Beta

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.

Windows

.exe installer

Download

macOS

.dmg

Coming soon

Linux

.AppImage

Coming soon

Command Line Interface

Node.js (recommended)

Full-featured TypeScript CLI with MCP integration. Supports .prmd and .pdflow workflows.

npm install -g @prompd/cli

Python

Supports .prmd files with 6-stage compilation pipeline and binary asset extraction.

pip install prompd

Install 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 --version

View available commands:

prompd --help