AeThex-OS/os/runtimes/windows
Claude 776bd2c6d9
docs: Add comprehensive flow tracking and mark unfinished flows
- 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
2026-01-04 06:39:45 +00:00
..
README.md feat: Full layered OS architecture - Wine + Docker + Dev Tools 2025-12-28 10:07:32 -07:00
wine-launcher.sh docs: Add comprehensive flow tracking and mark unfinished flows 2026-01-04 06:39:45 +00:00

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

  1. Try Wine (fast, no Windows license)
  2. Fall back to VM if needed (QEMU/KVM)
  3. Remote host as last resort

File Associations

.exe, .msi, .bat → wine-launcher