Updated: 2022-02-04 / Tips:English projects refer to those with documents in English, usually displayed in the readme / wiki / official website.
# | Repository | Description | Stars | Updated |
---|---|---|---|---|
1 | denoland/deno | A modern runtime for JavaScript and TypeScript. | 80131 | 2022-02-03 |
2 | rust-lang/rust | Empowering everyone to build reliable and efficient software. | 63027 | 2022-02-03 |
3 | alacritty/alacritty | A cross-platform, OpenGL terminal emulator. | 37243 | 2022-02-03 |
4 | sharkdp/bat | A cat(1) clone with wings. | 32144 | 2022-02-03 |
5 | tauri-apps/tauri | Build smaller, faster, and more secure desktop applications with a web frontend. | 30018 | 2022-02-02 |
6 | BurntSushi/ripgrep | ripgrep recursively searches directories for a regex pattern while respecting your gitignore | 29237 | 2022-01-19 |
7 | starship/starship | ☄🌌️ The minimal, blazing-fast, and infinitely customizable prompt for any shell! | 22109 | 2022-02-03 |
8 | rust-lang/rustlings | 🦀 Small exercises to get you used to reading and writing Rust code! | 21868 | 2022-01-30 |
9 | meilisearch/meilisearch | Powerful, fast, and an easy to use search engine | 21233 | 2022-02-03 |
10 | sharkdp/fd | A simple, fast and user-friendly alternative to 'find' | 20481 | 2022-02-01 |
11 | swc-project/swc | Rust-based platform for the Web | 20102 | 2022-02-03 |
12 | yewstack/yew | Rust / Wasm framework for building client web apps | 19052 | 2022-02-03 |
13 | xi-editor/xi-editor | A modern editor with a backend written in Rust. | 18980 | 2021-09-28 |
14 | firecracker-microvm/firecracker | Secure and fast microVMs for serverless computing. | 17242 | 2022-02-03 |
15 | nushell/nushell | A new type of shell | 17125 | 2022-01-25 |
16 | rome/tools | The Rome Toolchain. A linter, compiler, bundler, and more for JavaScript, TypeScript, HTML, Markdown, and CSS. | 17075 | 2022-02-03 |
17 | AppFlowy-IO/appflowy | AppFlowy is an open-source alternative to Notion. You are in charge of your data and customizations. Built with Flutter and Rust. | 16783 | 2022-02-03 |
18 | facebook/relay | Relay is a JavaScript framework for building data-driven React applications. | 16659 | 2022-02-03 |
19 | ogham/exa | A modern replacement for ‘ls’. | 16456 | 2022-02-02 |
20 | diem/diem | Diem’s mission is to build a trusted and innovative financial network that empowers people and businesses around the world. | 16337 | 2022-02-02 |
21 | SergioBenitez/Rocket | A web framework for Rust. | 16178 | 2022-01-30 |
22 | tokio-rs/tokio | A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ... | 14824 | 2022-02-03 |
23 | rustdesk/rustdesk | Yet another remote desktop software | 14783 | 2022-02-01 |
24 | dani-garcia/vaultwarden | Unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs | 14032 | 2022-02-03 |
25 | bevyengine/bevy | A refreshingly simple data-driven game engine built in Rust | 13966 | 2022-02-03 |
26 | copy/v86 | x86 virtualization in your browser, recompiling x86 to wasm on the fly | 13326 | 2022-02-03 |
27 | actix/actix-web | Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust. | 13124 | 2022-02-03 |
28 | iced-rs/iced | A cross-platform GUI library for Rust, inspired by Elm | 12721 | 2022-02-03 |
29 | valeriansaliou/sonic | 🦔 Fast, lightweight & schema-less search backend. An alternative to Elasticsearch that runs on a few MBs of RAM. | 12542 | 2021-12-01 |
30 | cube-js/cube.js | 📊 Cube — Open-Source Analytics API for Building Data Apps | 12281 | 2022-02-03 |
31 | dandavison/delta | A syntax-highlighting pager for git, diff, and grep output | 12122 | 2022-02-02 |
32 | Rigellute/spotify-tui | Spotify for the terminal written in Rust 🚀 | 11466 | 2022-02-01 |
33 | wasmerio/wasmer | 🚀 The leading WebAssembly Runtime supporting WASI and Emscripten | 11370 | 2022-02-01 |
34 | tikv/tikv | Distributed transactional key-value database, originally created to complement TiDB | 10639 | 2022-02-03 |
35 | uutils/coreutils | Cross-platform Rust rewrite of the GNU coreutils | 10576 | 2022-02-03 |
36 | RustPython/RustPython | A Python Interpreter written in Rust | 10506 | 2022-02-03 |
37 | sharkdp/hyperfine | A command-line benchmarking tool | 10201 | 2022-02-03 |
38 | kitao/pyxel | A retro game engine for Python | 9384 | 2022-01-31 |
39 | ruffle-rs/ruffle | A Flash Player emulator written in Rust | 9340 | 2022-02-03 |
40 | hyperium/hyper | An HTTP library for Rust | 9131 | 2022-02-01 |
41 | vectordotdev/vector | A high-performance observability data pipeline. | 9067 | 2022-02-03 |
42 | rust-lang/book | The Rust Programming Language | 8632 | 2022-02-03 |
43 | rust-analyzer/rust-analyzer | A Rust compiler front-end for IDEs | 8403 | 2022-02-03 |
44 | getzola/zola | A fast static site generator in a single binary with everything built-in. https://www.getzola.org | 8105 | 2022-02-01 |
45 | BurntSushi/xsv | A fast CSV command line toolkit written in Rust. | 7937 | 2021-08-24 |
46 | diesel-rs/diesel | A safe, extensible ORM and Query Builder for Rust | 7924 | 2022-02-03 |
47 | benfred/py-spy | Sampling profiler for Python programs | 7907 | 2022-01-27 |
48 | rust-lang/cargo | The Rust package manager | 7790 | 2022-02-03 |
49 | clap-rs/clap | A full featured, fast Command Line Argument Parser for Rust | 7770 | 2022-02-03 |
50 | amethyst/amethyst | Data-oriented and data-driven game engine written in Rust | 7753 | 2021-12-06 |
51 | tree-sitter/tree-sitter | An incremental parsing system for programming tools | 7624 | 2022-02-03 |
52 | emilk/egui | egui: an easy-to-use immediate mode GUI in Rust that runs on both web and native | 7246 | 2022-02-03 |
53 | extrawurst/gitui | Blazing 💥 fast terminal-ui for git written in rust 🦀 | 7226 | 2022-02-02 |
54 | solana-labs/solana | Web-Scale Blockchain for fast, secure, scalable, decentralized apps and marketplaces. | 7179 | 2022-02-03 |
55 | rust-lang/rust-clippy | A bunch of lints to catch common mistakes and improve your Rust code | 6990 | 2022-02-02 |
56 | Peltoche/lsd | The next gen ls command | 6977 | 2022-01-26 |
57 | actix/actix | Actor framework for Rust. | 6864 | 2021-11-22 |
58 | imsnif/bandwhich | Terminal bandwidth utilization tool | 6853 | 2022-01-16 |
59 | bytecodealliance/wasmtime | Standalone JIT-style runtime for WebAssembly, using Cranelift | 6720 | 2022-02-03 |
60 | citybound/citybound | A work-in-progress, open-source, multi-player city simulation game. | 6712 | 2021-08-10 |
61 | Schniz/fnm | 🚀 Fast and simple Node.js version manager, built in Rust | 6689 | 2022-02-03 |
62 | Canop/broot | A new way to see and navigate directory trees : https://dystroy.org/broot | 6598 | 2022-01-31 |
63 | sharkdp/hexyl | A command-line hex viewer | 6586 | 2022-01-19 |
64 | paritytech/substrate | Substrate: The platform for blockchain innovators | 6511 | 2022-02-03 |
65 | a-b-street/abstreet | Transportation planning and traffic simulation software for creating cities friendlier to walking, biking, and public transit | 6417 | 2022-02-03 |
66 | fdehau/tui-rs | Build terminal user interfaces and dashboards using Rust | 6382 | 2022-01-31 |
67 | neon-bindings/neon | Rust bindings for writing safe and fast native Node.js modules. | 6341 | 2022-01-26 |
68 | jpochyla/psst | Fast and multi-platform Spotify client with native GUI | 6340 | 2022-01-25 |
69 | Geal/nom | Rust parser combinator framework | 6176 | 2022-01-29 |
70 | microsoft/windows-rs | Rust for Windows | 6152 | 2022-02-03 |
71 | rayon-rs/rayon | Rayon: A data parallelism library for Rust | 6149 | 2022-01-08 |
72 | XAMPPRocky/tokei | Count your code, quickly. | 6141 | 2022-02-01 |
73 | qarmin/czkawka | Multi functional app to find duplicates, empty folders, similar images etc. | 6134 | 2022-02-02 |
74 | neovide/neovide | No Nonsense Neovim Client in Rust | 6129 | 2022-02-03 |
75 | bottlerocket-os/bottlerocket | An operating system designed for hosting containers | 6054 | 2022-02-03 |
76 | iron/iron | An Extensible, Concurrent Web Framework for Rust | 6020 | 2021-08-21 |
77 | seanmonstar/warp | A super-easy, composable, web server framework for warp speeds. | 5890 | 2022-01-27 |
78 | LemmyNet/lemmy | 🐀 Building a federated link aggregator in rust | 5870 | 2022-02-02 |
79 | quickwit-oss/tantivy | Tantivy is a full-text search engine library inspired by Apache Lucene and written in Rust | 5843 | 2022-02-03 |
80 | Spotifyd/spotifyd | A spotify daemon | 5838 | 2022-01-27 |
81 | orf/gping | Ping, but with a graph | 5759 | 2022-01-17 |
82 | cloudflare/quiche | 🥧 Savoury implementation of the QUIC transport protocol and HTTP/3 | 5672 | 2022-02-03 |
83 | linebender/druid | A data-first Rust-native UI design toolkit. | 5645 | 2022-01-23 |
84 | helix-editor/helix | A post-modern modal text editor. | 5601 | 2022-02-03 |
85 | RustScan/RustScan | 🤖 The Modern Port Scanner 🤖 | 5593 | 2022-01-24 |
86 | svenstaro/genact | 🌀 A nonsense activity generator | 5569 | 2022-02-02 |
87 | spacejam/sled | the champagne of beta embedded databases | 5568 | 2022-01-31 |
88 | mgdm/htmlq | Like jq, but for HTML. | 5451 | 2022-01-03 |
89 | launchbadge/sqlx | 🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, SQLite, and MSSQL. | 5323 | 2022-02-02 |
90 | PyO3/pyo3 | Rust bindings for the Python interpreter | 5319 | 2022-02-02 |
91 | ajeetdsouza/zoxide | A smarter cd command. Supports all major shells. | 5257 | 2022-02-01 |
92 | paritytech/polkadot | Polkadot Node Implementation | 5257 | 2022-02-03 |
93 | huggingface/tokenizers | 💥 Fast State-of-the-Art Tokenizers optimized for Research and Production | 5210 | 2022-02-03 |
94 | serde-rs/serde | Serialization framework for Rust | 5088 | 2022-01-25 |
95 | volta-cli/volta | Volta: JS Toolchains as Code. ⚡ | 5081 | 2022-02-03 |
96 | seanmonstar/reqwest | An easy and powerful Rust HTTP Client | 5077 | 2022-02-02 |
97 | pemistahl/grex | A command-line tool and library for generating regular expressions from user-provided test cases | 5032 | 2022-01-19 |
98 | fschutt/azul | Desktop GUI Framework | 5004 | 2022-02-03 |
99 | mimblewimble/grin | Minimal implementation of the Mimblewimble protocol. | 4912 | 2022-01-28 |
100 | rustwasm/wasm-bindgen | Facilitating high-level interactions between Wasm modules and JavaScript | 4841 | 2022-01-31 |
101 | tokio-rs/mio | Metal IO library for Rust | 4681 | 2021-12-25 |
102 | zellij-org/zellij | A terminal workspace with batteries included | 4639 | 2022-02-02 |
103 | hyperium/tonic | A native gRPC client & server implementation with async/await support. | 4620 | 2022-02-02 |
104 | Y2Z/monolith | ⬛️ CLI tool for saving complete web pages as a single HTML file | 4511 | 2021-12-06 |
105 | rust-lang/rustup | The Rust toolchain installer | 4467 | 2022-01-31 |
106 | casey/just | 🤖 Just a command runner | 4454 | 2022-02-02 |
107 | pola-rs/polars | Fast multi-threaded DataFrame library in Rust Python Node.js | 4436 | 2022-02-03 |
108 | lapce/lapce | Lightning-fast and Powerful Code Editor written in Rust | 4345 | 2022-02-03 |
109 | graphql-rust/juniper | GraphQL server library for Rust | 4297 | 2022-02-02 |
110 | crossbeam-rs/crossbeam | Tools for concurrent programming in Rust | 4292 | 2022-01-23 |
111 | EmbarkStudios/rust-gpu | 🐉 Making Rust a first-class language and ecosystem for GPU shaders 🚧 | 4248 | 2022-01-29 |
112 | anordal/shellharden | The corrective bash syntax highlighter | 4168 | 2022-01-16 |
113 | rust-lang/futures-rs | Zero-cost asynchronous programming in Rust | 4152 | 2022-01-30 |
114 | rust-lang/rustfmt | Format Rust code | 4131 | 2022-02-02 |
115 | federico-terzi/espanso | Cross-platform Text Expander written in Rust | 4072 | 2022-01-17 |
116 | bytecodealliance/lucet | Lucet, the Sandboxing WebAssembly Compiler. | 4044 | 2022-01-21 |
117 | pretzelhammer/rust-blog | Educational blog posts for Rust beginners | 4031 | 2021-12-31 |
118 | PistonDevelopers/piston | A modular game engine written in Rust | 4016 | 2021-11-03 |
119 | mit-pdos/noria | Fast web applications through dynamic, partially-stateful dataflow | 4006 | 2021-10-30 |
120 | rustwasm/wasm-pack | 📦✨ your favorite rust -> wasm workflow tool! | 3964 | 2022-01-16 |
121 | sharkdp/pastel | A command-line tool to generate, analyze, convert and manipulate colors | 3957 | 2022-01-23 |
122 | cloudflare/boringtun | Userspace WireGuard® Implementation in Rust | 3858 | 2021-12-21 |
123 | ogham/dog | A command-line DNS client. | 3827 | 2021-10-08 |
124 | nannou-org/nannou | A Creative Coding Framework for Rust. | 3804 | 2022-01-25 |
125 | gfx-rs/wgpu | Safe and portable GPU abstraction in Rust, implementing WebGPU API. | 3776 | 2022-02-03 |
126 | o2sh/onefetch | Git repository summary on your terminal | 3740 | 2022-01-31 |
127 | orhun/git-cliff | A highly customizable Changelog Generator that follows Conventional Commit specifications ⛰️ | 3689 | 2022-01-31 |
128 | tkellogg/dura | You shouldn't ever lose your work if you're using Git | 3646 | 2022-01-31 |
129 | vi/websocat | Command-line client for WebSockets, like netcat (or curl) for ws:// with advanced socat-like functions | 3618 | 2021-12-26 |
130 | http-rs/tide | Fast and friendly HTTP server framework for async Rust | 3595 | 2022-01-23 |
131 | gleam-lang/gleam | ⭐️ A friendly language for building type-safe, scalable systems! | 3571 | 2022-01-28 |
132 | cantino/mcfly | Fly through your shell history. Great Scott! | 3552 | 2022-02-03 |
133 | MaterializeInc/materialize | Materialize simplifies application development with streaming data. Incrementally-updated materialized views - in PostgreSQL and in real time. Materialize is powered by Timely Dataflow. | 3551 | 2022-02-03 |
134 | redox-os/orbtk | The Rust UI-Toolkit. | 3523 | 2022-02-03 |
135 | ClementTsang/bottom | Yet another cross-platform graphical process/system monitor. | 3510 | 2022-02-03 |
136 | bootandy/dust | A more intuitive version of du in rust | 3482 | 2022-01-03 |
137 | tensorflow/rust | Rust language bindings for TensorFlow | 3479 | 2022-01-19 |
138 | rust-lang/rls | Repository for the Rust Language Server (aka RLS) | 3471 | 2022-01-26 |
139 | indygreg/PyOxidizer | A modern Python application packaging and distribution tool | 3456 | 2022-01-31 |
140 | toshi-search/Toshi | A full-text search engine in rust | 3445 | 2022-02-02 |
141 | dtolnay/cxx | Safe interop between Rust and C++ | 3423 | 2022-01-30 |
142 | tokio-rs/axum | Ergonomic and modular web framework built with Tokio, Tower, and Hyper | 3393 | 2022-02-01 |
143 | autozimu/LanguageClient-neovim | Language Server Protocol (LSP) support for vim and neovim. | 3380 | 2021-10-28 |
144 | chyyuu/os_kernel_lab | OS kernel labs based on Rust/C Lang & RISC-V 64/X86-32 | 3380 | 2021-11-20 |
145 | tock/tock | A secure embedded operating system for microcontrollers | 3371 | 2022-02-03 |
146 | racer-rust/racer | Rust Code Completion utility | 3317 | 2022-01-15 |
147 | FyroxEngine/Fyrox | 3D and 2D game engine written in Rust | 3284 | 2022-02-03 |
148 | PistonDevelopers/conrod | An easy-to-use, 2D GUI library written entirely in Rust. | 3249 | 2022-01-17 |
149 | containers/youki | A container runtime written in Rust | 3223 | 2022-02-03 |
150 | wez/wezterm | A GPU-accelerated cross-platform terminal emulator and multiplexer written by @wez and implemented in Rust | 3222 | 2022-02-03 |
151 | koute/stdweb | A standard library for the client-side Web | 3205 | 2021-08-10 |
152 | datafuselabs/databend | An elastic and reliable Serverless Data Warehouse, offers Blazing Fast Query and combines Elasticity, Simplicity, Low cost of the Cloud, built to make the Data Cloud easy | 3193 | 2022-02-03 |
153 | rustls/rustls | A modern TLS library in Rust | 3187 | 2022-01-30 |
154 | ggez/ggez | Rust library to create a Good Game Easily | 3163 | 2022-02-02 |
155 | reacherhq/check-if-email-exists | Check if an email address exists without sending any email, written in Rust. | 3157 | 2022-01-31 |
156 | jhspetersson/fselect | Find files with SQL-like queries | 3155 | 2022-02-03 |
157 | seed-rs/seed | A Rust framework for creating web apps | 3142 | 2021-12-18 |
158 | async-rs/async-std | Async version of the Rust standard library | 3137 | 2021-11-29 |
159 | rusterlium/rustler | Safe Rust bridge for creating Erlang NIF functions | 3101 | 2022-01-27 |
160 | flaneur2020/pua-lang | a dialect of The Monkey Programming Language | 3081 | 2021-12-05 |
161 | Byron/gitoxide | An idiomatic, lean, fast & safe pure Rust implementation of Git | 3079 | 2022-02-03 |
162 | ivanceras/svgbob | Convert your ascii diagram scribbles into happy little SVG | 3068 | 2021-12-28 |
163 | lotabout/skim | Fuzzy Finder in rust! | 3065 | 2021-11-24 |
164 | vulkano-rs/vulkano | Safe and rich Rust wrapper around the Vulkan API | 3042 | 2022-02-03 |
165 | jmacdonald/amp | A complete text editor for your terminal. | 3040 | 2022-01-25 |
166 | svenstaro/miniserve | 🌟 For when you really just want to serve some files over HTTP right now! | 3015 | 2022-02-02 |
167 | sixtyfpsui/sixtyfps | SixtyFPS is a toolkit to efficiently develop fluid graphical user interfaces for any display: embedded devices and desktop applications. We support multiple programming languages, such as Rust, C++ or ... | 2945 | 2022-02-03 |
168 | nuta/kerla | A new operating system kernel with Linux binary compatibility written in Rust. | 2932 | 2022-02-02 |
169 | google/evcxr | - | 2931 | 2022-01-16 |
170 | RedisJSON/RedisJSON | RedisJSON - a JSON data type for Redis | 2907 | 2022-02-03 |
171 | chmln/sd | Intuitive find & replace CLI (sed alternative) | 2896 | 2022-01-02 |
172 | tonarino/innernet | A private network system that uses WireGuard under the hood. | 2867 | 2022-02-02 |
173 | pest-parser/pest | The Elegant Parser | 2859 | 2022-01-06 |
174 | servo/pathfinder | A fast, practical GPU rasterizer for fonts and vector graphics | 2819 | 2022-01-24 |
175 | librespot-org/librespot | Open Source Spotify client library | 2816 | 2022-02-03 |
176 | watchexec/watchexec | Executes commands in response to file modifications | 2813 | 2022-01-31 |
177 | glium/glium | Safe OpenGL wrapper for the Rust language. | 2782 | 2022-01-19 |
178 | cloudflare/wrangler | 🤠 wrangle your Cloudflare Workers | 2749 | 2022-02-02 |
179 | gyscos/cursive | A Text User Interface library for the Rust programming language | 2686 | 2022-01-27 |
180 | serde-rs/json | Strongly typed JSON library for Rust | 2678 | 2022-01-29 |
181 | curlpipe/ox | An independent Rust text editor that runs in your terminal! | 2666 | 2021-09-17 |
182 | Morganamilo/paru | Feature packed AUR helper | 2652 | 2022-02-02 |
183 | hrkfdn/ncspot | Cross-platform ncurses Spotify client written in Rust, inspired by ncmpc and the likes. | 2632 | 2022-02-03 |
184 | image-rs/image | Encoding and decoding images in Rust | 2630 | 2022-01-31 |
185 | krustlet/krustlet | Kubernetes Rust Kubelet | 2624 | 2022-01-24 |
186 | cross-rs/cross | “Zero setup” cross compilation and “cross testing” of Rust crates | 2610 | 2022-02-01 |
187 | mozilla/sccache | sccache is ccache with cloud storage | 2606 | 2022-02-03 |
188 | dtolnay/anyhow | Flexible concrete Error type built on std::error::Error | 2590 | 2022-01-22 |
189 | artichoke/artichoke | 💎 Artichoke is a Ruby made with Rust | 2590 | 2022-02-02 |
190 | nrc/r4cppp | Rust for C++ programmers | 2589 | 2022-01-31 |
191 | stacks-network/stacks-blockchain | The Stacks 2.0 blockchain implementation | 2587 | 2022-02-03 |
192 | ducaale/xh | Friendly and fast tool for sending HTTP requests | 2585 | 2022-02-02 |
193 | dalance/procs | A modern replacement for ps written in Rust | 2579 | 2022-02-03 |
194 | boa-dev/boa | Boa is an embeddable and experimental Javascript engine written in Rust. Currently, it has support for some of the language. | 2574 | 2022-02-03 |
195 | servo/webrender | A GPU-based renderer for the web | 2550 | 2022-02-03 |
196 | Nukesor/pueue | 🌠 Manage your shell commands. | 2536 | 2022-02-02 |
197 | dimforge/nalgebra | Linear algebra library for Rust. | 2531 | 2022-02-03 |
198 | MaxBittker/sandspiel | Creative cellular automata browser game | 2507 | 2022-02-03 |
199 | rusoto/rusoto | AWS SDK for Rust | 2504 | 2021-12-30 |
200 | gluon-lang/gluon | A static, type inferred and embeddable language written in Rust. | 2498 | 2022-01-18 |
↓ -- Thanks -- ↓
If it is helpful to you, please star it for easy browsing. Thanks for your support!