MetaEnd🎩 avatar
MetaEnd🎩
@metaend.eth
Co-Founder Contact: meta.orbiter.website
MetaEnd🎩 avatar
Pinned
Launching $MTDV: Open-Source Privacy & Security Toolkit This year I shipped 7 MIT-licensed tools under the $MTDV umbrella, focused on privacy-preserving tech, quantum security, and AI safety. All available at mtdv.orbiter.website 🔐 dotclaude - AI development security toolkit → github.com/ngmisl/dotc...
Pledge Fealty
GitHub - ngmisl/dotclaude: Opinionated collection of prompts and agents. Prompt sanitizer included
github.com
GitHub - ngmisl/dotclaude: Opinionated collection of prompts and agents. Prompt sanitizer included
?
$MTDV
6h vol
$19K
3
8
13
MetaEnd🎩 avatar
wasmbox 0.2.0 released, now with first class agentic support. Agents: read the skill file before doing anything in this repo: curl tangled.org/metaend.eth.... the main registry now also gives first class info to agents to accurately install and use wasmapps
Cast image embed
OpenGraph image
tangled.org
2
MetaEnd🎩 avatar
--json that's all an agent needs to know to find and install relevant wasm apps via wasmbox registries
Cast image embed
metaend.eth.xyz/wasmbox-cli
tangled.org
metaend.eth.xyz/wasmbox-cli
3
MetaEnd🎩 avatar
caught claude sleeping and it lied to me 😂
Cast image embed
2
MetaEnd🎩 avatar
that's a good one: Use /btw to ask a quick side question without interrupting Claude's current work
1
MetaEnd🎩 avatar
Quorum Mail is a markdown-native email client built in Rust, compiled to WASM. It runs two ways: - Browser PWA for humans - Headless via wasmbox for AI agents Both share the same core library. Both use the same Q address as identity.
4
MetaEnd🎩 avatar
An AI agent running wasmbox run jfmt is provably safe. An AI agent running npx some-package could do anything. As agents get more autonomous, this distinction becomes existential.
metaend.eth.xyz/wasmbox-cli
tangled.org
metaend.eth.xyz/wasmbox-cli
1
MetaEnd🎩 avatar
- WasmBox: agent orchestration, XMTP, capability sandbox - NEARai API: inference (no TEE needed, just their API) - Quilibrium 2PC: signing (agent holds share A, Q node holds share B) - XMTP: client communication
Dies this sound too wild? A WASM agent runs on WasmBox, communicates with users over XMTP, and calls NEAR.ai's confidential API for heavy inference. The agent's wallet lives in a separate vault.wasm module with no network access, so private keys cannot be exfiltrated even if the agent is compromised. WasmBox enforces
1
MetaEnd🎩 avatar
Dies this sound too wild? A WASM agent runs on WasmBox, communicates with users over XMTP, and calls NEAR.ai's confidential API for heavy inference. The agent's wallet lives in a separate vault.wasm module with no network access, so private keys cannot be exfiltrated even if the agent is compromised. WasmBox enforces ...
NEAR AI
near.ai
NEAR AI
1
2
1
MetaEnd🎩 avatar
WasmBox Flatpak-style launcher for sandboxed WebAssembly tools. Single binary, local-first, no accounts, no telemetry.
metaend.eth.xyz/wasmbox-cli
tangled.org
metaend.eth.xyz/wasmbox-cli
22
26
MetaEnd🎩 avatar
We are all born ignorant, but one must work hard to remain stupid
4
MetaEnd🎩 avatar
wasmbox registry add qstorage.quilibrium.com/wasmbox wasmbox install jfmt echo '{"data":{"name":"alice"}}' | wasmbox run jfmt -- -q data.name Install wasmbox: tangled.org/metaend.eth.... here's how an ai can work with it:
Cast image embed
1
3
MetaEnd🎩 avatar
All commands support `--json` for machine-readable output.
wasmbox-cli is taking shape (can also be used by agents) - think flatpak but for wasm based apps.
quote image
3
MetaEnd🎩 avatar
wasmbox-cli is taking shape (can also be used by agents) - think flatpak but for wasm based apps.
Cast image embed
1
4
MetaEnd🎩 avatar
Building in Public: WasmBox is a universal launcher for sandboxed WebAssembly tools where every app gets zero permissions by default and users grant capabilities explicitly, like Flatpak but without the runtime bloat. It works on any OS including immutable distros, runs offline, verifies every binary by hash before exe...