LATTICE
A grid-first operating system for ComputerCraft: Tweaked
Designed for the AllTheMods 10 modpack
Lattice is a lightweight, modular operating system built for ComputerCraft: Tweaked.
It treats every computer as a node in a grid — structured, predictable, and extensible.
Bootstrapped cleanly. Expanded deliberately.
What is Lattice?
Lattice is not a single program.
- A minimal bootloader
- A shared library grid
- A manifest-driven installer
- A foundation for automation, monitoring, and orchestration
Think blocks, not blobs.
Installation
From an Advanced Computer, run:
wget run https://lattice-os.cc/install
You’ll know it’s working when the screen starts talking back.
Philosophy
- Explicit over implicit
- Structure over sprawl
- Modules over monoliths
- Automation is a feature, not an afterthought
If something fails, it should fail loudly and clearly.