Quick Start
There are two ways to use PiDeck: download a pre-built installer or run from source.
Download & Install
- Go to the GitHub Releases page.
- Download the latest installer for your platform:
- Windows:
.exeinstaller or.zipportable - macOS:
.dmg(Apple Silicon / Intel) - Linux:
.AppImageor.deb
- Windows:
- Run the installer and follow the setup wizard.
- Launch PiDeck — you'll see the project workspace and session panel.
Run from Source
Prerequisites
- Node.js >= 20
- npm >= 9
- Git
Steps
bash
# Clone the repository
git clone https://github.com/ayuayue/PiDeck.git
cd PiDeck
# Install dependencies
npm install
# Start in development mode
npm run devThis launches the Electron app with hot-reload enabled.
Build for Distribution
bash
# Package for your current platform
npm run distOutput files are placed in the release/ directory.
Start a Project
- Click "Add Project" or drag a folder into the workspace panel.
- Select a project to open its session view.
- Type your prompt in the composer and press Enter — PiDeck will start a pi RPC agent for that project.