mirror of
https://github.com/AeThex-Corporation/AeThex-OS.git
synced 2026-04-17 22:27:19 +00:00
- Create FLOWS.md with complete inventory of all 16 flows in codebase - Mark 5 complete, 7 partial, and 4 not started flows - Add [UNFINISHED FLOW] TODO markers to affected files: - wine-launcher.sh: VM launcher not implemented - execute.ts: Non-JS/TS language support missing - app-registry.ts: Stub implementation only - OAUTH_IMPLEMENTATION.md: Unlink endpoint needed - DEPLOYMENT_STATUS.md: Railway deployment pending - Add FLOWS.md reference to PROJECT_RUNDOWN.md |
||
|---|---|---|
| .. | ||
| README.md | ||
| wine-launcher.sh | ||
Windows Runtime
Compatibility layer for running Windows .exe applications.
Components
- Wine 9.0+ (stable)
- Proton (for games)
- DXVK (DirectX to Vulkan)
- Windows fonts (Arial, Times New Roman, etc.)
Execution Policy
- Try Wine (fast, no Windows license)
- Fall back to VM if needed (QEMU/KVM)
- Remote host as last resort
File Associations
.exe, .msi, .bat → wine-launcher