Rebuilding the internet in Rust. Ultimate memory safety, blazing performance, and sovereign.
Powered by @matanetwork / mata.network's commitment to a decentralized, local-first ecosystem.
Remake the internet in Rust. Eliminate an entire network attack surface by overhauling 30+ year old software into a modern architecture.
Identity. Memory. Media. Transport. AI. Robotics. Everything.
Join the rusty revolution.
Disco Party is a sovereign distributed cloud and digital freedom toolkit by MATA enabling ownership and accessibility of data.
Build the new internet with our AI skills for Rust. Create on any platform with security by design.
FREE RAG Converter Online -- RAGconverter.com
Discover our primary open-source initiatives below:
A safe, modern, and pure-Rust reimagining of the industry-standard multimedia framework.
- Focus: Demuxing, muxing, and processing media streams natively without relying on vulnerable C bindings. Built from the ground up for modern pipeline safety.
- License: MIT / Apache-2.0
A pure-Rust, local-first equivalent of ffmpeg purpose-built for AI media pipelines.
- Focus: High-performance encoding, decoding, and transformation of media streams optimized for AI workloads — entirely memory-safe and free of C dependencies. (Pre-release)
The Espressif ESP32 / Arduino portfolio remade as memory-safe Rust packages, so a home's devices belong to its home computer — not to a vendor cloud.
- Focus: Nine packages, one dependency direction:
core,dsp,image,video,audio,signal,mid,irohandarduino. Pure Rust, no C in the application image. - MATA Home Computer: a device mints its own
did:mata, keeps the key in encrypted NVS, and is adopted by a signed grant — no vendor cloud, no claiming service, no account. - Verified on silicon: BLE provisioning from a browser, adoption that survives a hard reset, 721 of 721 media packets over the board's own network, and a maker-signed A/B update booted and kept.
- License: MIT / Apache-2.0 — the 0.1 crates are on crates.io, early and said so.
FreeRTOS remade in Rust, and proved line by line against the C kernel's own execution trace.
- Focus: The scheduler and its IPC — tasks, queues, semaphores, priority-inheriting mutexes, timers, event groups, stream buffers — as a pure state machine over a
Portseam. Generational handles, never pointers;#![forbid(unsafe_code)]outside the fenced context switch. - Also proved this way: unmodified FreeRTOS demo programs relink through a C ABI and pass their own checkers, and coreMQTT is remade to all 218 of its 218 functions.
- MATA Home Computer: the bare-metal half. A sensor too small for ESP-IDF runs the Janus
no_stdpackages on Kairos behind an iroh bridge — still a DID, signed frames, an owner. - License: MIT / Apache-2.0 — the family is on crates.io.
Permissionless, self-issued digital identity ownership for Rust.
- Focus: Verifies sign-in tokens entirely locally with absolute zero infrastructure calls. Perfect for high-privacy and decentralization.
- License: Dual MIT/Apache-2.0
A local-first, CRDT-native, mesh-replicated database built for a world without data centers.
- Focus: Highly concurrent, distributed data storage that runs natively on the edge or locally without needing constant cloud connection.
- License: Apache-2.0
High-performance, native Rust Sunshine-compatible GameStream client.
- Focus: Low-latency PC gaming streaming client optimized natively for Windows and macOS.
While Rust sits at the absolute core of our system programming goals, we use a tailored stack to push our innovations natively across platforms and runtime targets:
- Languages:
Rust🦀 - Paradigms: Conflict-Free Replicated Data Types (CRDTs), Local-First Architecture, Zero-Trust Architecture, Asynchronous I/O.
We are staunch believers in open-source collaboration. If you have an obsession with performance, memory safety, or are looking to build tools that prioritize user autonomy:
- Fork any of our repositories.
- Create your feature branch (
git checkout -b feature/AmazingFeature). - Commit your changes (
git commit -m 'Add some AmazingFeature'). - Push to the branch (
git push origin feature/AmazingFeature). - Open a Pull Request.