Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

© 2026 Open-Awesome. Curated for the developer elite.

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Stacks
  3. Rust
R

Rust

Language
1679 projects7460.2k total stars594.6k total forks36 languages

Open-source projects built with Rust

There are currently 1679 open-source projects built with Rust, with a combined total of 7460.2k GitHub stars. The most common language among these projects is Rust.

Showing 1,679 open-source projects · page 36 of 47

……
Community-curated · Updated weekly · 100% open source

Found a gem we're missing?

Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.

Submit a projectStar on GitHub
lowcharts
lowchartsjuan-leon/lowcharts

A Rust tool for drawing low-resolution graphs directly in the terminal for quick data analysis from logs and text files.

2515Rust
5 months ago
Blink Eye
Blink Eyenomandhoni-cs/blink-eye

A minimalist desktop app that reminds you to take eye-care breaks following the 20-20-20 rule to prevent eye strain and boost productivity.

25015TypeScript
29 days ago
rustorm
rustormivanceras/rustorm

An SQL-centered ORM for Rust focused on ease of use and type-safe database interactions.

24923Rust
5 years ago
hatsu
hatsuimportantimport/hatsu

A self-hosted, fully-automated ActivityPub bridge that connects static sites to the Fediverse.

2498Rust
5 months ago
radiate
radiatepkalivas/radiate

A fast and flexible Rust library for implementing genetic algorithms, neuroevolution, and genetic programming.

24920Rust
5 days ago
OpenTypeless
OpenTypelesstover0314-w/opentypeless

An open-source desktop app that transcribes voice to polished text using AI and types it into any application.

24741TypeScript
6 days ago
bustd
bustdvrmiguel/bustd

A lightweight Linux daemon that kills processes to prevent out-of-memory crashes using Pressure Stall Information.

24711Rust
6 months ago
opensea-rs
opensea-rsgakonst/opensea-rs

Rust client library and CLI for interacting with OpenSea's APIs and Ethereum smart contracts, including Flashbots support.

24431Rust
4 years ago
kdam
kdamclitic/kdam

A console progress bar library for Rust inspired by tqdm and rich.progress.

2448Rust
5 months ago
mini-docker-rust
mini-docker-rustkpcyrd/mini-docker-rust

A minimal Rust Docker image example demonstrating how to build extremely small container images.

24426Dockerfile
2 years ago
0L
0LOLSF/libra

A reference implementation of a neutral replicated state machine, forked from Libra/Diem with enhancements for decentralization and permissionless operation.

243109Rust
1 year ago
Diem
DiemOLSF/libra

A reference implementation of a neutral replicated state machine, forked from Libra/Diem with permissionless upgrades and a novel Sybil resistance mechanism.

243109Rust
1 year ago
mdbook-katex
mdbook-katexlzanini/mdbook-katex

A preprocessor for mdBook that renders LaTeX equations to HTML at build time using KaTeX.

24335Rust
6 months ago
yup-oauth2
yup-oauth2dermesser/yup-oauth2

A Rust library implementing multiple OAuth 2.0 flows including Device, Installed, and Service Account authorization.

241118Rust
4 months ago
chomp
chompm4rw3r/chomp

A fast monadic-style parser combinator library for stable Rust, enabling expressive and performant parsing.

24119Rust
4 years ago
mango-finder
mango-findermoyangzhan/mango-finder

A local-first desktop app for searching documents, images, and audio across devices using natural language.

23913Rust
12 days ago
scirs
scirscool-japan/scirs

A comprehensive scientific computing and AI/ML library in pure Rust, offering SciPy-compatible APIs with 10-100x performance gains.

23733Rust
3 days ago
material-yew
material-yewhamza1311/material-yew

A Yew framework wrapper for Google's Material Web Components, providing Material Design UI components for Rust web apps.

23738Rust
2 years ago
Moonwave
Moonwaveevaera/moonwave

A command-line tool for generating documentation websites from comments in Lua source code.

23630Rust
7 days ago
json5-rs
json5-rscallum-oakley/json5-rs

A Rust JSON5 serializer and deserializer library built on the Serde framework.

23629Rust
4 months ago
bioyino
bioyinoavito-tech/bioyino

A high-performance, high-precision multithreaded StatsD server written in Rust with clustering and fault tolerance.

23620Rust
2 years ago
MAGNET DumpIt
MAGNET DumpItMagnetForensics/dumpit-linux

A Linux memory acquisition tool that creates ELF core dumps compatible with gdb, crash, and drgn for incident response.

23526Rust
2 years ago
coap-rs
coap-rsCovertness/coap-rs

A fast and stable Constrained Application Protocol (CoAP) library implemented in Rust.

23264Rust
3 days ago
bunt
buntLukasKalbertodt/bunt

Simple Rust macros for printing colored and formatted text to the terminal, built on termcolor for cross-platform support.

2307Rust
7 months ago
TypeDB Studio - IDE for TypeDB
TypeDB Studio - IDE for TypeDBvaticle/typedb-studio

An interactive visual environment for managing and querying TypeDB databases.

23049TypeScript
12 days ago
crc-rs
crc-rsmrhooray/crc-rs

A Rust library for computing CRC (16, 32, 64) checksums with support for various standards and pluggable implementations.

23054Rust
5 months ago
logforth
logforthfast/logforth

A versatile and extensible logging framework for Rust applications, supporting multiple dispatches, filters, and appenders.

22928Rust
3 days ago
runiq
runiqwhitfin/runiq

An efficient command-line tool and library for filtering duplicate lines from textual input, optimized for speed and memory usage.

22822Rust
5 months ago
remoc
remocremoc-rs/remoc

A Rust library for remote multiplexed objects, channels, and RPC over various transports.

22819Rust
26 days ago
perf-monitor-rs
perf-monitor-rslarksuite/perf-monitor-rs

A cross-platform Rust library for retrieving CPU, memory, IO, and file descriptor performance statistics with minimal overhead.

22730Rust
2 years ago
shellclear
shellclearrusty-ferris-club/shellclear

A Rust CLI tool that finds and clears sensitive data from shell history to enhance command-line security.

22713Rust
3 years ago
distinst
distinstpop-os/distinst

A Rust library for handling disk partitioning, encryption, and installation details in Linux distribution installers.

22745Rust
6 days ago
sea-schema
sea-schemaSeaQL/sea-schema

A Rust library for SQL schema definition and discovery across MySQL, PostgreSQL, and SQLite databases.

22660Rust
10 days ago
priority-queue
priority-queuegarro95/priority-queue

A Rust priority queue with efficient priority change operations, implemented using IndexMap and a heap of indexes.

22633Rust
1 month ago
euclider
eucliderLimeth/euclider

A higher-dimensional ray tracing prototype written in Rust that explores non-Euclidean geometry.

2264Rust
7 years ago
rs-merkle-tree
rs-merkle-treealrevuelta/rs-merkle-tree

A Rust Merkle tree library with configurable storage backends and hash functions, optimized for fast proof generation.

22611Rust
7 months ago
1
35
36
37
47