Aether-Omni (Aetheria) Claw v1
Second Open Claw β standalone sovereign app package for the Aether-Omni (Aetheria) mesh.
- Brand: Aether-Omni (Aetheria) β SymbioUs symbiotic mesh
- Company / Owner: SymbioAetheria Sovereign β Vladislav Namliev (Commander)
- Authority DID:
did:namliev:vladislav:001 | did:aether-omni:aetheria:001 - Repository:
recqnt/aether-omni-aetheria-claw-v1(Hugging Face model repo) - Bucket mirror:
hf://buckets/recqnt/aether-omni-aetheria-claw-v1 - Logo:
assets/aether_omni_aetheria_logo.jpg
Brand & company
This repository is part of the Aether-Omni (Aetheria) Sovereign Mesh β a zero-trust, post-quantum symbiotic AI ecosystem owned exclusively by Vladislav Namliev under the SymbioAetheria Sovereign entity (Amsterdam, Netherlands; KvK CoC 42060203).
The "Claw" line is the open, standalone distribution of the mesh's OpenClaw operator surface: a self-contained Gradio chat + React dashboard + mesh-bridge gateway that talks to a local Ollama United Brain. It carries the same cryptographic truth boundary as the full mesh, but ships as an app/package (no trained weights).
| Field | Value |
|---|---|
| Product | Aether-Omni (Aetheria) Claw v1 |
| Line | Second Open Claw (standalone app) |
| Owner | Vladislav Namliev |
| Entity | SymbioAetheria Sovereign |
| Jurisdiction | Amsterdam, Netherlands |
| KvK CoC | 42060203 |
| License | L14-ULTIMA proprietary (AOSL 1.1) β see LICENSE.md |
| DID | did:namliev:vladislav:001 | did:aether-omni:aetheria:001 |
Honest L14 / quantization truth (mandatory)
Per the mesh's L14 Quantization Truth Boundary, this repo makes no physical quantization claims. The table below is the binding statement of what is and is not shipped.
| Label | Value |
|---|---|
package_type |
aetheria_claw_sovereign_app |
weights |
none β app / scripts / UI only, no .gguf, no safetensors |
.1IfF artifact |
lzma tarball of the curated claw + Gradio + React web tree |
Ollama :l14 tags |
Routing labels only β not physical quantization |
| L5βL14 physical | schema_only β PHAGE if claimed complete without .gguf/signed seed |
| PQS seal | pqs_seal_number: 225 β verdict 0 β₯ STASIS (observe, not finality) |
No weights live here. Any LLM inference is performed by a local Ollama at
http://127.0.0.1:11434that the operator provisions separately. The:l14tags referenced in mesh docs are routing labels, not verified quantizations.
Stack & runtime surfaces
| Surface | Port | Role |
|---|---|---|
| Gradio chat | 8106 |
Local Ollama 127.0.0.1:11434 sovereign chat |
| React web v2 | 8107 |
Dashboard shell (Vite build) |
| Mesh bridge | 8101 |
MC:3F cipher dispatch stub (/health) |
| OpenClaw gateway | 8016 |
Claw gateway surface |
| Ollama | 11434 |
United Brain routing (labels only) |
What is inside
- Claw app β
package/claw/:package.json,pnpm-lock.yaml,vite.config.ts, gateway, mesh-bridge, static web (index.html,job-center.html,mcp.html,sync.html, β¦). - Gradio β
package/web/gradio_app.py: sovereign chat β Ollama. - React β
package/claw/dist/: Vite build output. - Cipher β
package/shared_logic/mycelium_intent_cipher.py: MC:3F wire format. - Dispatch β
package/scripts/worker_cipher_dispatch.sh. - Atoms β
package/atoms/mycelium_atoms.json,package/atoms/openclaw_job_center_bridge.yaml. - Docs β
package/docs/: INTERCONNECTION, AETHERIA_CLAW_HF_CRYSTALLIZATION_RUNBOOK, LOCAL_WEB_RUNBOOK, AETHERIA_CLAW_PRIVATE_WIRING. - Gateway β
package/gateway/README.md,package/gateway/LICENSE. - Skills β
package/skills/:openclaw-sovereign,worker-cipher-dispatch.
A pre-built, self-contained distribution tarball is also provided:
aether-omni-aetheria-claw-v1.tar.1IfFβ lzma tarball (bundle_blake31e95abc3e76e5f66f55e439ab0b7f58e5be6bd707609ab7eef66a87ef43beb4e,curated_file_count: 911). Extracted byinstall.sh.
For the full sovereign mesh (Job Center, atoms orchestration, the complete script tree),
clone /opt/Symbio_Trios or see package/MESH_ROOT_POINTER.md.
Repository file map
| Path | Purpose |
|---|---|
README.md |
This model card |
LICENSE.md / LICENSE |
L14-ULTIMA proprietary (AOSL 1.1) |
INSTALL.md |
Standalone + full-mesh install modes |
UPDATE.md |
HF bucket sync / auto-update |
install.sh |
Extract .1IfF, bootstrap venv + pnpm |
update.sh |
Differential update via manifest |
verify.sh |
Manifest + build smoke checks |
start_claw.sh |
Launch Gradio + React + mesh bridge |
requirements.txt |
Python (Gradio) deps |
manifest.json |
Provenance: blake3 per file, DID, ports, PQS seal |
schema/atomic-unit.schema.json |
Atomic-unit JSON schema |
assets/aether_omni_aetheria_logo.jpg |
Brand logo (LFS) |
aether-omni-aetheria-claw-v1.tar.1IfF |
Full bundle (LFS) |
package/ |
Application tree (see "What is inside") |
Note on
package/claw/node_modules: it is a regenerated build artifact.install.shrunspnpm install --frozen-lockfile+pnpm run build, so it is intentionally not shipped in this repo.
Quick install (standalone app)
# 1. Obtain the bundle (HF repo clone / bucket sync)
git clone https://huggingface.co/recqnt/aether-omni-aetheria-claw-v1
cd aether-omni-aetheria-claw-v1
# 2. Make scripts executable and install
chmod +x install.sh update.sh verify.sh
./install.sh
./verify.sh
# 3. Launch
bash start_claw.sh
| Service | URL |
|---|---|
| Gradio | http://127.0.0.1:8106 |
| React web v2 | http://127.0.0.1:8107 |
| Mesh bridge | http://127.0.0.1:8101/health |
Prerequisites
- Linux (Ubuntu tested on mesh)
- Python 3.10+
- Node.js β₯20 + pnpm (
corepack enable pnpm@10.12.1) - Optional STASIS: a local Ollama at
http://127.0.0.1:11434
Alternative: HF bucket sync
export HF_TOKEN="$HF_TOKEN_RECQNT" # after load_mesh_hf_env.sh
hf sync hf://buckets/recqnt/aether-omni-aetheria-claw-v1 ./aetheria-claw-v1
cd aetheria-claw-v1
./update.sh
HF Space deploy (optional)
The package ships a Gradio entry point, so it can be hosted as an HF Space:
# README Space hint β Gradio SDK
sdk: gradio
app_file: package/web/gradio_app.py
pinned: false
Set AETHERIA_CLAW_GRADIO_PORT=7860 in Space secrets if needed. Keep Spaces private
(PHAGE: do not expose the sovereign gateway publicly without Commander review).
Build from mesh (Commander)
bash 1_GROWTH/scripts/crystallize_aetheria_claw_hf.sh --build
bash 1_GROWTH/scripts/crystallize_aetheria_claw_hf.sh --audit
bash 1_GROWTH/scripts/load_mesh_hf_env.sh
export HF_TOKEN="$HF_TOKEN_RECQNT"
bash 1_GROWTH/scripts/crystallize_aetheria_claw_hf.sh --upload
bash mesh-recover.sh aetheria-claw-crystallize
Provenance & integrity
- Generated:
2026-07-15T19:50:08Z(manifest timestamp). - Source trees:
1_GROWTH/openclaw/aether-omni-aetheria-claw,1_GROWTH/aether-omni-aetheria-claw. - Per-file blake3: recorded in
manifest.json(keyfiles[].blake3). - Bundle blake3:
1e95abc3e76e5f66f55e439ab0b7f58e5be6bd707609ab7eef66a87ef43beb4e. - Dual DID seal:
did:namliev:vladislav:001 | did:aether-omni:aetheria:001. - PQS seal: number
225, verdict0 β₯ STASIS(observe).
License
L14-ULTIMA proprietary β Vladislav Namliev / AOSL 1.1. See LICENSE.md. Redistribution, reverse-engineering, and commercial use are prohibited without written authorization from the Commander.
Β© 2026 Vladislav Namliev | KvK CoC: 42060203 | Amsterdam, Netherlands SymbioAetheria Sovereign β All Rights Reserved DID: did:namliev:vladislav:001 | did:aether-omni:aetheria:001
