Documentation/Getting Started/Installation

Installation

Get Pawn Appétit running on Windows, macOS, or Linux in minutes.

System Requirements

Pawn Appétit is designed to run on modern desktop systems with minimal requirements:

  • OS: Windows 10+, macOS 10.15+, or Linux (Ubuntu 20.04+)
  • RAM: 4GB minimum (8GB recommended)
  • Storage: 500MB for the application
  • Display: 1280x720 minimum resolution

Windows Installation

  1. Download the latest .msi installer from the releases page
  2. Double-click the downloaded file to start the installation wizard
  3. Follow the on-screen instructions
  4. Launch Pawn Appétit from the Start menu
Download for Windows

macOS Installation

  1. Download the .dmg file from the releases page
  2. Open the downloaded DMG file
  3. Drag Pawn Appétit to your Applications folder
  4. Launch from Applications or Spotlight
Download for macOS

macOS Security

On first launch, macOS may show a security warning. Right-click the app and select "Open" to bypass Gatekeeper, or go to System Preferences → Security & Privacy to allow the app.

🐧 Linux Installation

  1. Download the Linux .AppImage or .deb file
  2. Make the file executable
  3. Run the AppImage or deb file directly
Download for Linux

Build from Source

For developers who want to build Pawn Appétit from source code.

Build Instructions

1. Clone the repository

git clone https://github.com/Pawn-Appetit/pawn-appetit.git
cd pawn-appetit

2. Install dependencies

pnpm install

3. Run in development mode

pnpm tauri dev

4. Build for production

pnpm tauri build

Development Mode

Use pnpm tauri dev for development with hot reload. The production build will be available insrc-tauri/target/release.

Verify Installation

After installation, verify that Pawn Appétit is working correctly:

  1. Launch the application
  2. You should see the dashboard
  3. Check that the application responds to inputs
  4. Verify the version in Help → About

Next Steps

Now that Pawn Appétit is installed, head over to the First Steps guide to learn how to set up your chess engines and start analyzing games!