Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS

  1. Overview
  2. What is ReactOS?
  3. Why ReactOS?
  4. Download
  5. Roadmap
  6. FAQ
  7. Media
  8. History
  9. Press
  10. License
  11. Foundation
  12. White Paper
  13. Legal Review
  14. ReactOS Team
  15. ReactOS Website

Home > About ReactOS

About ReactOS


What is ReactOS?

ReactOS at a glance


Why ReactOS?

General public will never switch to Unix.


Download ReactOS

CD ISOs, VM-images, source code, etc.


Roadmap

The road to ReactOS 1.0


Frequently Asked Questions

Frequently asked questions about ReactOS


ReactOS Media

ReactOS Screenshots, Videos and more


History

ReactOS project since 1996


Press

Press information and articles coverage


License Information

GNU GPL, LPGL, BSD


White Paper

Authoritative report


Legal Review

ReactOS project development policy


People of ReactOS

Read about the people behind the project


ReactOS Homepage Information

Read about the ReactOS Homepage


How to contact us?

ReactOS® is an effort to create a Free Software replacement for Microsoft Windows® that is compatible with existing hardware and software!

ReactOS 0.3.13 is still in under heavy development (alpha stage) and is not ready for everyday use.

You can help the ReactOS project by word-of-mouth advertising, donating money to the ReactOS Foundation or by spending time on the ReactOS project and contributing in one of various ways (submitting a patch, helping translation, posting in the community forum, etc.).

What is ReactOS?

ReactOS is a free and open-source operating system based on the Windows NT architecture, providing support for existing applications and drivers, and an alternative to the current dominant consumer and server operating systems.

Why re-implement NT?

First of all, the 'Windows' the general public knows is actually just one part of the modern Windows NT operating system. They usually mean the Win32 subsystem, a layer that sits upon the NT kernel, providing the user and application interface.

"NT is still around, known as XP and Vista"

Most people think of 'NT' as 'WinNT 4', while in reality the term NT refers to the NT series, which ranges from version 3 over NT5 (2000, XP, 2003) to NT6 (Vista, 2008 and 7).
The NTarchitecture was designed by a team lead by David Cutler, a former lead developer of VMS. It took them more than 4 years to combine the best of UNIX, VMS and OS/2 and create the NT architecture.

What about UNIX?

Mac OS X, Linux, BSD and other UNIX derivates share a common heritage based on a more than three decades old design of a simple basic operating system, that has evolved over time into a complex structure.
Modern incarnations like Mac OS X put a fancy graphical user interface on top of UNIX, to hide system details, but focus mainly on beginners, and many advanced users are left out in the rain, as most advanced features cannot be accessed from the graphical user interface. Almost all UNIX flavors retain some of the original design flaws and binary compatibility between various versions is usually non-existent.

In theory there are a few UNIX standards like POSIX but in practice the standards are old and cover only the basic operating system and the terminal environment. Other standards such as the Linux Standard Base are often not implemented faithfully. As there is no user interface standard nor a standard API, most people still have to use command line applications or fight through the GUI mess. Many UNIX derivates use the de-facto standard X-Window system for graphical output, which might well possess one of the worst designs in software history.
Still, modern UNIX derivates are trying to catch up with recent innovations and some of them already possess important features like access control list support.

In contrast to UNIX, ReactOS was designed for people familiar and comfortable with the Windows environment. Everything can be done through the well known Win32 user interface and advanced users are free to automate tasks with scripts or use the console.

Compatible

"Change your OS, not your software!"

The ReactOS project reimplements a state-of-the-art and open NT-like operating system based on the NT architecture. It comes with a WIN32 subsystem, NT driver compatibility and a handful of useful applications and tools.

ReactOS combines the power and strengths of the NT kernel - which is well known for its extensibility, portability, reliability, robustness, performance and compatibility – with Win32 compatibility.

Secure

Despite statements to the contrary, NT is secure by design. It was the first mainstream operating system with a proper implementation of a very flexible security model based on access control lists.

Recent NT-based operating systems from Redmond, especially XP, got a bad reputation for their weak default security settings; mainly to simplify the transition from Win9x for both users and legacy applications. This decision alone invalidated many of the security features in NT. ReactOS will incorporate proper default security settings.

ReactOS has been designed for high security; it doesn't share some of the common security flaws with other operating systems.

On a closer view, real computer viruses (which are normal applications) are not as widespread anymore. Most malicious applications are scripts that target common network software like browsers and email applications and software with built-in scripting support like various Office products.
Obviously, more widespread systems with a large user base are more likely to be attacked by bad software writers than minor systems like Macintosh and Linux.

Lightweight

In short, ReactOS is designed to be powerful and lightweight. You can think of the term "lightweight" in the good old fashion of Win95, a consistent user interface and small bundle of very common and useful tools. Although lightweight, ReactOS offers a lot in comparison to Windows 95, with an up-to-date experience as well as built from scratch on a rock solid NT core.

Open

ReactOS is free software, the source code of the whole system is available for free and it is licensed under the GNU GPL license.

"'Free' as in 'free speech' and as in 'free beer'"

ReactOS does not phone home or track your usage, nor does it contain spy-software. As a matter of fact, other well known competitors are known for such practices.

Life with other operating systems tends to be a love-hate relationship, with most people falling strongly on one side or the other. The ReactOS project has a great community that is well appreciated.

Reliable

"Open your windows to freedom"

ReactOS has been written from scratch since 1996, a rock solid NT re-implementation, and therefore a reliable and robust operating system for tasks ranging from embedded micro computer to personal computer, workstations to server cluster, mainframes and super computers.
ReactOS incorporates many design decisions from other operating system families like UNIX, VMS, OS/2 and of course NT and is meant as 'the' new platform that serves all.

Performance

ReactOS is lightweight and fast and will outperform other bloated operating system in several ways.

Portability

"ReactOS – the XP successor people asked for"

The ReactOS operating system design is able to provide portability across families of processors, such as Intel x86 and even provide portability across different processor architectures, such as CISC and RISC.
There is only one single OS core, the kernel; porting ReactOS to other architectures only involves porting the hardware abstraction layer, the lowest part that talks directly with the platform hardware.

Extensible

ReactOS is flexible and extensible by design. ReactOS is probably one of the most versatile operating system platform, especially thanks to its NT kernel and the open source nature.
ReactOS can be extended with the help of so called "subsystems" to provide support for legacy applications from other platforms. For example, a POSIX subsystem would provide compatibility layer with various flavors of UNIX applications.

Object Based

ReactOS is not an object-oriented system in the strictest sense of the term, but it does use objects to represent internal system resources. Software objects are a combination of computer instructions and data that model the behavior of things, real or imagined, in the world.

"UNIX file metaphor is sooooo 1970s"

UNIX operating systems adhere to the file metaphor, and devices such as printers, storage devices, keyboards and monitors all appear as ordinary files to both programmers and regular users. This simplifies many routine tasks, and is a keycomponent in the extensibility of the system. The file metaphor has several downsides and it is known as a bottleneck of UNIX-like operating systems.
ReactOS capitalizes on this metaphor and expands it. It uses an object metaphor that is pervasive throughout the architecture of the system. Not only are all of the things in the UNIX file metaphor viewed as objects by ReactOS, but so are things such as processes and threads, shared memory segments, the global registry database and even access rights.

Please bear in mind that ReactOS 0.3.13 is still in alpha stage and is not recommended for everyday use.


ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.