Rebuilding the foundations of the world in Rust for ultimate memory safety, blazing performance, and local-first reliability.
๐ก๏ธ Powered by @matanetwork / mata.network's commitment to a decentralized, local-first ecosystem.
In a software landscape plagued by memory vulnerabilities and over-centralized cloud infrastructure, Remade With Rust takes the most critical building blocks of web identity, databases, media codecs, and streaming, and rewrites them entirely from scratch using Rust.
Our goal is simple: Eliminate runtime infrastructure calls, ensure native compile-time safety, and deliver zero-cost abstractions for the modern web.
Discover our primary open-source initiatives below:
๐๏ธ SpaceDB
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
- ๐ ๏ธ
Rust
๐ mID (MATA mID)
Permissionless, self-issued identity 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
- ๐ ๏ธ
Rust
๐ Sovereign ID
Permissionless, self-issued identity for the Web ecosystem.
- ๐ Focus: The JavaScript/TypeScript counterpart to
mID. Delivers self-contained JS identity verification straight to browsers with zero API dependencies. - ๐ฆ NPM:
@matanetwork/sovereign-id - ๐ ๏ธ
JavaScript/TypeScript
๐น rusty_h264
x264 remade with Rust.
- ๐ Focus: Safe, robust pixel encoding and decoding targeting the H.264 video standard, eliminating the historical memory safety flaws found in legacy C-based media frameworks.
- ๐ License: BSD-2-Clause
- ๐ ๏ธ
Rust
๐ฎ Starfire
High-performance, native Rust Sunshine-compatible GameStream client.
- ๐ Focus: Low-latency PC gaming streaming client optimized natively for Windows and macOS.
- ๐ ๏ธ
Rust
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๐ฆ |TypeScript/JavaScript๐ - 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.