Foreign LINUX is a dynamic binary translator and a Linux system call interface emulator for the Windows platform. It is capable of running unmodified Linux binaries on Windows without any drivers or modifications to the system. This provides another way of running Linux applications under Windows in constrast to Cygwin and other tools. There is a comparison over existing projects.
This project is in heavy development. It is currently capable of running many Linux utilities. Including but not limiting to:
- Shells: bash, zsh
- Editors: vim, nano
- Programming environments: python, gcc
- Package managers: pacman
- Terminal-based games: vitetris, nethack
- Network utilities: wget, curl, ssh
- X applications: xeyes, xclock, glxgears
Some major missing functions are file permissions, process management, multi-threading, and more. Applications depending on these technologies will not work properly.
Foreign LINUX is still in early stage, bad things like crashing your system or eating your harddisk may happen. You have been warned.
For users who just want to give it a try. Download a premade Arch Linux environment here. Then visit Beginner's Guide.
For just the binary executables, visit release page. For getting the latest development snapshot, visit here.
For developers, you can also visit this guide for detailed bootstrapping steps of an ArchLinux chroot.
See development.
Mailing list: [email protected] (subscribe)
Freenode IRC: #flinux
Copyright (C) 2014, 2015 Xiangyan Sun [email protected]
The source code is licensed under GNU General Public License version 3 or above (GPLv3+)