For the average user, follow these 3 simple steps:
Copy and paste this in your terminal:
curl -sSL https://raw.githubusercontent.com/thomasboy2017/Winpatable-/main/install.sh | bashThat's it! The installer will:
- Download Winpatable
- Install dependencies
- Set up everything automatically
If you prefer manual installation:
# Clone the project
git clone https://github.com/thomasboy2017/Winpatable-.git
cd Winpatable-
# Run installer
chmod +x install.sh
./install.shAfter installation, check if your system is compatible:
winpatable detectYou'll see:
- ✓ Your OS version
- ✓ Your CPU (Intel/AMD)
- ✓ Your GPU (NVIDIA/AMD/Intel)
- ✓ Compatibility status
Run one command to set everything up:
winpatable quick-startThis will automatically:
- ✓ Detect your system
- ✓ Install GPU drivers (if you have a compatible GPU)
- ✓ Configure Wine/Proton
- ✓ Install Windows support libraries
Just answer yes/no prompts and wait!
Once setup is complete, install an application. For example, Microsoft Office:
winpatable install-app office --installer ~/Downloads/office_installer.exeReplace ~/Downloads/office_installer.exe with your actual installer path.
| App | Command | Notes |
|---|---|---|
| Microsoft Office | winpatable install-app office |
Easy to use |
| Adobe Premiere Pro | winpatable install-app premiere |
Needs GPU |
| Sony Vegas Pro | winpatable install-app vegas |
Good performance |
| Autodesk 3DS Max | winpatable install-app 3dsmax |
Needs GPU |
A: Usually 90-95% as fast. Professional applications like Premiere Pro run at near-native speeds with GPU acceleration.
A: For light apps like Office: 4GB RAM is enough. For professional apps like Premiere: 16GB RAM recommended.
A: Run:
winpatable detectThis will help diagnose the issue. Most problems are simple driver issues.
A: Yes! They share the same Wine environment and can communicate with each other.
A:
- Winpatable itself: 2GB
- Each application: 2-10GB depending on the app
A: No, but it helps. Professional apps are much faster with a GPU (NVIDIA recommended).
# Try the full path
~/.local/bin/winpatable detect
# Or add to PATH
echo 'export PATH="/usr/local/bin:$PATH"' >> ~/.bashrc
source ~/.bashrcThis is usually fine. You can still use integrated graphics.
# Force installation
winpatable install-gpu-drivers- Make sure you have the correct installer (.exe file)
- Check that you have enough disk space
- Try installing Office first to verify setup works
- Check GPU with:
nvidia-smi(for NVIDIA) - Close other applications
- Make sure you're using SSD for projects
winpatable --helpwinpatable list-appswinpatable performance-tuningSee: docs/GPU_GUIDE.md
See: docs/APPLICATION_GUIDES.md
When you run winpatable quick-start, these are automatically installed:
- Wine - Windows compatibility layer
- Proton - Enhanced Wine from Valve
- DXVK - Better graphics support
- GPU Drivers - For your specific GPU
- Windows Libraries - Required DLLs
Total size: ~5-10GB depending on GPU drivers
If you want to remove Winpatable:
# Remove the application
rm -rf ~/.winpatable
# Remove the command
sudo rm /usr/local/bin/winpatable
# Remove installation
sudo rm -rf /opt/winpatable- Install an application:
winpatable install-app office --installer path/to/installer.exe - Launch the application: Just run it like normal (or from application menu)
- Optimize performance:
winpatable performance-tuning
That's it! Enjoy Windows apps on Linux! 🎉
- Make sure you completed all steps
- Check system compatibility:
winpatable detect - Look for error messages in the output
- Try running commands with
--helpflag
Everything should "just work" on modern systems!