Showing 23 open source projects for "robust"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Rent Manager Software Icon
    Rent Manager Software

    Landlords, multi-family homes, manufactured home communities, single family homes, associations, commercial properties and mixed portfolios.

    Rent Manager is award-winning property management software built for residential, commercial, and short-term-stay portfolios of any size. The program’s fully customizable features include a double-entry accounting system, maintenance management/scheduling, marketing integration, mobile applications, more than 450 insightful reports, and an API that integrates with the best PropTech providers on the market.
    Learn More
  • 1
    markdown-oxide

    markdown-oxide

    Robust, Minimalist, Unbundled PKM for your text-editor through LSP

    Markdown-Oxide is a Personal Knowledge Management System(PKM) that composes with your favorite text editor through the Language Server Protocol(LSP). While other PKMs implement their own text editors, markdown-oxide is unbundled: it leaves text editing to a dedicated text editor and focuses solely on robust, performant knowledge management.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    tree-sitter

    tree-sitter

    An incremental parsing system for programming tools

    ...It can build a concrete syntax tree for a source file and efficiently update the syntax tree as the source file is edited. General enough to parse any programming language. Fast enough to parse on every keystroke in a text editor. Robust enough to provide useful results even in the presence of syntax errors. Dependency-free so that the runtime library (which is written in pure C) can be embedded in any application. All of Tree-sitter’s parsing functionality is exposed through C APIs. Applications written in higher-level languages can use Tree-sitter via binding libraries like node-tree-sitter or the tree-sitter rust crate, which have their own documentation. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3
    SpacetimeDB

    SpacetimeDB

    Multiplayer at the speed of light

    SpacetimeDB is a high-performance, distributed database optimized for real-time multiplayer applications. It offers low-latency data synchronization across clients, ensuring a seamless and responsive user experience. With built-in conflict resolution and support for complex data types, SpacetimeDB simplifies the development of interactive, collaborative applications.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    async-std

    async-std

    Async version of the Rust standard library

    async-std makes async programming foundations easy and approachable. Built-in Rust for speed and safety.
    Downloads: 0 This Week
    Last Update:
    See Project
  • DAT Freight and Analytics - DAT Icon
    DAT Freight and Analytics - DAT

    DAT Freight and Analytics operates DAT One truckload freight marketplace

    DAT Freight & Analytics operates DAT One, North America’s largest truckload freight marketplace; DAT iQ, the industry’s leading freight data analytics service; and Trucker Tools, the leader in load visibility. Shippers, transportation brokers, carriers, news organizations, and industry analysts rely on DAT for market trends and data insights, informed by nearly 700,000 daily load posts and a database exceeding $1 trillion in freight market transactions. Founded in 1978, DAT is a business unit of Roper Technologies (Nasdaq: ROP), a constituent of the Nasdaq 100, S&P 500, and Fortune 1000. Headquartered in Beaverton, Ore., DAT continues to set the standard for innovation in the trucking and logistics industry.
    Learn More
  • 5
    Fedimint

    Fedimint

    Federated E-Cash Mint

    ...Built with extensibility and modularity in mind, Fedimint aims to serve as the core of community custody systems like Fedi and future federated finance applications. It supports pluggable modules, robust auditability, and seamless Lightning Network integration.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    mail-parser

    mail-parser

    Fast and robust e-mail parsing library for Rust

    Stalwart Mail Parser is a high-performance Rust library designed for parsing and analyzing email messages. It efficiently handles complex MIME structures, supports various encodings, and is optimized for speed and robustness. The library is suitable for applications requiring detailed email processing and analysis.​
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    conflux-rust

    conflux-rust

    The official Rust implementation of Conflux protocol

    ...This implementation focuses on performance and is compatible with the Ethereum Virtual Machine (EVM), enabling developers to deploy smart contracts written for Ethereum. It provides a robust foundation for dApps, DeFi, and Web3 applications in regions requiring regulatory compliance and scalability.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    GaiaNet

    GaiaNet

    Install and run your own AI agent service

    ...Put your knowledge to work and watch it evolve by creating a node on Gaia or by contributing to a domain supporting an existing knowledge base. Gaia’s decentralized platform ensures robust protection for user data and IP. Gaia allows secure ownership and monetization of IP without compromising privacy. Gaia’s living knowledge organisms continuously adapt and grow in real-time, keeping solutions relevant and cutting-edge. Developers can build applications that evolve and improve over time.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    k23

    k23

    Experimental WASM Microkernel Operating System

    k23 is a microkernel-based operating system project written in Zig, an emerging systems programming language focused on safety, simplicity, and performance. k23 explores the design of modern OS features like message-passing, memory protection, and modular service construction using Zig’s powerful low-level capabilities. It is an experimental and educational project intended to show how Zig can be used for robust, readable systems programming while enabling contributors to rethink traditional OS structures from the ground up.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Reach Your Audience with Rise Vision, the #1 Cloud Digital Signage Software Solution Icon
    Reach Your Audience with Rise Vision, the #1 Cloud Digital Signage Software Solution

    K-12 Schools, Higher Education, Businesses, Restaurants

    Rise Vision is the #1 digital signage company, offering easy-to-use cloud digital signage software compatible with any player across multiple screens. Forget about static displays. Save time and boost sales with 500+ customizable content templates for your screens. If you ever need help, get free training and exceptionally fast support.
    Learn More
  • 10
    Torrust Tracker

    Torrust Tracker

    A modern and feature-rich (private) BitTorrent tracker

    ...It offers high performance and scalability, ensuring efficient peer management and data exchange. With a focus on modularity, Torrust Tracker allows for easy customization and integration with other systems. Its robust architecture supports various deployment scenarios, catering to the needs of different user bases.​
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    s2n-quic

    s2n-quic

    An implementation of the IETF QUIC protocol

    ...QUIC is a UDP-based, multiplexed, encrypted transport layer that underpins HTTP/3 and addresses issues such as head-of-line blocking and faster handshake times compared to TCP+TLS. This library integrates with AWS’s s2n-tls or rustls for the TLS 1.3 handshake and leverages Rust’s memory and thread safety guarantees to deliver a robust implementation. It is built with configurability in mind—you can tune congestion control (like CUBIC), pacing, packet size discovery, and other advanced network behaviors. Extensive testing (unit, fuzz, interop) ensures protocol compliance and interoperability with other implementations. Because it is open-source under Apache 2.0, organizations can integrate it into services where low latency, multiple streams, or mobility (connection migration) matter.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    markdown-rs

    markdown-rs

    CommonMark compliant markdown parser in Rust with ASTs and extensions

    markdown-rs is an open-source markdown parser written in Rust. It’s implemented as a state machine (#![no_std] + alloc) that emits concrete tokens, so that every byte is accounted for, with positional info. The API then exposes this information as an AST, which is easier to work with, or it compiles directly to HTML. While most markdown parsers work towards compliancy with CommonMark (or GFM), this project goes further by following how the reference parsers (cmark, cmark-gfm) work, which is...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Russh

    Russh

    Rust SSH client & server library

    ...The project also includes examples and discussion threads that show how other tools integrate it for web-based clients or gateway services. For teams building terminals, proxies, or embedded management planes, it offers a robust foundation without shelling out to external binaries.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Kameo

    Kameo

    Fault-tolerant Async Actors Built on Tokio

    Kameo is a lightweight Rust library for building fault-tolerant, distributed, and asynchronous actors. It allows seamless communication between actors across nodes, providing scalability, backpressure, and panic recovery for robust distributed systems. Kameo stands out by offering simplicity, resilience, and scalability. It's not just about making concurrent programming easier—it's about empowering you to build the reliable, efficient, and scalable systems that today's users demand. Whether you're a seasoned developer or just starting out, Kameo is designed to be relatable and accessible, providing you with the tools you need to bring your ideas to life.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Meteroid

    Meteroid

    Open-source pricing and billing infrastructure

    ...The system is written in Rust, emphasizing performance, reliability, and safety, making it suitable for production use in small startups up to large enterprises. Meteroid handles complexities like plan versioning, usage-based billing, re-invoicing, grandfathering of plans, experiments, and cost limiting — giving teams a robust billing backend without building one from scratch.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    orogene

    orogene

    Makes `node_modules/` happen. Fast. No fuss

    ...It employs a central store for dependencies, deduplicates packages, and leverages copy-on-write techniques on supported filesystems to minimize disk usage and accelerate loading times. Orogene aims to provide a robust and user-friendly experience, ensuring that developers can manage their Node.js dependencies with minimal hassle. ​
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    LibertyOS

    LibertyOS

    The kernel for LibertyOS

    ...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
  • 18
    Lunatic

    Lunatic

    Lunatic is an Erlang-inspired runtime for WebAssembly

    Lunatic is a universal runtime for fast, robust and scalable server-side applications. It's inspired by Erlang and can be used from any language that compiles to WebAssembly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Synth

    Synth

    The Declarative Data Generator

    Synth is an open-source data-as-code tool that provides a simple CLI workflow for generating consistent data in a scalable way. Use Synth to generate correct, anonymized data that looks and quacks like production. Generate test data fixtures for your development, testing, and continuous integration. Generate data that tells the story you want to tell. Specify constraints, relations, and all your semantics. Seed development and environments and CI. Anonymize sensitive production data. Create...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Barter

    Barter

    Open-source Rust framework for building event-driven systems

    ...Use mock MarketStream or Execution components to enable back-testing on a near-identical trading system as live-trading. Centralised cache-friendly state management system with O(1) constant lookups using indexed data structures. Robust Order management system - use stand-alone or with Barter. Turn on/off algorithmic trading from an external process (eg/ UI, Telegram, etc.) whilst still processing market/account data.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 21
    OpenEthereum

    OpenEthereum

    The fast, light, and robust client for the Ethereum mainnet

    Fast and feature-rich multi-network Ethereum client. Built for mission-critical use: Miners, service providers, and exchanges need fast synchronization and maximum uptime. OpenEthereum provides the core infrastructure essential for speedy and reliable services. Built for mission-critical use: Miners, service providers, and exchanges need fast synchronisation and maximum uptime. OpenEthereum provides the core infrastructure essential for speedy and reliable services. OpenEthereum's goal is to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Mundane

    Mundane

    Mundane is a Rust cryptography library backed by BoringSSL

    ...The library vendors its own copy of BoringSSL, ensuring consistent builds without external dependencies and avoiding symbol conflicts between different versions. Mundane emphasizes clarity in its cryptographic abstractions, making it accessible to developers while maintaining robust security guarantees. It is ideal for projects that need reliable, production-grade cryptography built directly on top of proven, well-tested C libraries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    parity ethereum

    parity ethereum

    The fast, light, and robust client for Ethereum-like networks

    The Fastest and most Advanced Ethereum Client. Built for mission-critical use: Miners, service providers, and exchanges need fast synchronization and maximum uptime. Parity Ethereum provides the core infrastructure essential for speedy and reliable services. Parity Ethereum's goal is to be the fastest, lightest, and most secure Ethereum client. We are developing Parity Ethereum using the sophisticated and cutting-edge Rust programming language. Parity Ethereum is licensed under the GPLv3 and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next