Simple arch linux emulator using electron and v86
Beta:tm:
Basically this is my attempt making a better(i think) design of v86 website
- Autosave(It works this time)
- Nice dark terminal design
- File exchanging
- Arch linux with latest tools
- Network access(WIP)
- Starts very fast
- Lightweight(This time not single file anymore, Can be reused easily)
Recommended :
- i5 8th gen
- 4GB of ram
- (optional) Process lasso or ram managing software
- Around 20% - 50% CPU on busy, 0% on idle
- 1 GB of ram
- 30MB of storage
- Download as zip(Installer soon:tm:)
- Put it somewhere that you usually put programs
- Run
npm install
- Create a new shortcut, configure it like below :
- Target:
<mainFolder>\node_modules\electron\dist\electron.exe "<mainFolder>"
- Start in:
<mainFolder>
- To run without shortcut, Run
npm start
- Open it.
- Network suport is WIP, not enabled by default because i cannot compile the dependency
- To install the network relay, Run
npm install tuntap2
- To enable networking in the VM, Run
./networking.sh
in the VM
- Hover your mouse at the bottom right corner, A panel should fade in.
- For getting files out from vm, enter the full path to the file.
- State reset button is also accessible from there