Showing 639 open source projects for "rust"

View related business solutions
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • 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
  • 1
    fnm

    fnm

    Fast and simple Node.js version manager, built in Rust

    fnm (Fast Node Manager) is a blazing-fast, minimalist Node.js version manager written in Rust. It allows users to install and switch between Node.js versions with near-instant startup, supports .nvmrc and .node-version files, and offers easy cross-platform installation. It’s significantly faster than traditional bash-based managers.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    Freenet Core

    Freenet Core

    Declare your digital independence

    ..."), and communicate without fear of surveillance or takedown. Freenet Core, written in Rust, is the next-generation implementation focused on performance and security.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3
    Tock OS

    Tock OS

    A secure embedded operating system for microcontrollers

    Tock is a secure, embedded operating system designed for microcontrollers and low-power hardware platforms. Written in Rust, it uses a novel kernel architecture where the OS runs a minimal trusted core and all userland code, including device drivers, is sandboxed and isolated. Tock is ideal for IoT devices, wearables, and embedded research projects where reliability and safety are critical. Its capability-based security model and preemptive multitasking allow developers to safely run multiple...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    rip2

    rip2

    A safe and ergonomic alternative to rm

    rip is a rust-based rm with a focus on safety, ergonomics, and performance. It favors a simple interface and does not implement the xdg-trash spec or attempt to achieve the same goals. Deleted files get sent to the graveyard (typically /tmp/graveyard-$USER, see notes on changing this) under their absolute path, giving you a chance to recover them. No data is overwritten. If files that share the same path are deleted, they will be renamed as numbered backups.
    Downloads: 3 This Week
    Last Update:
    See Project
  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • 5
    MOROS

    MOROS

    MOROS: Obscure Rust Operating System

    MOROS is a hobby operating system written in Rust by Vincent Ollivier. It targets computers with an x86-64 architecture and a BIOS, typically from 2005 to 2020. It also runs well on most emulators. MOROS is open source. You can build or download an image. Check out the manual for details on how to use it. MOROS is text-based and draws inspiration from Unix and DOS to provide a simple and efficient environment for computing and communication from the command line. Each program is designed...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6
    Eww

    Eww

    ElKowars wacky widgets

    Eww (ElKowar's Wacky Widgets, pronounced with sufficient amounts of disgust) is a widget system made in Rust, which lets you create your own widgets similarly to how you can in AwesomeWM. The key difference: It is independent of your window manager. Configured in yuck and themed using CSS, it is easy to customize and provides all the flexibility you need. Rather than with your system package manager, I strongly recommend installing it using rustup. Additionally, eww requires some dynamic...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 7
    Lance

    Lance

    Modern columnar data format for ML and LLMs implemented in Rust

    Lance is a columnar data format that is easy and fast to version, query and train on. It’s designed to be used with images, videos, 3D point clouds, audio and of course tabular data. It supports any POSIX file systems, and cloud storage like AWS S3 and Google Cloud Storage.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 8
    Aiken

    Aiken

    A modern smart contract platform for Cardano

    A modern smart contract platform for Cardano.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 9

    CXX

    Safe interop between Rust and C++

    CXX is a library that offers safe interop between Rust and C++. It provides a safe mechanism for calling C++ code from Rust and vice versa, one that is protected from the many possible things that can go wrong when bindgen or cbindgen is used to generate unsafe C-style bindings. The general idea of CXX is to define the signatures of both sides of the FFI boundary embedded together in one Rust module. CXX gets a complete picture from this of the boundary, and through it is able to perform...
    Downloads: 3 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10
    hq for HTML

    hq for HTML

    jq, but for HTML

    jq, but for HTML. hq reads HTML and converts it into a JSON object based on a series of CSS selectors. The selectors are expressed in a similar way to JSON, but where the values are CSS selectors.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 11
    InterceptSuite

    InterceptSuite

    A TLS MITM proxy for Non-HTTP traffic, with support for TLS upgrades

    InterceptSuite is a cross‑platform, SOCKS5‑based MITM proxy specially designed to intercept, inspect, analyze, and manipulate encrypted network traffic at the TCP/TLS layer. It goes beyond HTTP‑focused tools like Burp Suite and ZAP by providing universal TLS interception—including STARTTLS and non‑HTTP protocols—offering deep visibility and control for security testing and debugging. InterceptSuite bridges this gap by providing a universal TLS interception engine that works with any...
    Downloads: 10 This Week
    Last Update:
    See Project
  • 12
    Aider

    Aider

    Aider is AI pair programming in your terminal

    Aider is an open-source AI pair programming tool that runs directly in your terminal, allowing developers to collaborate with LLMs as if they were coding alongside a senior engineer. It maps your entire codebase to provide deep context, making it effective for both small scripts and large, complex projects. Aider supports leading cloud models like Claude 3.7 Sonnet, DeepSeek R1, OpenAI’s o1/o3/GPT-4o, as well as local LLMs for privacy-conscious workflows. Its Git integration ensures every...
    Downloads: 10 This Week
    Last Update:
    See Project
  • 13
    Rinf

    Rinf

    Rust for native business logic, Flutter for flexible and beautiful GUI

    Rust for native business logic, Flutter for flexible and beautiful GUI. Rinf is a production-ready framework for creating beautiful and performant cross-platform apps using Flutter and Rust with batteries fully included. Simply add this framework to your app project, and you're all set to write Flutter and Rust together. There are no webviews, web servers, hidden threads, or unnecessary memory copying that might cause performance overhead. This setup acts as a very thin wrapper around Dart...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    Tokei

    Tokei

    Count your code, quickly

    Tokei is a program that displays statistics about your code. Tokei will show the number of files, total lines within those files, and code, comments, and blanks grouped by language. Tokei is very fast and is able to count millions of lines of code in seconds. Check out the 12.0.0 release to see how Tokei's speed compares to others. Tokei is accurate, Tokei correctly handles multi-line comments, and nested comments, and not count comments that are in strings. Providing accurate code...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 15
    Tauri

    Tauri

    Build smaller, faster, and more secure desktop applications

    Build smaller, faster, and more secure desktop applications with a web frontend. Brownfield compatibility with any front-end framework means you don't have to change your stack. Floss relicensing is possible with Tauri. Bundle size of a Tauri App can be less than 600KB. Security is the Tauri-Team's biggest priority and drives our innovation. Patterns are here to help you choose important features with simple configuration. Cross-platform compilation allows to bundle binaries for major...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 16
    fd

    fd

    A simple, fast and user-friendly alternative to 'find'

    fd is a program to find entries in your filesytem. It is a simple, fast and user-friendly alternative to find. While it does not aim to support all of find's powerful functionality, it provides sensible (opinionated) defaults for a majority of use cases. First, to get an overview of all available command line options, you can either run fd -h for a concise help message or fd --help for a more detailed version. fd is designed to find entries in your filesystem. The most basic search you can...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 17
    Leptos

    Leptos

    Build fast web applications with Rust

    Leptos is a full‑stack Rust framework for building web apps that supports client-only SPAs, SSR/MPR rendered on the server, and hydrated progressive apps. It offers fine‑grained reactivity, server functions, and cohesive front‑end/backend code using shared Rust abstractions.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    Forest

    Forest

    Rust Filecoin Node Implementation

    Forest is a fully open-source, Rust-based implementation of the Filecoin blockchain developed by ChainSafe. It provides a full node capable of syncing with the Filecoin network, validating storage proofs, and supporting decentralized storage markets. Forest is modular, well-documented, and focused on performance and maintainability, making it ideal for developers, node operators, and researchers. As part of the larger Filecoin ecosystem, Forest plays a critical role in enabling verifiable...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    kube-rs

    kube-rs

    Rust Kubernetes client and controller runtime

    A Rust client for Kubernetes in the style of a more generic client-go, a runtime abstraction inspired by controller-runtime, and a derive macro for CRDs inspired by kubebuilder. Hosted by CNCF as a Sandbox Project. These crates build upon Kubernetes API machinery + API concepts to enable generic abstractions. These abstractions allow Rust reinterpretations of reflectors, controllers, and custom resource interfaces so that you can write applications easily.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20
    Soldeer

    Soldeer

    Solidity Package Manager written in rust and integrated into Foundry

    Soldeer is a package manager for Solidity, built in Rust and integrated into Foundry. It addresses the complexities of Solidity development by providing a dedicated tool for managing dependencies, avoiding the limitations of git submodules and npmjs, which are not tailored for the Solidity ecosystem. Soldeer aims to streamline the development workflow for Solidity developers. ​
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    Pacaptr

    Pacaptr

    Pacman-like syntax wrapper for many package managers

    pacaptr is a command-line tool that acts as a pacman-like syntax wrapper for various package managers. It allows users to use familiar pacman commands across different operating systems and package management systems by translating them into the appropriate commands for the underlying package manager. This tool simplifies package management for users transitioning between systems.​
    Downloads: 5 This Week
    Last Update:
    See Project
  • 22
    rustlings

    rustlings

    Small exercises to get you used to reading and writing Rust code

    This project contains small exercises to get you used to reading and writing Rust code. This includes reading and responding to compiler messages! Alternatively, for a first-time Rust learner, there are several other resources, like The Book, which is the most comprehensive resource for learning Rust, but a bit theoretical sometimes. You will be using this along with Rustlings! And also, Rust By Example, to learn Rust by solving little exercises! It's almost like rustlings, but online. You...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    dprint

    dprint

    Pluggable and configurable code formatting platform written in Rust

    A pluggable and configurable code formatting platform written in Rust. This project is under active early development. I recommend you check its output to ensure it's doing its job correctly and only run this on code that has been checked into source control. Monorepo for dprint—a pluggable and configurable code formatting platform. The plugins property specifies which plugins to use for formatting. These may be URLs or file paths to a WebAssembly file of the plugin. By default, plugins...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 24
    Shuttle Framework

    Shuttle Framework

    Deploy Rust apps with a single Cargo command

    Stop worrying about the infrastructure. Focus on writing code, shuttle will do the rest. Configure your infrastructure directly from your Rust code. Avoid unnecessary context-switching and complicated UIs. Know that you are getting what you need at compile-time. Cut down on debugging time. Control your infrastructure by adding annotations to your code. Wiring up a service to a persistent database is as easy as adding one line of code. And we support multiple providers. A completely free...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 25
    eza

    eza

    A modern alternative to ls

    eza is a modern, feature-rich alternative to the classic UNIX/Linux ls command, written in Rust and designed to be fast, ergonomic, and visually informative. It adds colorized output, icons (in many builds), and metadata augmentation—such as Git status indication, extended attributes display, and human-friendly file size formatting. It handles symlinks, supports recursive listings, has tree views, and offers filtering and sorting options that go beyond what default ls provides. Because it’s...
    Downloads: 5 This Week
    Last Update:
    See Project