
OpenComputers 2: Reimagined
OpenComputers II: Reimagined is a fork and continuation of OpenComputers II, originally made by Sangar, on modern versions of minecraft.
Updated Minux to 1.3.0:
- Updated buildroot base to 2026.02.1
- Updated Linux kernel to 6.12.84
Updated buildroot base to 2025.11.1 Updated Linux kernel to 6.12.67 Fixed curl not being able to find certificates file
What's Changed
- Fix inventory operation position math for adjancent blocks by @srjek in https://github.com/North-Western-Development/oc2r/pull/111
- Defer font texture uploading to avoid many unneccesary uploads during init by @srjek in https://github.com/North-Western-Development/oc2r/pull/110
- Fix duplicate terminal CIS messages being sent from clients for Robots by @srjek in https://github.com/North-Western-Development/oc2r/pull/109
Full Changelog: https://github.com/North-Western-Development/oc2r/compare/2.2.10...2.2.11
What's Changed
- Fixes SinglePlayer worlds by being able to reopen the async executor. by @repiexelated in https://github.com/North-Western-Development/oc2r/pull/107
New Contributors
- @repiexelated made their first contribution in https://github.com/North-Western-Development/oc2r/pull/107
Full Changelog: https://github.com/North-Western-Development/oc2r/compare/2.2.9...2.2.10
What's Changed
- Fix projectors not working by @heipiao233 in https://github.com/North-Western-Development/oc2r/pull/104
- Fix global computer fan noise by @jvyden in https://github.com/North-Western-Development/oc2r/pull/97
- terminal: Add sanitization of invalid Unicode characters by @Beyley in https://github.com/North-Western-Development/oc2r/pull/95
- Added Android support for native net code
- Added Java UDP ICMP implementation for fallback on supported architectures/OSes
New Contributors
- @heipiao233 made their first contribution in https://github.com/North-Western-Development/oc2r/pull/104
- @jvyden made their first contribution in https://github.com/North-Western-Development/oc2r/pull/97
- @Beyley made their first contribution in https://github.com/North-Western-Development/oc2r/pull/95
Full Changelog: https://github.com/North-Western-Development/oc2r/compare/2.2.7...2.2.8
Updated minux to 1.2.0
- Buildroot base updated to 2025.08
- Updated the kernel, tinycc, and other included software.
What's Changed
- create ja_jp.json by @Riii339-3 in https://github.com/North-Western-Development/oc2r/pull/88
- Added try/catch for
ClassCastExceptionby @TechTastic in https://github.com/North-Western-Development/oc2r/pull/91
New Contributors
- @Riii339-3 made their first contribution in https://github.com/North-Western-Development/oc2r/pull/88
- @TechTastic made their first contribution in https://github.com/North-Western-Development/oc2r/pull/91
Full Changelog: https://github.com/North-Western-Development/oc2r/compare/2.2.5...2.2.6
What's Changed
- Revert Commit that broke the os by @TheRealM18 in https://github.com/North-Western-Development/oc2r/pull/87
Full Changelog: https://github.com/North-Western-Development/oc2r/compare/2.2.4...2.2.5
Updated minux buildroot base to 2025.05.1 Bugfixes
What's Changed
- fixed issues #72 and #77 the re-enter issue by @TheRealM18 in https://github.com/North-Western-Development/oc2r/pull/80
Full Changelog: https://github.com/North-Western-Development/oc2r/compare/2.2.2...2.2.3
What's Changed
- fixes issue #72 You now can re-enter worlds by @TheRealM18 in https://github.com/North-Western-Development/oc2r/pull/76
Full Changelog: https://github.com/North-Western-Development/oc2r/compare/2.2.1...2.2.2
What's Changed
- fixed the projector from crashing servers by @TheRealM18 in https://github.com/North-Western-Development/oc2r/pull/75
Full Changelog: https://github.com/North-Western-Development/oc2r/compare/2.2.0...2.2.1
What's Changed
- zh_cn translation update by @HfSrJun in https://github.com/North-Western-Development/oc2r/pull/69
- Async for multi-threading enabled in the computers @TheRealM18
New Contributors
- @HfSrJun made their first contribution in https://github.com/North-Western-Development/oc2r/pull/69
Full Changelog: https://github.com/North-Western-Development/oc2r/compare/2.1.7...2.2.0
Fixed issues with the manual
Downgraded the Linux kernel to 6.12 to fix the projector and monitor.
Update the included Linux buildroot base to 2025.05
- Added opendoas
- Users in the wheel group can use doas
- Root can use doas without a password
- Made the /home directory always present to fix issues when creating a new user
- Added opendoas
- Fixed vxlan being enabled by default.
- Updated the native ICMP module.
- Fixed bad response data on macOS.
- Fixed a memory leak when an ICMP request failed.
- Reduced memory usage.
- Changed how the native module is loaded to make adding new architectures easier.
- Users can now go to https://github.com/North-Western-Development/oc2r-native-networking and compile the library themselves for their chosen architecture. To add your library, unzip the jar file and put it in the natives folder under the correct operating system with the correct name.
- A 32-bit x86 Windows library would go in
natives/windowsand be namedoc2rnet-x86.dll - A 32-bit ARM Linux library would go in
natives/linuxand be namedliboc2rnet-linux-arm.so - The only operating systems supported are still Windows, macOS, and Linux
- A 32-bit x86 Windows library would go in
- Users can now go to https://github.com/North-Western-Development/oc2r-native-networking and compile the library themselves for their chosen architecture. To add your library, unzip the jar file and put it in the natives folder under the correct operating system with the correct name.
- Fixes a bug on Mac that prevents launch due to identifying as x86_64 instead of amd64 like every other platform does.

