Skip to content

dke2015/flinux

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Foreign LINUX

Build status

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:

  • Basic utilities: bash, 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, signals, multi-threading, and more. Applications depending on these technologies will not work properly.

How to use

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.

Screenshots

Screenshot

Development

See development.

Contact

Mailing list: flinux@googlegroups.com (subscribe)

Freenode IRC: #flinux

License

Copyright (C) 2014, 2015 Xiangyan Sun wishstudio@gmail.com

The source code is licensed under GNU General Public License version 3 or above (GPLv3+)

About

Foreign LINUX - Run unmodified Linux applications inside Windows.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 92.4%
  • C++ 5.2%
  • Assembly 2.0%
  • Objective-C 0.4%