DEVELOPER MODE
BUILD • PACKAGE • VERIFY

MetaMe Developer Portal

Build sovereign engines. Package them. Verify them. Publish modules that expand the MetaMe OS — all locally, all cryptographically sealed.

START HERE
ENGINE CREATION

Build Your First Engine

Engines are modular, isolated components that extend the MetaMe OS. Each engine is a self-contained system with its own manifest, schema, docs, tests, and verification layer.

1
Create Structure
Every engine begins with the MetaMe folder structure: src, docs, manifests, legal, dist, tests, samples, build.
2
Define Manifest
The manifest describes your engine’s identity, version, entry point, schema, and verification rules.
3
Implement Logic
Engines expose a deterministic Execute() method. All side effects remain in the host system.
4
Package & Verify
Use the MetaMe CLI tools to build, package, hash, and verify your engine before publishing.
TEMPLATES
STARTER KITS

Engine Templates

Use official MetaMe templates to create engines that match the OS standard — including manifests, schemas, docs, tests, and build scripts.

SRC
Source Template
Includes engine class, config module, validation module, and execution surface.
DOC
Documentation Template
README, architecture overview, API reference, and changelog.
MF
Manifest Template
engine.json + schema.engine.json with versioning and verification rules.
BLD
Build Template
Build + package scripts for producing commercial ZIP artifacts.
CLI TOOLS
LOCAL • OFFLINE

MetaMe CLI Tools

The MetaMe CLI is a local, offline toolchain for building, packaging, hashing, and verifying engines.

PKG
Master Packager
Builds and packages every engine into a commercial ZIP artifact.
HASH
Master Hasher
Generates SHA‑256 hashes for every engine and writes a verification ledger.
VER
Master Verifier
Audits every engine for missing files, missing folders, and structural integrity.
PUBLISHING
ENGINE MARKET

Publish Your Engine

Once your engine is built, hashed, and verified, you can publish it to the MetaMe Engine Market.

1
Prepare Artifacts
Ensure your ZIP, manifest, schema, and hash files are complete and verified.
2
Submit Engine
Upload your engine package to the MetaMe Market for review and activation.
3
Activate
Once approved, your engine becomes available for sovereign OS users worldwide.