Área de trabalho do ReactOS 0.4.7 | |
Produção | ReactOS Foundation |
Linguagem | C |
Modelo | Software Livre[1] |
Versão em teste | 0.4.14 — 16 de dezembro de 2021[2] |
Núcleo | Núcleo Híbrido — Compatível com Windows NT |
Licença | GNU GPL, LGPL e licença BSD |
Página oficial | www.reactos.org |
Estado de desenvolvimento | |
---|---|
Alfa |
ReactOS é um sistema livre de 1996 com licença GNU GPL, da fundação ReactOS, para computadores pessoais (prt: sistema operativo; bra: sistema operacional), com o objetivo de, compatibilidade de código binário com programas e controladores de dispositivos feitos para o sistema Microsoft Windows Server 2003 e sucessores,[3] [4] e em ser uma substituição de código livre do sistema comercial da Microsoft,[5] [6] [7] e ter informações sobre recursos não documentados da Interface de Programação de Aplicações da Microsoft (API).[8]
O ReactOS iniciou seu desenvolvimento como um projeto clone do Windows 95 chamado FreeWin95; após um período inativo devido a divergências entre os programadores, ressurgiu como ReactOS em 1997 e mudou seu foco para ser um clone da versão Windows NT5.x (2000,XP e 2003).[6] [7] [9] [10]
Desde 14 de outubro de 2020[update] ele ainda é considerado software alfa com recursos incompletos, portanto seus desenvolvedores só o recomendam para avaliação e testes.[11] Entretanto, muitas aplicações do Windows funcionam, tais como: Abyss Web Server X1 2.12.1 (Build 190530), Audacity 2.2.2, Bochs 2.6.9, Code::Blocks (with compiler) 17.12, FreeBASIC 1.07.1, FreeMat 4.2, Ghostscript 9.23 e GSview 5.0, HxD 2.3.0.0, IrfanView 4.51, Java Runtime Environment (JRE) 8u11, KVIrc 4.2.0, etc.[12][13]
O projeto do sistema é primariamente escrito em C, com alguns elementos, como o Explorador de Arquivos, escrito em C++, implementando parcialmente a Arquitetura do Windows NT, a Interface de Programação de Aplicações da Microsoft, portado para o conjunto de instruções AMD64.[14] O ReactOS, como parte do ecossistema de software livre e de código aberto, reusa e colabora com muitos outros projetos livres,[15] mais notavelmente o projeto Wine, o qual desenvolve uma camada de compatibilidade Windows para sistemas operativos tipo Unix.[16]
With software specifically leaving NT5 behind, ReactOS is expanding its target to support NT6+ (Vista, Windows 8, Windows 10) software
For those who wish to write such software, or to create portable applications that they may wish to later migrate to other platforms, it is essential to be able to target a clean and generic reference implementation of the Microsoft framework, freed from secret and undocumented behaviors.
Microsoft offers no such thing today — besides the lack of proper interface documentation, many of their own development tools depend on and offer libraries which use undocumented or secret API calls that are then built into applications. This is well illustrated in the difficulty Wine has with running applications, even those that were created purely within ‘standard’ Microsoft development tools and not using odd behaviors or undocumented functions on their own.
We can think of ReactOS, then, as the ‘Microsoft Windows documentation project’.
(…) this is still a very early alpha version. The developers do not claim it is stable or the ability to operate as your main OS and clearly state it is ‘recommended only for evaluation and testing purposes’.
(…)
While the main core of ReactOS is built from scratch, it has some dependencies on existing software and protocols. It uses parts of Wine, networking in the form of lwIP, USB from Haiku, as well as FreeType, Mesa3D, and UniATA.
Efforts to port ReactOS to the ARM anc x64 architectures are also under way, with both projects being able to initialise the first few parts of the operating system.
The ReactOS and Haiku projects have had a friendly working relationship for several years now, with each group helping the other whenever possible.
BV: Wine and ReactOS have had a mutually beneficial relationship. (…) BV: You guys have certainly contributed a lot of your work back to Wine, including some of the utilities you've written. For instance, the task manager was recently ported from ReactOS. Do you guys have any plans in the works for developing more tools? Steven: I really want to see a solitaire clone make it in to Wine and ReactOS. (…) At some point we are going to have to develop replacement components for everything in Windows so if there is a program that Wine needs and ReactOS implements it then I will try to make sure it's released under a compatible license.