1
|
# Boxedwine
|
2
|
Boxedwine is an emulator that runs Windows applications. It achieves this by running an unmodified 32-bit version of Wine, and emulating the Linux kernel and CPU. It is written in C++ with SDL and is supported on multiple platforms.
|
3
|
|
4
|
Boxedwine is open source and released under the terms of the GNU General Public License v2 (GPL).
|
5
|
Features
|
6
|
|
7
|
Runs 16-bit Windows applications
|
8
|
Runs 32-bit Windows applications
|
9
|
Runs in a browser with Emscripten (wasm and asm.js)
|
10
|
Runs on Windows, Mac and Linux
|
11
|
Can run multiple version of Wine, from 1.8 to 5.0
|
12
|
|
13
|
Main repo is at: https://sourceforge.net/projects/boxedwine/
|
14
|
|
15
|
Mirror repo is at: https://github.com/danoon2/Boxedwine
|