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 199,828 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 application portfolio remade as memory-safe Rust packages, so a home's devices belong to its home computer — not to a vendor cloud.

  • Focus: Nine independent packages with one dependency direction — rusty_esp_core (shared types and the clock / rng / key-value seams), rusty_esp_dsp, rusty_esp_image (esp32-camera and esp_jpeg), rusty_esp_video (MJPEG, H.264, RTP), rusty_esp_audio (I2S/PDM, Opus, FLAC), rusty_esp_signal (Wi-Fi CSI radar, LoRa, BLE provisioning), rusty_esp_mid (mID on the chip), rusty_esp_iroh (the iroh mesh on the chip) and rusty_esp_arduino (the setup/loop sketch facade). Pure Rust, no C in the application image, no_std cores with ESP-IDF and bare-metal backends.
  • MATA Home Computer: a device mints its own did:mata with the key at rest in encrypted NVS, advertises itself on the LAN, and is adopted by the home computer with a signed grant — no vendor cloud, no claiming service, no account. Camera, microphone, radar and telemetry reach the home computer over iroh (QUIC with pure-Rust TLS) and nothing else; every radio frame carries an mID signature; firmware updates are maker-signed, written to a second slot, and rolled back by the bootloader if the new image never comes up. Verified on silicon (XIAO ESP32-S3 Sense, AI-Thinker ESP32-CAM): provisioning from a browser over BLE, the camera page, adoption that survives a hard reset, 721 of 721 media packets to a subscriber over the board's own network, and a maker-signed update written into the second slot, booted, and kept after a hard reset.
  • License: MIT / Apache-2.0 — the 0.1 crates are on crates.io, early and said so.

FreeRTOS remade in Rust: the kernel, the ports, the heaps and the standard demo tasks, traced against the C kernel.

  • Focus: The fixed-priority preemptive scheduler with task notifications, queues, semaphores, mutexes with priority inheritance, software timers, event groups and stream/message buffers, as a pure state machine over a Port seam. Handles are generational indices, never pointers; #![forbid(unsafe_code)] everywhere except the fenced context switch and vector table of the Cortex-M, RISC-V and Xtensa ports; a C ABI relinks unmodified FreeRTOS programs, and the standard demo tasks pass as the conformance corpus.
  • MATA Home Computer: the bare-metal half of the same story. A sensor with no room for ESP-IDF runs the Janus no_std packages on Kairos and is fronted by an iroh bridge, so the smallest device on the LAN still has a DID, signed frames and an owner. rusty_rtos_core is public here and the family is on crates.io.
  • License: MIT / Apache-2.0

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 50 repositories
  • rusty_flac Public

    Pure-Rust FLAC encoder + decoder. Encodes 17% and decodes 23% faster than FFmpeg with smaller files on every benchmarked content class. Lossless and interoperable both directions. Zero dependencies, part of the remade-ffmpeg ecosystem.

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

    Kairos — umbrella for the rusty_rtos_* family (FreeRTOS remade in memory-safe 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 0 Updated Sep 17, 2026
  • rusty_rtos_core Public

    The shared vocabulary of the Kairos family (FreeRTOS remade in Rust): ticks, priorities, generational handles, one Copy error, the Config trait, and the Port / Heap / Trace / Hooks seams. No pointers, no allocator, no arch. forbid(unsafe).

    Remade-With-Rust/rusty_rtos_core's past year of commit activity
    Rust 0 Apache-2.0 0 0 1 Updated Sep 16, 2026
  • rusty_esp_arduino Public

    The Arduino-shaped sketch facade (setup/loop, wifi::begin, cam::grab, mic::read, stream::push) over the Janus function packages. Thin by law. See docs/plans/rusty-ESP-arduino.md §8.

    Remade-With-Rust/rusty_esp_arduino's past year of commit activity
    Rust 0 Apache-2.0 0 0 0 Updated Sep 16, 2026
  • rusty_esp_iroh Public

    The iroh mesh on the chip: an endpoint on ESP32 (std/ESP-IDF track), Janus ALPN protocols (rpc, media, telemetry), a host client, and a bridge that fronts no_std nodes. Replaces cloud-IoT device SDKs and natively connects to MATA Home Computer & Disco Party.

    Remade-With-Rust/rusty_esp_iroh's past year of commit activity
    Rust 0 Apache-2.0 0 0 0 Updated Sep 16, 2026
  • rusty_esp_signal Public

    The radio-application layer remade in Rust: Wi-Fi CSI radar (presence/motion), LoRa point-to-point over lora-phy, BLE provisioning and telemetry over trouble-host, Wi-Fi station/AP lifecycle and ESP-NOW framing — every frame mID-signed. Memory safe, no_std core.

    Remade-With-Rust/rusty_esp_signal's past year of commit activity
    Rust 0 Apache-2.0 0 0 0 Updated Sep 16, 2026
  • rusty_esp_mid Public

    MATA mID on the chip: a device DID with its key at rest in encrypted NVS/eFuse, signed assertions, capability verification, owner adoption (bind-to-this-hub as a signed grant) and a signed capability manifest. Replaces vendor provisioning and cloud claiming. Memory safe, no_std core.

    Remade-With-Rust/rusty_esp_mid's past year of commit activity
    Rust 0 Apache-2.0 0 0 0 Updated Sep 16, 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 0 Updated Sep 16, 2026
  • 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 0 Updated Sep 16, 2026

People

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