Skip to content
@Remade-With-Rust

Remade With Rust

Building the greatest Diso Party on Earth, our commitment to a more fair internet

Remade With Rust

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.

Org Badge Built with Rust Local-First Focus


Core Mission

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.


In The Wild with 214,412 Active Installs

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


Key Projects

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, iroh and arduino. 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 Port seam. 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_std packages 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.

Tech Stack & Toolkit

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.

Contributing & Community

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:

  1. Fork any of our repositories.
  2. Create your feature branch (git checkout -b feature/AmazingFeature).
  3. Commit your changes (git commit -m 'Add some AmazingFeature').
  4. Push to the branch (git push origin feature/AmazingFeature).
  5. Open a Pull Request.

Built with ❤️ by the Remade-With-Rust core team. Empowering reliable, fast, and local-first software.

Pinned Loading

  1. spacedb spacedb Public

    SpaceDB: a local-first, CRDT-native, mesh-replicated database for a world without data centers.

    Rust 2

  2. FFAI FFAI Public

    FFAI is the go-to media library for AI: embedded speech recognition (ASR), text-to-speech (TTS), optical character recognition (OCR), vision-language (VLM), and object detection (YOLO26) made in Ru…

    Rust 4

  3. remade_ffmpeg_rs remade_ffmpeg_rs Public

    FFmpeg remade with rust for embedded memory safe encoding and decoding. Powering FFAI and MATA's Disco Party.

    Rust 5

  4. rusty_h264 rusty_h264 Public

    rusty_h264 is x264 remade with rust, focusing on embedded memory safe pixel encoding and decoding.

    Rust 6 1

Repositories

Showing 10 of 59 repositories
  • rusty_esp_video Public

    esp_video / esp_h264 / CameraWebServer remade in Rust: MJPEG and H.264 (rusty_h264 embedded) encode, RTP + MJPEG-over-HTTP packetizers, P4 hardware encoder wrap. Memory safe, no_std core.

    Remade-With-Rust/rusty_esp_video's past year of commit activity
    Rust 0 Apache-2.0 0 0 2 Updated Sep 20, 2026
  • rusty_esp_image Public

    esp32-camera / esp_jpeg remade in Rust: sensor bring-up as data, DMA frame pools, pixel ops, JPEG/PNG via rusty_jpeg and rusty_png. Memory safe, no_std core.

    Remade-With-Rust/rusty_esp_image's past year of commit activity
    Rust 0 Apache-2.0 0 0 1 Updated Sep 20, 2026
  • rusty_esp_audio Public

    ESP-ADF / ESP-GMF / esp_codec_dev remade in Rust: I2S/PDM capture and playback, a fixed-block audio pipeline, codec-chip drivers, Opus/FLAC/ADPCM framing via the Remade codecs. Memory safe, no_std core.

    Remade-With-Rust/rusty_esp_audio's past year of commit activity
    Rust 0 Apache-2.0 0 0 1 Updated Sep 20, 2026
  • rusty_esp_dsp Public

    ESP-DSP remade: the PIE (ESP32-S3 ee.*, ESP32-P4 esp.*) SIMD kernel home with scalar oracles. Created only once two function packages share a hot kernel; until then kernels live in the function's -core crate.

    Remade-With-Rust/rusty_esp_dsp's past year of commit activity
    Rust 0 Apache-2.0 0 0 2 Updated Sep 20, 2026
  • rusty_esp_core Public

    Shared no_std types for the Janus ESP family: media frames, PCM, timestamps, capability manifest, and the three HAL seams (clock, rng, kv). No drivers, no allocator, no product types.

    Remade-With-Rust/rusty_esp_core's past year of commit activity
    Rust 0 Apache-2.0 0 0 1 Updated Sep 20, 2026
  • .github Public
    Remade-With-Rust/.github's past year of commit activity
    0 0 0 1 Updated Sep 20, 2026
  • FFAI Public

    FFAI is the go-to media library for AI: embedded speech recognition (ASR), text-to-speech (TTS), optical character recognition (OCR), vision-language (VLM), and object detection (YOLO26) made in Rust for the new internet.

    Remade-With-Rust/FFAI's past year of commit activity
    Rust 4 0 0 14 Updated Sep 20, 2026
  • kairos Public

    Kairos — umbrella for the rusty_rtos_* family (FreeRTOS remade with Rust): the plan, the fleet manifest, the fleet tool, the C oracle harness.

    Remade-With-Rust/kairos's past year of commit activity
    Rust 0 Apache-2.0 0 0 2 Updated Sep 20, 2026
  • rusty_time Public

    chrony, remade with Rust: a pure-Rust NTPv4 + NTS time client and server for Linux, macOS, Windows and wasm. No C toolchain anywhere in the build.

    Remade-With-Rust/rusty_time's past year of commit activity
    Rust 1 Apache-2.0 0 0 3 Updated Sep 20, 2026
  • deputy Public

    Own all your dependencies with Deputy. Store offline, scan changes for malware, own deployment

    Remade-With-Rust/deputy's past year of commit activity
    Rust 1 Apache-2.0 0 0 5 Updated Sep 20, 2026

People

This organization has no public members. You must be a member to see who’s a part of this organization.