Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

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

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Rust

Rust

1888 projects

Showing 36 of 1888 projects

OpenSK
OpenSKRust

An open-source implementation of FIDO2 and U2F security keys written in Rust, enabling custom hardware authentication devices.

#security-key#embedded-systems#tock-os
Stars3.4k
Forks331
Last commit1 month ago
Racer
RacerRust

A Rust code completion utility for editors and IDEs, providing auto-complete and eldoc functionality.

#developer-tools#productivity#rust-ecosystem
Stars3.4k
Forks276
Last commit2 years ago
bacon
baconRust

A background code checker for Rust that runs alongside your editor and notifies you of warnings, errors, or test failures.

#development-workflow#compilation#check
Stars3.3k
Forks121
Last commit1 day ago
conrod
conrodRust

An easy-to-use, 2D GUI library written entirely in Rust.

#desktop-application#rust-ecosystem#immediate-mode
Stars3.3k
Forks291
Last commit4 years ago
Sycamore
SycamoreRust

A reactive library for building web applications in Rust and WebAssembly, offering fine-grained reactivity without a virtual DOM.

#fine-grained-reactivity#webassembly#web-assembly
Stars3.3k
Forks169
Last commit1 month ago
aws-sdk-rust
aws-sdk-rustRust

Official AWS SDK for Rust, providing idiomatic Rust APIs for AWS services with async support and code generation from Smithy models.

#cloud-infrastructure#async-rust#serverless
Stars3.3k
Forks284
Last commit1 day ago
Mago
MagoRust

An extremely fast PHP linter, formatter, and static analyzer written in Rust.

#developer-tools#automated-fixes#code-formatter
Stars3.3k
Forks169
Last commit1 day ago
Symphonia
SymphoniaRust

A pure Rust library for demuxing media formats, reading metadata tags, and decoding audio codecs.

#id3v1#flac#media-demuxing
Stars3.3k
Forks221
Last commit2 days ago
svix-webhooks
svix-webhooksRust

An open-source webhooks service that handles deliverability, retries, and security with a single API call.

#api#redis#message-queue
Stars3.3k
Forks262
Last commit1 day ago
Svix
SvixRust

An open-source webhooks service that handles deliverability, retries, and security for developers.

#api#redis#message-queue
Stars3.3k
Forks262
Last commit1 day ago
Hayabusa
HayabusaRust

A Sigma-based threat hunting and fast forensics timeline generator for Windows event logs, written in Rust.

#digital-forensics#threat#sigma-rules
Stars3.3k
Forks285
Last commit2 days ago
kani
kaniRust

A bit-precise model checker for verifying safety and correctness properties in Rust code.

#safety-critical#verification#ci-cd
Stars3.2k
Forks157
Last commit1 day ago
Teller
TellerRust

A universal secret manager CLI for developers that centralizes secrets from multiple providers and prevents secret sprawl.

#environment-variables#rust-lang#secrets-management
Stars3.2k
Forks201
Last commit5 months ago
Wrangler
WranglerRust

A deprecated CLI tool for building, deploying, and managing Cloudflare Workers (version 1).

#kv-store#deployment#cloudflare-workers
Stars3.2k
Forks333
Last commit3 years ago
config-rs
config-rsRust

A layered configuration system for Rust applications with strong support for 12-factor applications.

#serde-integration#environment-variables#config
Stars3.2k
Forks264
Last commit4 days ago
Theseus
TheseusRust

A modern operating system written in Rust that explores intralingual design, shifting OS responsibilities like resource management into the compiler.

#systems-programming#os-research#embedded-systems
Stars3.2k
Forks184
Last commit1 year ago
Stoatchat
StoatchatRust

The backend services and libraries powering the Stoat chat platform, built in Rust.

#modular-architecture#api#redis
Stars3.2k
Forks367
Last commit1 day ago
itertools
itertoolsRust

A Rust library providing extra iterator adaptors, methods, free functions, and macros for more expressive iteration.

#functional-programming#zero-cost-abstractions#iterator-adaptors
Stars3.1k
Forks355
Last commit21 days ago
rustic
rusticRust

A fast, encrypted, and deduplicated backup tool written in Rust, compatible with restic repositories.

#restic#hacktoberfest#deduplication
Stars3.1k
Forks136
Last commit1 day ago
Fable
FableF#

