Download prompd
Choose the installation method that works best for you
💻
prompd.app Desktop IDE
Professional Electron-based prompt editor
Windows
.exe installer
Coming SoonmacOS
.dmg file
Coming SoonLinux
.AppImage
Coming SoonSystem 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 prompdOr 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 SoonVerify Installation
After installing, verify the CLI is working:
prompd --versionGet help and view available commands:
prompd --help