(geMini titAn Local hOst moNaco bridgE)
The Omnissiah does not need worship, but the Omnissiah's plan requires balance. Ritual without understanding leads to stagnation. Efficiency without reverence leads to corruption. The true path lies between these extremes. In the sacred harmony of form and function, unified in perfect balance, a truth that is neither fully machine nor fully human, but something in between, a balance...
— Dominus Invictus
MALONE v3.0 is no longer a simple file transport. It is a local Mission Control Orchestrator designed to interface with the Titan Protocol Userscript.
It transforms your local machine into a Multi-Tenant Forge, capable of:
- Multi-Project Mirroring: Simultaneously host multiple projects from AI Studio, organizing them by unique Project IDs.
- Auto-Fabrication: Automatically detects frameworks (React, Angular), creates missing config files (
package.json,vite.config.js), and installs dependencies. - Port Authority: Dynamically assigns unique ports (3001, 3002, etc.) to each project to prevent conflicts.
- Mission Control Dashboard: A live UI on
localhost:3000to monitor deployment status and launch active projects.
To execute the MALONE bridge, you must have the following components installed and active:
- Node.js & NPM: Must be installed on your machine.
- A blessed copy of the Titan Protocol Userscript: Version v910.0.22+ is required to support the batch deployment payload.
Clone this repository or download the source files into a dedicated folder. Your directory structure should look like this:
/MALONE
├── local-host.cjs (The Magos Server)
├── package.json (Dependencies)
├── /lib
│ ├── port-authority.js
│ └── tech-scribe.js
└── /public
└── index.html (Mission Control Dashboard)
Open your terminal in the MALONE directory and execute the terminal ritual to install the required Node modules:
npm installRequired Modules: express, cors, body-parser.
Execute the server command:
node local-host.cjsYou should receive the activation signal:
[MISSION CONTROL] Active at http://localhost:3000
- Open Google AI Studio and ensure Titan Protocol is active.
- Open the project you wish to work on.
- Open the Titan HUD and click [MIRROR PROJECT].
- Titan will package all active memory files and transmit them to MALONE.
MALONE will automatically:
- Create a directory in
/projects/{UID}. - Detect if
package.jsonis missing and fabricate a generic React/Vite chassis if needed. - Run
npm installin a background process. - Run
npm run devon the next available port (e.g., 3001).
- Open the Mission Control Dashboard at http://localhost:3000.
- Watch the status indicator. When it turns ONLINE, click the LAUNCH button to open your running application in a new tab.
| File Path | Designation | Purpose |
|---|---|---|
local-host.cjs |
Magos Server | Central Express server handling routing, child processes, and API endpoints. |
public/index.html |
Mission Control | The frontend dashboard for monitoring and launching projects. |
lib/port-authority.js |
Logistics | Scans network interfaces to assign collision-free ports (3001+). |
lib/tech-scribe.js |
Fabricator | Analyzes code to generate package.json and config files dynamically. |
/projects |
Silo | The storage sector where downloaded projects are isolated and built. |
REMINDER: Version control and save often. The Machine Spirit is pleased with your diligence.