{"id":50425158,"url":"https://github.com/brewingcoder/opencomputers2","last_synced_at":"2026-05-31T10:01:58.746Z","repository":{"id":352343565,"uuid":"1214311953","full_name":"BrewingCoder/OpenComputers2","owner":"BrewingCoder","description":null,"archived":false,"fork":false,"pushed_at":"2026-04-27T18:02:23.000Z","size":3925,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-27T18:17:52.950Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BrewingCoder.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-18T11:59:12.000Z","updated_at":"2026-04-27T18:02:27.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/BrewingCoder/OpenComputers2","commit_stats":null,"previous_names":["brewingcoder/opencomputers2"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BrewingCoder/OpenComputers2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrewingCoder%2FOpenComputers2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrewingCoder%2FOpenComputers2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrewingCoder%2FOpenComputers2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrewingCoder%2FOpenComputers2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BrewingCoder","download_url":"https://codeload.github.com/BrewingCoder/OpenComputers2/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrewingCoder%2FOpenComputers2/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33726719,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-31T02:00:06.040Z","response_time":95,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-05-31T10:01:57.664Z","updated_at":"2026-05-31T10:01:58.737Z","avatar_url":"https://github.com/BrewingCoder.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OpenComputers2\n\nA Kotlin/NeoForge platform for in-world programmable computers in Minecraft 1.21+.\n\nSpiritual successor to [OpenComputers](https://github.com/MightyPirates/OpenComputers) by Florian \"Sangar\" Nücke et al. — built fresh, not ported. Original OC code (MIT + CC0) is referenced extensively for design, asset inspiration, and patterns; OC2 is its own implementation.\n\n## Pitch\n\n\u003e **A logistics-orchestration platform for modded Minecraft.** Programmable computers (Lua + JS), wireless device adapters, a k8s-style control plane for cross-base coordination. Players write the automation; we ship the platform.\n\n## Status\n\n**Pre-alpha.** v0.0.1 is the smoke-test scaffold — proves the build chain works and the mod loads in Minecraft. No actual platform features yet.\n\n## Quickstart (developers)\n\n```bash\n./gradlew runClient   # builds + launches MC with OC2 loaded\n./gradlew build       # builds the mod jar\n```\n\nRequires:\n- JDK 21\n- IntelliJ IDEA (recommended) with the Minecraft Development plugin\n\n## Architecture\n\nFull design in [`docs/`](./docs):\n- [`docs/00-overview.md`](docs/00-overview.md) — TL;DR of the whole system\n- [`docs/01-platform-vs-software.md`](docs/01-platform-vs-software.md) — the core scope discipline\n- [`docs/02-tier1-local.md`](docs/02-tier1-local.md) — Computer + Adapter + Cartridges + channel discovery\n- [`docs/03-tier2-control-plane.md`](docs/03-tier2-control-plane.md) — k8s-inspired global orchestration\n- [`docs/04-vms-lua-js.md`](docs/04-vms-lua-js.md) — dual VM support\n- [`docs/05-drivers.md`](docs/05-drivers.md) — compiled driver SPI for world interaction\n- [`docs/06-database.md`](docs/06-database.md) — SQL API per script\n- [`docs/07-graphics.md`](docs/07-graphics.md) — screen API, widgets ship as scripts\n- [`docs/08-never-list.md`](docs/08-never-list.md) — what we will never do, and why\n- [`docs/09-future.md`](docs/09-future.md) — drones, range enhancers, sample programs\n- [`docs/10-references.md`](docs/10-references.md) — OC, ID, Isy's IM, Sandalle's reactor controller\n\n## License\n\nMIT. Honors and inherits from the original OpenComputers MIT code license.\n\n## Credits\n\n- Florian \"Sangar\" Nücke and the MightyPirates OpenComputers contributors — the original mod that inspired this entire project\n- thedarkcolour — Kotlin for Forge / NeoForge, KotlinModdingSkeleton, the foundation that makes this practical in Kotlin\n- Cyclops (Integrated Dynamics) — driver-architecture patterns for world interaction\n- Sandalle, Kasra-G, Orangeninja1 — Big/Extreme Reactors CC scripts that defined the monitoring/control use case\n- Isy — Space Engineers Inventory Manager that defined the logistics use case\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrewingcoder%2Fopencomputers2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrewingcoder%2Fopencomputers2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrewingcoder%2Fopencomputers2/lists"}