← Back to Docs

Installation

How to install WindOp on your system.

Prerequisites

  • • Windows 10 or 11 (64-bit)
  • • 4GB RAM minimum (8GB recommended)
  • • 200MB free disk space
  • • An OpenRouter API key (free tier available at openrouter.ai)

Install from Release

  1. Download the latest .exe installer from the download page.
  2. Run the installer. WindOp will set up everything automatically.
  3. Launch WindOp from your Start Menu or Desktop shortcut.
  4. On first launch, you'll be prompted to enter your OpenRouter API key.

Build from Source

For developers who want to build WindOp themselves:

# Clone the repo

git clone https://github.com/Eplisium/WindOp.git

cd WindOp

# Install dependencies

npm install

# Run in development mode

npm run tauri dev

# Build for production

npm run tauri build

Troubleshooting

  • Installer won't run: Try running as administrator. Check Windows Defender isn't blocking it.
  • API key errors: Make sure your key is valid at openrouter.ai. Free tier keys work fine.
  • Build errors: Ensure you have Rust and Node.js installed. See the README for full requirements.