Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1.55 KB

File metadata and controls

35 lines (28 loc) · 1.55 KB

hellaphone notice

This repository is a 2019-vintage fork of Inferno OS. Going forward the "hellaphone" effort — InferNode on a mobile phone — lives inside infernode-os/infernode as the emu/Android/ build target rather than as a separate product or repo.

The reasoning, in short: InferNode is already a more modern fork of the same Inferno lineage, with an ARM64 JIT, the Veltro agent harness, and a /n/llm 9P inference gateway. Adding an Android platform target to that tree is much cheaper than re-modernising this older fork. The name "hellaphone" sticks — it just now refers to the phone-shaped InferNode build.

Where the work is happening

  • Epic: INFR-107"InferNode on mobile — the 'hellaphone' build (emu/Android target)".
  • Branch (both repos): claude/infernode-mobile-hellaphone-O3Lm5.
  • Phase 0 driver: build-android-termux.sh in infernode-os/infernode.
  • Phase 0 user guide: docs/HELLAPHONE.md in infernode-os/infernode.
  • Phase 1 directory (placeholder for now): emu/Android/ in infernode-os/infernode.

What this repo is now for

The contents of this repo — the vanilla Inferno fork — are preserved for historical reference and as a source of platform glue worth mining when Phase 1 needs Bionic / ARM / embedded scaffolding from the original Inferno lineage. Any code lifted from here lands in infernode-os/infernode under emu/Android/ or related directories, with attribution preserved per NOTICE.

No new development is expected on master of this repository.