Grid-first OS for ComputerCraft: Tweaked
Build automation as a lattice — modular, explicit, predictable.
Lattice treats every computer as a node in a structured grid. Install capabilities as packages, compose systems deliberately, and keep the architecture understandable as it grows.
Install
Run this on an Advanced Computer.
wget run https://lattice-os.cc/install Bootstrap
Fetch installer
Verify
Manifest-driven
Run
Modular packages
The /install endpoint serves the installer script directly.
Grid-first by design
Treat every computer as a node in a predictable lattice — addressable, composable, and automatable.
Modular packages
Install only what you need. Build systems as parts, not blobs — with a manifest-driven workflow.
Explicit over implicit
Clear structure, clear failure modes, and deliberate expansion. When it breaks, it should break loudly.
What is Lattice?
Lattice isn’t a single monolithic program. It’s a foundation for building automation, monitoring, and orchestration that stays maintainable as your world grows.
- A minimal bootstrapping flow
- A shared library grid
- A manifest-driven package installer
- A base for deliberate orchestration
Principles
Bootstrapped cleanly
Start minimal: bootstrap, fetch, verify, run. No sprawling “all-in-one” scripts.
Expanded deliberately
Add drivers, services, and tools as packages. Compose capabilities without coupling everything together.
Orchestrated as a lattice
Scale from one machine to many with consistent paths, predictable installs, and sharable libraries.
Explore the package lattice
Browse packages, inspect manifests, and view file contents directly in the browser.