
PHP_NIX_OS is a Web Operating System for mobile devices that emulates a Unix-like OS. It is written throughout in PHP and was coded and optimized keeping performances and stability in mind. You can use it on you computer too.
Click here for the official documentation.
PHP_NIX_OS
e' un "sistema operativo online" per dispositivi mobili in grado di emulare un UNIX-like OS. E' scritto interamente in PHP ed è stato programmato ed ottimizzato tendendo conto della stabilità e delle performance. Puoi comunque utilizzarlo anche dal tuo pc. Clicca qui per la documentazione ufficiale.
News
1. A Shell session
2. Gui
Click here for a lot of other screenshots.
After some talking, I realized that PHP_NIX_OS seemed to them functional, pleasant and almost complete. However, I was recommended to change (quickly :D) the project definition that has up until now appeared on the site: PHP_NIX_OS shouldn't be named as an "operating system", see new definition on top!

Stay tuned!
About this release: I tried to re-examine source code and stabilize the operating system in question, so that everything becomes more usable by a mobile device. The code is showing slightly more intuitive, so anyone with minimal knowledge in php can expand the code writing new functions, like new commands to the shell or new programs for the gui.
.jpg)
.jpg)
The main features of this release can be summarized in:
- a shell, a terminal, more "realistic", whose display by mobile phone is noticeably improved,
- a general restyling, it is to be noted in particular the new plant chart for the gui, at this point its use becomes very pleasant and functional,
- a code slightly cleaner and foremost a very well-defined structure, namely each application has its own working directory and the general structure becomes modular,
- improved management of creation and listing of active processes,
- registration system more elegant,
- etc... :D
For info: php_nix_os_root (at) users.sourceforge (dot) net
PHP_NIX_OS v 0.6 is under construction!
I write this news to show my presence ... I need to continue to write code for a new version of PHP_NIX_OS, however, the university occupies much of my time, and then I have to give my best to improve compliance in the shortest possible time!
In addition, I must stress that PHP_NIX_OS needs a logo ... send me some graphics creation!
- Creator and programmer: Mauro Gentile
- Info at: php_nix_os_root (at) users.sourceforge (dot) net
- Introduced new Unix-like commands in terminal (shell)
- New GUI
- Trasparences (only css)
- Icons
- A new Menu with apps
- New Applications
- HtmlEditor, TxtEditor, SendMailer and UserOn updated
- UploadSystem
- ImgShower, an utility to see image files
- New Explorer system to browse files and directories
- Multithreading
- Now utilities run in parallel mode!
Example shots



Informations
PHP_NIX_OS is a Web Operating System for mobile devices that emulates a Unix-like OS. It is written throughout in PHP and html and programmed to be used by a browser, it is specially developed for use on mobile devices such as cellular or at least handhelds with internal browser applications or equivalent. The application essentially serves to manipulate files through an interface very similar to a Unix-like terminal, but at the same time it includes the possibility to use a shell on a mobile device and a simple gui that is very user-friendly.Most likely some astute reader is thinking that there is nothing new in a shell in PHP, just think to those used in attacks both type RFI/LFI (Remote/Local File Inclusion for hackers); PHP_NIX_OS actually differs for the simple reason which aims to be used on a mobile phone, the pages are in fact extremely simple, the graphics almost non-existent, considering the fact that most users have a phone company that scales credit on the basis of bytes exchanged during the web browsing. Consequently, the objective is to provide an usable "Web OS" from any device that can connect to the Internet!
Documentation
Official documentation is being processed, and will be issued shortly ... Wait calmly :)Team
Currently the development team is composed only by me, Mauro Gentile, I dedicate to create and the transcript of the code in php. However, I would like to thank a big friend Pietro Stroia [betatester] for his important role during translating (Italian -> English) the documentation, his important advices regarding PHP_NIX_OS and his passion for Linux (Arch... Linux :P).If anyone is interested in participating in the project, whoever they may be, can send an e-mail to php_nix_os_root (at) users.sourceforge (dot) net.
Versions
There are a lot of things to do and complete, considering the fact that the project is very young. Consequently, the list of
resolutions is really long and ambitious. However, I can draw a diagram to understand those updates suffered
PHP_NIX_OS starting from its first version (0.3):
version 0.3
- Terminal (shell) only
version 0.4
- Terminal (shell)
- Gui and some utilities
version 0.5
- Terminal (shell)
- Gui and a lot of new utilities
- Applications are open in parallel, so you have a sort of multi processes system.
version 0.5.2
- New terminal (shell)
- Gui and utilities
- Applications in parallel
- New style
- Better source code