Fable is an F# to JavaScript, TypeScript, Python, Rust, Erlang, and Dart compiler that integrates F# into modern ecosystems.

#dart#compiler#python
Stars3.1k
Forks329
Last commit1 day ago
cargo-expand
cargo-expandRust

A Cargo subcommand to show the result of Rust macro expansion and #[derive] expansion for debugging.

#derive-macros#cargo-subcommand#procedural-macros
Stars3.1k
Forks75
Last commit6 days ago
GlueSQL
GlueSQLRust

A Rust library that provides a SQL database engine with a parser, execution layer, and pluggable storage for structured and unstructured data.

#database#websql#database-engine
Stars3.1k
Forks271
Last commit3 days ago
diskonaut
diskonautRust

A terminal-based disk space navigator that visualizes storage usage with interactive treemaps.

#file-management#disk-space#terminal
Stars3.1k
Forks95
Last commit2 years ago
rust-bert
rust-bertRust

A Rust-native port of Hugging Face Transformers providing ready-to-use NLP pipelines and transformer models like BERT, GPT2, and T5.

#transformer#transformer-models#deep-learning
Stars3.1k
Forks248
Last commit6 months ago
ralph-orchestrator
ralph-orchestratorRust

A hat-based orchestration framework that keeps AI agents in a loop until a task is complete, supporting multiple backends and human interaction.

#ai-agents-framework#task-automation#ai
Stars3.1k
Forks290
Last commit1 day ago
bincode
bincode

A compact binary serialization format implementation for Rust with zero-copy deserialization support.

#data-serialization#embedded#binary-encoding
Stars3.1k
Forks311
Last commit11 months ago
nix
nixRust

Rust-friendly bindings to *nix platform APIs (Linux, Darwin, etc.) with safe abstractions over libc.

#systems-programming#libc#unix
Stars3.1k
Forks763
Last commit2 months ago
Nickel
NickelRust

A simple and lightweight web framework for Rust with an Express.js-inspired API.

#expressjs-inspired#http-server#web-framework
Stars3.1k
Forks159
Last commit4 years ago
rustaceanvim
rustaceanvimLua

A Neovim plugin that supercharges Rust development with advanced rust-analyzer integration, debugging, and tooling.

#test-runner#nvim-dap#rust-lang
Stars3.1k
Forks131
Last commit1 day ago
imgui-rs
imgui-rsRust

Rust bindings for Dear ImGui, enabling immediate mode GUI development in safe Rust.

#graphics#imgui#bindings
Stars3.0k
Forks386
Last commit1 month ago
Tabiew
TabiewRust

A lightweight TUI application for viewing and querying tabular data files like CSV, Parquet, and JSON with SQL support.

#terminal-application#parquet#tui
Stars3.0k
Forks85
Last commit3 days ago
weld
weldRust

A language and runtime that optimizes performance of data-intensive applications by lazily building and optimizing computations across libraries.

#cross-library#performance-optimization#workflow-optimization
Stars3.0k
Forks252
Last commit
Glicol
GlicolRust

A graph-oriented live coding language and audio DSP library written in Rust for real-time music creation and audio development.

#webassembly#music-language#bela-board
Stars3.0k
Forks99
Last commit1 year ago
rust-protobuf
rust-protobufRust

A pure Rust implementation of Google Protocol Buffers for generating and serializing structured data.

#protocol-buffers#data-interchange#json-serialization
Stars3.0k
Forks398
Last commit10 months ago
artemis
artemisRust

A simple, modular, and fast Rust framework for building MEV bots using an event-driven pipeline architecture.

#event-driven#mev#nft
Stars3.0k
Forks575
Last commit2 years ago
tinysearch
tinysearchRust

A lightweight, fast, full-text search engine for static websites, written in Rust and compiled to WebAssembly.

#hacktoberfest#webassembly#static-websites
Stars2.9k
Forks93
Last commit5 months ago
PreviousPage 12 of 53Next

Related Tags

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
3 months ago
#Cross Platform279
#Cli Tool267
#Webassembly209
#Cli188
#Developer Tools169
#Wasm144
#Terminal134
#Rust Library126
#Performance112
#Self Hosted105
#Hacktoberfest104
#No Std97