Aurora
A modern, batteries-included overlay distribution for OpenComputers OpenOS.
Aurora upgrades a stock OpenOS install with a real package manager, a developer toolchain (lexer → parser → minify / transpile / bundle / lint+analyze / format / apidoc), networking libraries, shell themes, and security + reliability fixes — without breaking OpenOS compatibility.
- 📦 Source & releases: github.com/AlexMelanFromRingo/aurora
-
⬇️ Install (online):
wget https://raw.githubusercontent.com/AlexMelanFromRingo/aurora/main/install/install.lua /tmp/ai.lua /tmp/ai.lua
Documentation
- Package Catalog — packages installable with
opm install - API Reference — the libraries you can
require()(auto-generated byadoc) - Architecture & Design — how Aurora is built and why
- Patches & Improvements — the full change list and core fixes
- Changelog
Highlights
| Area | Tools |
|---|---|
| Packages | opm (semver, sha256-verified atomic installs) |
| Dev toolchain | acc, aminify, abundle, atpl, alint (scope-aware, --fix, --watch), afmt, adoc, atest, arepl |
| Networking | ahttp, anet (modem + JSON-RPC, verified across two VMs) |
| Shell & UX | atheme, afetch, configurable prompt |
| Security | patched wget, cp fix, strict guard, verified downloads |
Every shipped file is linted, every pure module is unit-tested on the host, and the whole distribution is booted and self-tested inside real OpenOS under an emulator. The parser, minifier and formatter are fuzzed across the entire stock OpenOS corpus.