Go to file
2024-07-05 00:07:30 -05:00
.github/ISSUE_TEMPLATE хз прикольно 2024-01-21 01:57:51 +03:00
Applications Fix untranslated values 2024-07-05 00:07:30 -05:00
EFI Фиксанул проблему смены видяхи, когда отсутствует привязка к монику 2022-05-29 21:44:33 +03:00
Icons Иконочки! 2023-12-30 16:02:33 +03:00
Installer Update installer 2024-01-21 01:53:04 +03:00
Libraries Fixed market AGAIN 2024-02-01 23:47:49 +03:00
Localizations Fix missing wallpaper and more untranslated localization values 2024-02-11 12:43:36 -06:00
Wallpapers Wallpapers rework is finished 2024-01-30 03:00:35 +03:00
.gitignore Added Lua interpreter application 2019-01-26 13:08:02 +03:00
LICENSE kek 2024-01-02 01:49:28 +03:00
OS.lua Merge pull request #455 from igorkll/master 2022-06-30 22:10:27 +03:00
README-ru_RU.md Update README-ru_RU.md 2024-02-07 07:27:04 +03:00
README-zh_CN.md Добавил установщик с пастбина для удобства 2024-01-13 13:09:44 +03:00
README.md Update README.md 2024-02-07 07:26:46 +03: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 recover system through Internet
  • 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, live wallpapers, color schemes and huge customization possibilities
  • Open source system API and detailed documentation

How to install?

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

pastebin run PDE3eVsL

If for some reason pastebin website is not available to you, use alternative installation command:

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