PyComputer

Unlisted
PyComputer runs Python instead of Lua — a desktop OS with files, terminal, redstone I/O, .blok visual drag-and-drop coding, a games API, printer, turtles (Miner/Fighter/Builder) via a connector, USB backup, and survival crafting. Inspired by CC: Tweaked.

File Details

pycomputer-2.0.1.jar

  • R
  • Jul 2, 2026
  • 41.82 MB
  • 9
  • 1.21.1
  • NeoForge

File Name

pycomputer-2.0.1.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:pycomputer-1594224:8358775"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

## 2.0.1 — Security & Hotfix

- Removed the PRECOMPILED class files (Lib/*$py.class) of all OS/process/network
  stdlib modules from the bundled Jython — previously only the .py sources were
  stripped. "Lib/subprocess$py.class" and all similar entries no longer exist
  in the jar (subprocess, socket, httplib, urllib, shutil, telnetlib, etc.).
- Fixed a "kernel panic: NameError" that appeared on every terminal command.
- Runtime import guard unchanged: os/subprocess/java access is blocked in-game.