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 7 1

Repositories

Showing 10 of 59 repositories
  • 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 3 Updated Sep 22, 2026
  • rusty_rtos_demo Public

    The FreeRTOS standard demo tasks (Demo/Common/Minimal) remade in Rust as the Kairos conformance corpus: every scenario self-checks like the C original and, on the sim port, diffs its trace against the C kernel's.

    Remade-With-Rust/rusty_rtos_demo's past year of commit activity
    Rust 0 Apache-2.0 0 0 2 Updated Sep 22, 2026
  • rusty_rtos_kernel Public

    FreeRTOS-Kernel remade in Rust: the fixed-priority preemptive scheduler, task notifications, queues, semaphores, mutexes with priority inheritance, queue sets, software timers, event groups, stream and message buffers.

    Remade-With-Rust/rusty_rtos_kernel's past year of commit activity
    Rust 0 Apache-2.0 0 0 2 Updated Sep 22, 2026
  • rusty_rtos_port Public

    The FreeRTOS ports remade in Rust: the deterministic sim port (the oracle harness), the Posix host port, and the Cortex-M, RISC-V and Xtensa ports — the only crates in the family with a fenced unsafe block, at the context switch and the vector table.

    Remade-With-Rust/rusty_rtos_port's past year of commit activity
    Rust 0 Apache-2.0 0 0 4 Updated Sep 22, 2026
  • rusty_rtos-capi Public

    The FreeRTOS C ABI over the Kairos kernel: xTaskCreate, xQueueSend, xSemaphoreTake, xTimerCreate and the rest as extern C symbols with generated FreeRTOS.h-compatible headers, so a C program relinks and the unmodified C demo tasks pass.

    Remade-With-Rust/rusty_rtos-capi's past year of commit activity
    Rust 0 Apache-2.0 0 0 2 Updated Sep 22, 2026
  • rusty_rtos_mqtt Public

    coreMQTT remade in Rust: all 218 of v5.0.2's functions, each proven against the pinned C — the wire codec both ways, the connection, the receive loop and the QoS 1/2 state machine. no_std, forbid(unsafe).

    Remade-With-Rust/rusty_rtos_mqtt's past year of commit activity
    Rust 0 Apache-2.0 0 0 1 Updated Sep 22, 2026
  • rusty_rtos_sntp Public

    coreSNTP remade in Rust: the SNTPv4 client, its serializer and the 2036 wrap, proven against the pinned C. no_std, forbid(unsafe).

    Remade-With-Rust/rusty_rtos_sntp's past year of commit activity
    Rust 0 Apache-2.0 0 0 1 Updated Sep 22, 2026
  • rusty_rtos_backoff Public

    backoffAlgorithm remade in Rust: exponential backoff with jitter for network retries, no_std, forbid(unsafe), gated against the C library's own test vectors.

    Remade-With-Rust/rusty_rtos_backoff's past year of commit activity
    Rust 0 Apache-2.0 0 0 2 Updated Sep 22, 2026
  • rusty_rtos_json Public

    coreJSON remade in Rust: the strict ECMA-404 validator and the query-by-path search, zero allocation, no_std, forbid(unsafe), with the no-panic gate every parser in the family carries.

    Remade-With-Rust/rusty_rtos_json's past year of commit activity
    Rust 0 Apache-2.0 0 0 2 Updated Sep 22, 2026
  • rusty_rtos_heap Public

    FreeRTOS heap_1 / heap_4 / heap_5 remade in Rust behind the Heap seam, with the heap protector; heap_3 as the seam over rusty_alloc small-metal and esp-alloc; static allocation first-class.

    Remade-With-Rust/rusty_rtos_heap's past year of commit activity
    Rust 0 Apache-2.0 0 0 2 Updated Sep 22, 2026

People

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

Most used topics

Loading…