Download prompd

Choose the installation method that works best for you

💻

prompd.app Desktop IDE

Professional Electron-based prompt editor

Windows

.exe installer

Coming Soon

macOS

.dmg file

Coming Soon

Linux

.AppImage

Coming Soon

System Requirements

  • • Windows 10/11, macOS 10.15+, or Linux (64-bit)
  • • 4 GB RAM minimum (8 GB recommended)
  • • 500 MB available disk space
⌨️

Command Line Interface

Multi-platform CLI for terminal workflows

🐍 Python CLI (Recommended)

Full-featured implementation with MCP server support

pip install prompd

Or install from source:

git clone https://github.com/Prompd/prompd-cli
cd prompd-cli/cli/python
pip install -e ".[dev,mcp]"

📦 Node.js CLI - Coming Soon

Fast JavaScript implementation

npm install -g @prompd/cli  # Coming Soon

Go CLI - Coming Soon

High-performance Go implementation

go install github.com/Prompd/prompd-cli/cli/go/cmd/prompd@latest  # Coming Soon

Verify Installation

After installing, verify the CLI is working:

prompd --version

Get help and view available commands:

prompd --help

Next Steps