📄 Download & Run PromptFx

Get up and running with document Q&A, NLP tasks, image generation, and more in just a few minutes. No coding required.

Requirements

Step-by-step Setup

  1. Download the latest release
    Go to the Releases page and download the promptfx-*-jar-with-dependencies.jar file.
  2. Place your API key
    Create a plain text file named apikey.txt in the same folder as the JAR, and paste your OpenAI API key into it. Alternatively, set the OPENAI_API_KEY environment variable.
    For Gemini, create apikey-gemini.txt with your Gemini key.
  3. Run the application
    Open a terminal in the folder containing the JAR and run:
    java -jar promptfx-0.1.0-SNAPSHOT-jar-with-dependencies.jar
    On Windows you can also double-click the JAR if your Java installation is associated with .jar files.
  4. (Optional) Set the API key from within the app
    Click the key 🔑 button in the top toolbar to enter or update your OpenAI API key interactively.
Tip: PromptFx opens to the Document Q&A view by default. Click Open Folder to select a folder of documents (.pdf, .docx, .txt) and start asking questions immediately.

Document Q&A Quick Start

The Document Q&A view lets you ask natural-language questions about a folder of local documents using retrieval-augmented generation (RAG).

  1. Click Open Folder and navigate to a folder containing PDF, DOCX, or TXT files.
  2. Type your question in the input box and press Enter (or click Ask).
  3. PromptFx automatically extracts text, computes embeddings, retrieves relevant snippets, and generates an answer with source citations.
  4. Click any snippet in the results to open the source document and jump to the exact page.
Document Q&A – full-screen mode
PromptFx Document Q&A in full screen mode showing PDF thumbnail previews

Other Built-in Views

Troubleshooting

Download Latest Release ↗ Read the Wiki ↗