Universal Intake · Automatic Tracking · Every Platform
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_handlerThe 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.
Backend is live and operational. The v2.1.0 worker tracks clonepool, versions, custody, glossary, packages, and installed records — all in one place.
These apps are built and wiring up — they ship with the package handler installer, not as separate downloads. They're apps, not web pages.
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.
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.
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.
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.
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.
Real-time view across every machine running Monster OS or Phoenix. Driver states, build statuses, clonepool diffs, custody chains. One screen. All nodes. Live.
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.
Cloudflare Worker → packages-worker.phoenix-jwl.workers.dev
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