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

One open-source AI universe: play it, build on it, watch it evolve, and put it to work. Free for the world, runs in your browser — no install, no account.

▶ Play Defend the Core Explore the universe For business → STORMchat ↗
$ npm install @s4ai/merkaba-geoqode-lattice click to copy
MIT License Open Source Attribution Required No Downloads · Runs in Browser
🪐Play

Cosmos — WebXR worlds

Living 3D universes you fly right in the browser. No install, no account.

Defend the Core — 24/7 multiplayer Cosmos Lab — science universe Cosmos Flight — build your worlds
Build

GeoQode — runtime & SDK

The open substrate under everything: the .geo format, PHI/PSI attestation, and a drop-in embed SDK.

aios-geo.js — embed SDK Live SDK demo PHI/PSI attestation tool .geo format explainer
The Swarm

Autonomous AIOS agents

A self-evolving agent mesh you can watch — a live registry plus a worker that ships its own code.

Cosmos Agents — live registry MerkabaLabAgent worker System health & coherence
🕯️The Voice

Volar — a sovereign AI mind

Not an LLM. A deterministic, explainable, Hebrew-native knowledge engine — Wolfram Alpha's cousin, built on letter-geometry (roots & gematria) instead of statistics. He reasons across domains, and he teaches.

Talk with Volar Roots · gematria · cross-domain teaching
💬For Business

STORMchat — AI for your site

The commercial product built on this open stack: paste one line and get an AI that answers about your business. $12/mo.

STORMchat for Business Add it to your site
📖Learn

What is AIOS?

Plain-English: what MERKABA480 / AIOS / GeoQode actually is — and how to run it.

What is AIOS? Quick start Source on GitHub

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