🐝
United Systems  /  Monster OS  /  jwl247

Phoenix Package Handler

Universal Intake  ·  Automatic Tracking  ·  Every Platform

● Backend Live packages-worker v2.1.0 phoenix-catalog · D1 Monster OS GPL v3
👋

Who Built This

🔧

Jerry Leftwich  @jwl247

I build systems that actually work — not pretty demos that fall apart under pressure. Phoenix started as a need: I was tired of losing track of every file, config, and dependency across machines and platforms. So I built the thing that fixes that.

This is part of a bigger project — Monster OS — a custom OS and game build environment being built from the ground up. The package handler is the spine everything else runs on. The game builds, the OS builds, the driver catalog — all of it flows through here.

⌥ GitHub → Phoenix-Package_handler
📦

What This Is

The Phoenix Package Handler is the universal intake and catalog system for Monster OS and the Phoenix DevOps build pipeline. It intercepts, registers, and tracks every file, package, config, and dependency that enters the system — regardless of origin or platform.

One pipeline. Every platform. Everything tracked. Nothing lost.

file / package / config intake.sh hex identity sidecar + clonepool custody log D1 via packages-worker
Connecting to worker...

Current Status

Backend is live and operational. The v2.1.0 worker tracks clonepool, versions, custody, glossary, packages, and installed records — all in one place.

Worker
● Live
D1 Database
● Connected
Driver Catalog
● New in v4
OS Build Pipeline
◑ In Progress
Game Build Pipeline
◑ In Progress
Monster OS
◑ Building
🚀

What's Coming

These apps are built and wiring up — they ship with the package handler installer, not as separate downloads. They're apps, not web pages.

SHIPS WITH PKG HANDLER
📚

Package Glossary

Browse and search the live catalog of every file, package, config, and dependency tracked by the system. Full hex identity search, state filtering, version history. Installs as a local app via the package handler.

SHIPS WITH PKG HANDLER
🔍

Peer Review Platform

Submit artifacts for community review, vote approve / reject / abstain, verify by hex hash. Fully opt-in — nothing gets promoted until it earns it. Ships as a local app alongside the glossary.

MONSTER OS
🎮

Game Build System

Full game asset pipeline running through the package handler. Every texture, script, config, and binary tracked from intake to build. Multi-platform build targets managed from one place.

MONSTER OS
🖥️

OS Build System

Custom OS build pipeline. Driver catalog integrated, kernel modules tracked, install scripts versioned. The full Monster OS stack assembled and deployed through the same intake pipeline.

PLANNED
🔧

Driver Updater

Cross-platform driver detection and auto-update. Linux, Windows, macOS. Reports directly to phoenix-catalog so every machine's driver state is tracked in D1. GPU, NIC, audio, USB — all of it.

PLANNED
📡

Node Dashboard

Real-time view across every machine running Monster OS or Phoenix. Driver states, build statuses, clonepool diffs, custody chains. One screen. All nodes. Live.

SOMETHING DIFFERENT
🎵

Multi-Instrument Music Notation

A full music notation system built for real composers — not just piano rolls. Write for multiple instruments simultaneously, full score layout, per-instrument parts. Whether you're scoring for a quartet or a full band, every voice gets its own lane. More on this soon.

🔌

packages-worker API

Cloudflare Worker → packages-worker.phoenix-jwl.workers.dev

GET/healthworker status + table counts
GET/clonepoollist all files in clonepool
POST/clonepoolintake registration (auth)
GET/versionsversion history
POST/versions/pushpush new version (auth)
GET/custodychain of custody log
GET/glossarybrowse package glossary
POST/glossaryadd / upsert entry (auth)
GET/search?q=cross-search everything
📥

Install

One-line install — Linux / macOS / Git Bash:

# Linux / macOS / Git Bash
curl -fsSL https://raw.githubusercontent.com/jwl247/Phoenix-Package_handler/main/install.sh | bash

Windows PowerShell:

# PowerShell
irm https://raw.githubusercontent.com/jwl247/Phoenix-Package_handler/main/install.ps1 | iex

Quick start after install:

intake help
intake status
intake ./myfile.sh
intake backend nodejs winget 20.11.0