Skip to content

Installation

Promptzy is available in several forms — pick the one that fits your workflow.

Web App (PWA)

Best for most users. Install directly from your browser — no app store needed.

npm Package

Run Promptzy locally in seconds with a single global install.

Docker

Self-host anywhere with a single docker compose up command.

Linux Desktop

Native Electron app — .deb or .AppImage for Linux.


The easiest way to use Promptzy is at promptzy.pinkpixel.dev — no installation required. You can also install it as a Progressive Web App for a native-like experience.

On mobile (iOS / Android):

  1. Open promptzy.pinkpixel.dev in your browser.
  2. Tap the share / menu icon and choose “Add to Home Screen” or “Install App”.
  3. Promptzy will appear on your home screen like a native app.

On Desktop (Chrome / Edge):

  1. Visit promptzy.pinkpixel.dev.
  2. Click the install icon (⊕) in the browser address bar.
  3. Click Install — done!

  1. Install globally:

    Terminal window
    npm install -g @pinkpixel/promptzy
  2. Launch Promptzy:

    Terminal window
    promptzy

    Promptzy starts on http://localhost:4173 and opens in your browser automatically.

No installation needed (run with npx):

Terminal window
npx @pinkpixel/promptzy

Legacy commands (still work from older versions):

Terminal window
prompt-dashboard
ai-prompt-dashboard

Run Promptzy as a self-hosted web app in a container.

Terminal window
git clone https://github.com/pinkpixel-dev/promptzy.git
cd promptzy
docker compose up --build

Promptzy is now available at http://localhost:3000.


Native Electron app for Linux — no browser required.

PackageFormatDownload
Debian / Ubuntu / Mint.debPromptzy-1.4.3-amd64.deb
Universal Linux.AppImagePromptzy-1.4.3.AppImage
Terminal window
wget https://pub-699cccf9e73e444da2db8cbfb168ab3a.r2.dev/Promptzy-1.4.3-amd64.deb
sudo dpkg -i Promptzy-1.4.3-amd64.deb

Launch Promptzy from your application menu or run promptzy in the terminal.


Clone the repository and run the development server or build for production.

  1. Clone the repository:

    Terminal window
    git clone https://github.com/pinkpixel-dev/promptzy.git
    cd promptzy
  2. Install dependencies:

    Terminal window
    npm install
  3. Start the development server:

    Terminal window
    npm run dev

    The app is now available at http://localhost:8080.

  4. Build for production (optional):

    Terminal window
    npm run build
    npm run preview

Once Promptzy is running, connect it to your Supabase database for cloud sync: