Open Source · MIT Licensed · Attribution Required
MERKABA
AIOS · GeoQode · Lattice480

An open-source AI governance runtime, interactive science platform, and dimensional programming language. Free for the world. Built to last.

▶ Open Cosmos Lab ⭐ Star on GitHub Get Started
$ npm install @s4ai/merkaba-geoqode-lattice click to copy
MIT License Open Source Attribution Required No Downloads · Runs in Browser
Cosmos Lab
Browser-based 3D interactive science universe with real physics, chemistry, biology, and engineering simulations. Multi-user presence. A 24/7 autonomous AI agent that continuously improves it.
Open Lab →
GeoQode
A dimensional programming language where geometry is the program. Write AI governance as executable resonance patterns. Every statement maps to the MERKABA 48-lattice.
View Runtime →
MERKABA Lattice
The 48-dimension AI governance lattice. A coordination backbone for AI agent swarms: reproducible, auditable, certifiable. Powers Storm AI's 150-agent orchestration layer.
GitHub →
Autonomous Agents
Cloudflare Workers agents running 24/7 on Claude Opus 4.7 — reading live code, writing improvements, opening PRs, and researching upcoming features every hour. Never-ending self-improvement.
See Agent Code →
🎮
Cosmos Infinite
A multiplayer 3D space exploration game with dogfight combat, persistent scoring, and real-time WebSocket sync — all in a single HTML file served at realaios.com/cosmos-infinite.
Play →
📡
AIOS Platform
The full AIOS operating system: GeoQode semantic routing, VR world engine, PLAIstore app catalogue, and the Storm AI swarm infrastructure. The system this repo runs on.
Explore →

We built MERKABA, AIOS, and GeoQode to last. Not as a startup product, not as locked IP. As infrastructure the world can run, study, fork, and build on.

Like Linux, like Python, like the web itself — the most powerful systems in history were open. Anyone could inspect them, trust them, and contribute back. That's what we want MERKABA to be.

The AI governance problem is too important to leave in closed systems. The dimensional lattice, the resonance language, the agent coordination layer — all of it, open. The only ask: keep the attribution.

We accept donations to keep the servers running, the agents thinking, and new experiments appearing in Cosmos Lab.

License terms (MIT)

Use commercially — deploy it, sell products built on it, run it in production
Modify freely — fork, change, adapt to your needs
Distribute — share copies, embed in other projects
Private use — run it internally without publishing your changes
Attribution required — include "Powered by AIOS / MERKABA480 — Founder: Bradley Levitan" in your UI or docs

Required attribution text:

Powered by AIOS / MERKABA480 — Founder: Bradley Levitan

GeoQode is a programming language where every statement is a geometric operation on the MERKABA lattice. Programs emit light frequencies, detect dual-field resonance, and materialize quantum patterns.

It runs inside Storm AI agents for governance, auditability, and certifiable reproducibility — identical inputs always produce identical lattice outputs.

animate-water.geo
// GeoQode — dimensional resonance program Program AnimateWater { // Emit green spectrum at φ² harmonic Node.emit(Δ[green], Φ[2]); // Activate dual tetrahedron field Node.detect(, ); // Materialize QBITS via 528Hz cymatic driver Water.qbit(~wave(528Hz), Φ[1]); Log("QBITS materialized in water"); }
1
Clone the repo
git clone https://github.com/realaios/merkaba-geoqode-lattice.git
2
Install & run
npm install && node server.js
3
Open Cosmos Lab
open http://localhost:3000/cosmos-lab
4
Run a GeoQode program
node scripts/run.js examples/hello-geoqode.geo
5
Deploy your own Lab Agent
cd agent-lab && npm run deploy

What you get

Full Cosmos Lab science universe (4 labs, 20+ experiments)
Multi-user WebSocket presence with Merkaba avatars
GeoQode language runtime (parser, AST, executor)
Autonomous agent workers (Cloudflare + Claude Opus 4.7)
Cosmos Infinite multiplayer space game
Node.js server with WebSocket, REST API, and static serving
D1 SQLite knowledge base + feature backlog
Full docs in docs/ folder
Good first contributions
· New Cosmos Lab experiment modules
· Mobile UX improvements
· GeoQode language extensions
· Agent backlog features (agent-lab/schema.sql)
· Documentation and examples