Open Source Rust System Software - Page 3

Rust System Software

View 8594 business solutions

Browse free open source Rust System Software and projects below. Use the toggles on the left to filter open source Rust System Software by OS, license, language, programming language, and project status.

  • Auth0 for AI Agents now in GA Icon
    Auth0 for AI Agents now in GA

    Ready to implement AI with confidence (without sacrificing security)?

    Connect your AI agents to apps and data more securely, give users control over the actions AI agents can perform and the data they can access, and enable human confirmation for critical agent actions.
    Start building today
  • Award-Winning Medical Office Software Designed for Your Specialty Icon
    Award-Winning Medical Office Software Designed for Your Specialty

    Succeed and scale your practice with cloud-based, data-backed, AI-powered healthcare software.

    RXNT is an ambulatory healthcare technology pioneer that empowers medical practices and healthcare organizations to succeed and scale through innovative, data-backed, AI-powered software.
    Learn More
  • 1
    Hermit for Rust

    Hermit for Rust

    Hermit for Rust

    Hermit-RS is a Rust-based unikernel designed for high-performance and cloud computing applications. By combining the safety and concurrency features of Rust with the minimalistic approach of unikernels, Hermit-RS offers a secure and efficient runtime environment. It is particularly suited for running single-tenant applications directly on hypervisors or bare-metal hardware, reducing overhead and improving performance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Horust

    Horust

    Horust is a supervisor / init system written in rust

    Horust is a Rust-based init system for Linux, designed to be fast, simple, and secure. Unlike traditional init systems, Horust focuses on stateless configuration using TOML files and aims to bring predictability and ease of use to system boot and service management. Written with Rust’s safety guarantees, Horust provides features like dependency handling, parallel service startup, and logging, making it suitable for containers, embedded systems, or minimal Linux environments where systemd is too complex or heavy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    KMON

    KMON

    Linux Kernel Manager and Activity Monitor

    The kernel is the part of the operating system that facilitates interactions between hardware and software components. On most systems, it is loaded on startup after the bootloader and handles I/O requests as well as peripherals like keyboards, monitors, network adapters, and speakers. The Linux kernel is the open-source, monolithic, and, Unix-like operating system kernel that is used in the Linux distributions, various embedded systems such as routers, and as well as in all Android-based systems. Linus Torvalds conceived and created the Linux kernel in 1991 and it's still being developed by thousands of developers today. It's a prominent example of free and open-source software and it's used in other free software projects, notably the GNU operating system. Although the Linux-based operating systems dominate most of computing, it still carries some design flaws which were quite a bit of debate in the early days of Linux.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Kanidm

    Kanidm

    Kanidm: A simple, secure, and fast identity management platform

    Kanidm is a simple and secure identity management platform, allowing other applications and services to offload the challenge of authenticating and storing identities to Kanidm. The goal of this project is to be a complete identity provider, covering the broadest possible set of requirements and integrations. You should not need any other components (like Keycloak) when you use Kanidm - we already have everything you need. To achieve this we rely heavily on strict defaults, simple configuration, and self-healing components. This allows Kanidm to support small home labs, families, small businesses, and all the way to the largest enterprise needs. If you want to host your own authentication service, then Kanidm is for you.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Zendesk: The Complete Customer Service Solution Icon
    Zendesk: The Complete Customer Service Solution

    Discover AI-powered, award-winning customer service software trusted by 200k customers

    Equip your agents with powerful AI tools and workflows that boost efficiency and elevate customer experiences across every channel.
    Learn More
  • 5
    Kerla

    Kerla

    A new operating system kernel with Linux binary compatibility

    Kerla is an experimental operating system kernel written in Rust with a Linux-compatible syscall interface. It aims to run Linux binaries in user space without relying on a traditional Linux kernel. Kerla combines the safety guarantees of Rust with a familiar POSIX-like programming model, making it a unique exploration into safe systems programming. Though early in development, it supports basic userspace execution and is a promising proof-of-concept for running Linux userland programs in a fully Rust-based kernel.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Kondo

    Kondo

    Cleans dependencies and build artifacts from your projects

    Cleans node_modules, target, build, and friends from your projects. Excellent if you want to back up your code but don't want to include GBs of dependencies, or if you want to back up your code but don't want to include GBs of dependencies, or if you like keeping your disks lean and zippy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    KumoMTA

    KumoMTA

    The first Open-Source high-performance MTA for high-volume senders

    KumoMTA is an Open-Source, enterprise-grade email message transfer agent (MTA) software for sending high-volume, business-critical emails. KumoMTA is typically chosen by high-volume email users looking to replace PowerMTA, Momentum, or traditional Open Source MTAs. KumoMTA offers high-performance message relay to the tune of millions of messages per hour per server, combined with extreme flexibility and configurability through its use of a Lua scripting engine for configuration and message management.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    LibertyOS

    LibertyOS

    The kernel for LibertyOS

    LibertyOS Kernel is the core component of the LibertyOS operating system project, focused on creating a secure, privacy-respecting OS from the ground up. Written primarily in C and C++, the kernel is being developed to support modern hardware, incorporate essential system services, and maintain transparency in design. LibertyOS is built with an emphasis on user freedom, aiming to avoid corporate tracking, offer user-centric control, and provide a robust alternative to mainstream operating systems. The kernel reflects these values through clean code, modular design, and a focus on fundamental security practices.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Matchbox

    Matchbox

    Painless peer-to-peer WebRTC networking for rust wasm

    Matchbox is a WebRTC-based networking library for the Bevy game engine, enabling multiplayer games to run in the browser or native environments with peer-to-peer communication. It handles matchmaking, NAT traversal, and synchronization in real-time, making it easier for game developers to add fast and scalable multiplayer features. Designed with simplicity and performance in mind, Matchbox supports both WebAssembly and desktop targets. It’s especially useful for browser-based games that need reliable real-time communication without external dependencies.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Accounts Payable Software | AvidXchange Icon
    Accounts Payable Software | AvidXchange

    AvidXchange is an Industry Leader in AP Automation Software for Middle Market Businesses.

    Drive greater business success by automating the accounts payable process to boost efficiency, accuracy and speed in the processing of invoices and payments.
    Learn More
  • 10
    Mooneye GB

    Mooneye GB

    A Game Boy research project and emulator written in Rust

    Mooneye GB is a Game Boy research project and emulator written in Rust. The main goals of this project are accuracy and documentation. Some existing emulators are very accurate (Gambatte, BGB >= 1.5) but are not documented very clearly, so they are not that good references for emulator developers. I want this project to document as clearly as possible why certain behavior is emulated in a certain way. This also means writing a lot of test ROMs to figure out corner cases and precise behavior on real hardware. The emulator is lagging behind hardware research. I don't want to spend time making short-lived and probably incorrect fixes to the emulator if I'm not sure about the hardware behavior. On an i7-3770K desktop machine, I can usually run ROMs with 2000 - 4000% speed. Without optimizations, the speed drops to 150 - 200%, which is still fine for development purposes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    NTK Ultra-Compression

    NTK Ultra-Compression

    Logiciel de compression de fichiers maximal indépendant du temps.

    Le logiciel NTK Ultra-Compression répond à une problématique essentielle de l’ère numérique : comment réduire la taille des données à leur minimum absolu sans compromis sur leur intégrité, tout en s’affranchissant des contraintes temporelles ? Dans un monde où les volumes de données explosent et où les solutions actuelles de compression restent limitées par des compromis entre rapidité, efficacité et complexité, nous proposons une approche disruptive. Les solutions actuelles, telles que le format ZIP ou 7z, bien qu’efficaces, atteignent leurs limites en termes de taux de compression et d’efficacité pour les fichiers volumineux ou complexes. Ces outils sont souvent contraints par des compromis entre rapidité d’exécution et efficacité de stockage. Cette approche disruptive s’adresse notamment aux utilisateurs ayant besoin de manipuler des fichiers volumineux, comme les logiciels, les jeux vidéo ou les bases de données, où chaque octet économisé compte.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Nash

    A simple shell, like Bash, written in Rust.

    A simple shell, like Bash, written in Rust.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Nitro Enclaves Command Line Interface

    Nitro Enclaves Command Line Interface

    Tooling for Nitro Enclave management

    This repository contains a collection of tools and commands used for managing the lifecycle of enclaves. The Nitro CLI needs to be installed on the parent instance, and it can be used to start, manage, and terminate enclaves. The Nitro Enclaves kernel driver is available in the upstream Linux kernel starting with the v5.10 kernel for x86_64 and starting with the v5.16 kernel for arm64. The codebase from the 'drivers/virt/nitro_enclaves' directory in this GitHub repository is similar to the one merged into the upstream Linux kernel. The enclaves do not have access to a physical disk, just a RAM filesystem. One can configure the disk space by changing memory size or by using kernel command line arguments.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Nox

    Nox

    Rust implementation of the Fluence network peer

    Nox is a decentralized, serverless execution platform for running secure WebAssembly (Wasm) modules over the Fluence peer-to-peer network. It enables developers to build and deploy composable services without central servers, ensuring tamper-resistant logic and trustless computation. Nox is designed to support multi-peer coordination, decentralized app logic, and data privacy, using Fluence’s Aqua programming model. Ideal for Web3 developers, Nox provides the building blocks to run interoperable backends directly from the edge.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Ockam

    Ockam

    Orchestrate end-to-end encryption, mutual authentication

    Ockam is a suite of open source tools, programming libraries, and managed cloud services to orchestrate end-to-end encryption, mutual authentication, key management, credential management, and authorization policy enforcement – at massive scale. Modern applications are distributed and have an unwieldy number of interconnections that must trustfully exchange data. To build trust for data-in-motion, applications need end-to-end guarantees of data authenticity, integrity, and confidentiality. To be private and secure by-design, applications must have granular control over every trust and access decision. Ockam allows you to add these controls and guarantees to any application. We are passionate about making powerful cryptographic and messaging protocols simple and safe to use for millions of builders. Create a mutually authenticated and end-to-end encrypted secure channel between two Ockam nodes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Reth

    Reth

    Implementation of the Ethereum protocol, in Rust

    reth is a modular, blazing-fast Ethereum execution client written in Rust, developed by Paradigm. It implements the Ethereum protocol from scratch with a focus on speed, security, and modularity, providing a modern alternative to legacy clients like Geth or Besu. reth is optimized for running full nodes, indexing, and light clients, and is intended to be integrated easily into Ethereum infrastructure. With parallelized execution and efficient state management, reth supports both archival and pruned node modes, contributing to Ethereum's decentralized network resilience.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Rust for windows uiautomation

    Rust for windows uiautomation

    The uiatomation-rs crate is a wrapper for windows uiautomation

    The uiatomation-rs crate is a wrapper for Windows uiautomation. This crate can help you make Windows uiautoamtion API calls conveniently. Start by adding the dependency of this crate to your Cargo.toml file. Make use of any Windows uiautomation calls as needed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    SRHD

    SRHD

    Simple Rust Hotkey Daemon for macOS

    Simple Rust Hotkey Daemon is a minimal and lightweight key binding service for MacOS similar to skhd. It can be run as in the background using the native launchctl to interact with launchd via a plist file. This functionality has been offloaded to my launchctl Rust library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    SlateDB

    SlateDB

    A cloud native embedded storage engine built on object storage

    Unlike traditional LSM-tree storage engines, SlateDB writes data to object storage to provide bottomless storage capacity, high durability, and easy replication. SlateDB is an embedded storage engine built as a log-structured merge-tree. Unlike traditional LSM-tree storage engines, SlateDB writes data to object storage (S3, GCS, ABS, MinIO, Tigris, and so on). Leveraging object storage allows SlateDB to provide bottomless storage capacity, high durability, and easy replication. The trade-off is that object storage has a higher latency and higher API cost than local disk. To mitigate high write API costs (PUTs), SlateDB batches writes. Rather than writing every put() call to object storage, MemTables are flushed periodically to object storage as a string-sorted table (SST). The flush interval is configurable. To mitigate write latency, SlateDB provides an async put method.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Smithay

    Smithay

    A smithy for rusty wayland compositors

    Smithay is a modular toolkit for building Wayland compositors in Rust. Rather than a standalone compositor, it provides building blocks like protocol handlers, session backends, DRM abstractions, and input/output utilities. It supports core and extended Wayland protocols, libseat, tablets, graphics tablets, Xwayland, and more. It's mature and under active development, providing a “smithy” for compositor authors.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    The Determinate Nix Installer

    The Determinate Nix Installer

    Install Nix and flakes with the reliable Determinate Nix Installer

    Install Nix and flakes with the fast and reliable Determinate Nix Installer, with over 2 million installs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Vigil

    Vigil

    Monitors a distributed infrastructure and sends alerts

    Vigil is an open-source Status Page you can host on your infrastructure, used to monitor all your servers and apps, and visible to your users. It is useful in microservices contexts to monitor both apps and backends. If a node goes down in your infrastructure, you receive a status change notification in a Slack channel, Email, Twilio SMS or/and XMPP.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    bgpexplorer

    BGP route explorer for RIB which store route change history

    BGP route explorer for RIB (routing information database) with ability to drill-down routes change history. It can be a BGP speaker (only listener exact) or BMP monitoring station. bgpexplorer supports many NLRI types and path attribute kinds and intened to be a looking glass and "show route" replacement. It is replacement for old BGPHist (https://sourceforge.net/projects/bgphist/). bgpexplorer is much more fast, beacause it store RIBs with history in the RAM. RIB can be accessed via http protocol in JSON format. For your convinience bgpexplorer serves bundled files to provide basic web service, which can be used as backend for front web server (nginx or apache for example) with AAA.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    bitwarden-autotype

    bitwarden-autotype

    The missing desktop-autotype for Bitwarden. WIP

    The missing desktop-autotype for Bitwarden. Autotype/Autofill support has been a requested feature in Bitwarden for years, yet no progress seems to have been made. Log into your Bitwarden Vault. Use a global hotkey (Ctrl-Alt-A) to trigger autotyping. Configurable hotkey. Match window titles or executable names against Bitwarden Login URLs. Choose between multiple matching Logins. Autotype following the {USERNAME}{TAB}{PASSWORD}{ENTER} Pattern. Custom Autotype Patterns (see #1). Autotype in windows with elevated permissions (see #5). Ability to sync your Vault automatically and manually.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    defmt

    defmt

    Efficient, deferred formatting for logging on embedded systems

    defmt ("de format", short for "deferred formatting") is a highly efficient logging framework that targets resource-constrained devices, like microcontrollers. In its current iteration defmt mainly targets tiny embedded devices that have no means to display information to the developer, e.g. a screen. In this scenario, logs need to be transferred to a second machine, usually a PC/laptop, before they can be displayed to the developer/end-user.
    Downloads: 0 This Week
    Last Update:
    See Project