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
- Download the latest
.exeinstaller from the download page. - Run the installer. WindOp will set up everything automatically.
- Launch WindOp from your Start Menu or Desktop shortcut.
- 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.