Run Windows applications on Debian and Ubuntu based Linux Distros with full GPU support
*Note this is a work in progress, experimenting with python, shell and c with the use of AI (to speed things up), some functions may not work the way you or I want it to, as such some tinkering, and troubleshooting is required for installation and proper use of this program.
If you have knowledge in the Shell and Phython coding lanauge, I highly suggest you comment what type of tricks I can use to improve the effectiveness of my code.
curl -sSL https://raw.githubusercontent.com/thomasboy2017/Winpatable-/main/install.sh | bashwinpatable detectwinpatable quick-startDone! You're ready to install Windows applications.
- Getting Started Index - Find what you need quickly
- Quick Start Guide - Start here! Easy 3-step setup
- Application Guides - How to install specific apps
- GPU Guide - GPU setup and troubleshooting
- Troubleshooting - Common issues & solutions
- Architecture - Technical details
| Application | Support | Speed | GPU | Cost |
|---|---|---|---|---|
| Microsoft Office | β Excellent | Native | No | Free/Paid |
| Adobe Premiere Pro | β Very Good | ~95% | β Required | Paid |
| Sony Vegas Pro | β Very Good | ~95% | Optional | Paid |
| Autodesk 3DS Max | β Very Good | ~95% | β Required | Paid |
- OS: Ubuntu 20.04+ or Linux Mint 20+
- CPU: Intel Core i5 or AMD Ryzen 5 (x64)
- RAM: 4 GB (8 GB recommended)
- Storage: 30 GB free space
- OS: Ubuntu 24.04 LTS or Linux Mint 21+
- CPU: Intel Core i7/i9 or AMD Ryzen 7/9
- RAM: 16-32 GB
- Storage: 100+ GB on SSD
- GPU: NVIDIA RTX 3060+ or equivalent
curl -sSL https://raw.githubusercontent.com/thomasboy2017/Winpatable-/main/install.sh | bashJust copy and paste! The installer handles everything.
git clone https://github.com/thomasboy2017/Winpatable-.git
cd Winpatable-
chmod +x install.sh
./install.shpython3 scripts/wizard.pyGets you through setup step-by-step with explanations.
See QUICK_START.md for an easy visual guide
# Check if your system is compatible
winpatable detect
# Automatic setup (recommended)
winpatable quick-start
# Install Microsoft Office
winpatable install-app office --installer ~/Downloads/office.exe
# List supported applications
winpatable list-apps
# Get performance tips
winpatable performance-tuning
# View all commands
winpatable --helpA: Usually 90-95% as fast. Professional apps like Premiere run at near-native speeds with GPU acceleration.
A: No, but it helps. Professional apps run much faster with GPU (NVIDIA RTX recommended).
A: Yes! Applications run in an isolated environment (Wine prefix) and can't access your entire system.
A: Yes! They share the same environment and can communicate.
A: Just delete ~/.winpatable and run setup again. Everything is isolated.
A: Check GPU utilization with nvidia-smi. Also close other apps and disable desktop effects.
A: Yes! See uninstall section below.
# Add to PATH
echo 'export PATH="/usr/local/bin:$PATH"' >> ~/.bashrc
source ~/.bashrc- Check file path is correct:
ls /path/to/installer.exe - Verify Wine is installed:
wine --version - Check free disk space:
df -h
- Check GPU:
nvidia-smi(NVIDIA) orrocm-smi(AMD) - Close other applications
- Use SSD for projects
# Try manual installation
winpatable install-gpu-drivers
# Verify
nvidia-smi # for NVIDIA
rocm-smi # for AMDNeed more help? See Application Guides
# Remove Winpatable data
rm -rf ~/.winpatable
# Remove command
sudo rm /usr/local/bin/winpatable
# Remove installation (optional)
sudo rm -rf /opt/winpatableThat's it! Everything is isolated and safe to delete.
- QUICK_START.md - Fast setup guide β START HERE
- APPLICATION_GUIDES.md - App-specific installation
- GPU_GUIDE.md - GPU setup and troubleshooting
- ARCHITECTURE.md - Technical deep dive Bring compatibilty with Windows Apps (coded using ai)