Go to file
IgorTimofeev a451da14ed
Merge pull request #511 from Procybit/master
А теперь за локалки :)
2022-11-29 05:49:35 +03:00
Applications fix: add Event requirement 2022-11-27 16:30:54 +03:00
EFI Фиксанул проблему смены видяхи, когда отсутствует привязка к монику 2022-05-29 21:44:33 +03:00
Icons File extension binding feature. File -> open with -> my app <333 2019-01-25 17:36:01 +03:00
Installer Hotfix 2022-11-05 18:48:28 +02:00
Libraries feat: better OS localization system 2022-11-28 23:45:05 +03:00
Localizations feat: delete shortcut with source 2022-11-27 21:02:46 +03:00
Pictures Переходим на MineOS Standalone #1 2019-01-19 11:31:04 +03:00
Screensavers ААААААА БЛЯЛЯЯЯЯДЯЬ 2022-05-15 18:38:08 +03:00
.gitignore Added Lua interpreter application 2019-01-26 13:08:02 +03:00
LICENSE Make LICENCE great again 2022-11-25 16:42:50 +03:00
OS.lua Merge pull request #455 from igorkll/master 2022-06-30 22:10:27 +03:00
README-ru_RU.md Ага 2022-05-20 20:35:02 +07:00
README-zh_CN.md better Chinese translation 2022-04-05 16:18:58 +08:00
README.md aefaef 2022-08-16 16:45:19 +07:00

English | 中文(简体) | Русский

About

MineOS is a GUI based operating system for the OpenComputers Minecraft mod. It has extensive customisation abilities as well as an app market to publish your creations among the OS community. For developers there is wonderful illustrated wiki with lots of code examples. List of main features:

  • Multitasking
  • Double buffered graphical user interface
  • Language packs and software localization
  • Multiple user profiles with password authentication
  • Own EEPROM firmware with boot volume choose/format/rename features and Internet Recovery mode
  • File sharing over the local network via modems
  • Client connections to real FTP servers
  • An internal IDE with syntax highlighting and debugger
  • Integrated application and library App Market with the ability to publish your own scripts and programs for every MineOS user
  • Error reporting system with the possibility to send information to developers
  • Animations, wallpapers, screensavers, color schemes and huge customization possibilities
  • Open source system API and detailed documentation

How to install?

The easiest way is to use default wget script. Insert an OpenOS floppy disk to computer, insert an Internet Card, turn computer on and type the following to console to install MineOS:

wget -f https://raw.githubusercontent.com/IgorTimofeev/MineOS/master/Installer/BIOS.lua /tmp/bios.lua && flash -q /tmp/bios.lua && reboot

You can paste it to console using middle mouse button or insert key (by default). After a moment, a nice system installer will be shown. You will be prompted to select your preferred language, boot volume (can be formatted if needed), create a user profile and customize some settings

How to create applications and work with API?

Wiki