2025-06-02 17:31:10 +03:00
2025-03-12 22:20:47 +03:00
2025-03-15 05:30:05 +03:00
2025-03-15 05:30:05 +03:00
2025-03-12 22:20:47 +03:00
2025-03-15 19:53:59 +03:00
2025-03-14 01:29:55 +03:00
2025-03-15 05:30:05 +03:00
2025-03-16 17:36:23 +03:00
2025-03-12 22:20:47 +03:00
2025-03-12 22:20:47 +03:00
2025-03-12 22:20:47 +03:00
2025-03-14 04:37:19 +03:00
2025-03-15 20:07:16 +03:00
2025-03-15 01:46:26 +03:00
2025-06-02 17:31:10 +03:00
2025-03-16 20:11:41 +03:00
2025-03-15 19:53:59 +03:00
2025-03-16 17:49:11 +03:00
2025-03-15 20:01:15 +03:00
2025-03-15 19:53:59 +03:00
2025-06-02 17:06:47 +03:00
2025-03-16 17:36:23 +03:00

minceraftOS

OS that uses Minceraft as a Desktop Environment.
Now it only starts minceraft and does nothing.
Based on void-mklive repository

Screenshots

Title Menu

image

How to use

IDK bro just do what you want that's it
You can use creative worlds as workspaces, books as files and chests as directories XD.
Maybe one day there will be a terminal blocks that could run commands and start xorg windows!

How to burn ISO to disk

Precompiled images: Latest release

To burn live-cd iso to disk use:

sudo dd if=/path/to/minceraftOS.iso of=/dev/<disk_id> status=progress

To find out your <disk_id> (ex. sda), use lsblk or fdisk -l

For now, there is no read-write mode, only live-cd

How to build ISO file

One-liner: [ -d data/mine ] || ./mkmine; sudo ./mkiso
Read more: BUILD.md
Modification: HACKING.md

Roadmap

  • Change name of os everywhere
  • Terminal emulator (monitor) block
  • View xorg windows on monitor block
  • Disable TTY and install plymouth
  • Launch minceraft at startup
  • Add color support to terminal emulator
  • Create minceraftOS logo
  • Add logo to game
  • Add logo to plymouth
  • Network settings in game settings
  • Remove some options in game settings (fullscreen)
  • Make quit button shutdown computer
  • Add reboot button (idk where)
  • Remove realms button or maybe change it to something
  • Make language in game changes locale
  • Make autologin to root so it makes simple doing poweroff or reboot computer
  • Remove squashfs (or make parameter that disables it)
Description
OS that uses Minceraft as a DE
Readme WTFPL 92 MiB
Languages
C++ 78.1%
C 14.4%
CMake 4.5%
Shell 1.8%
Java 1%