An open-source remote desktop application designed for self-hosting, as an alternative to TeamViewer.
parking_lot
Fast mutex and synchronization primitives for Rust.
parking_lot provides Mutex, RwLock, Condvar, and Once implementations that outperform std::sync equivalents under most workloads. They use a compact 1-byte Mutex state and a custom thread-parking mechanism that avoids kernel transitions on uncontended paths.
Used in performance-sensitive code with frequent locking — servers, databases, caches, and runtime internals. The parking_lot::Mutex is a near drop-in replacement for std::sync::Mutex with better throughput under contention.
Counted from the Cargo.toml manifests of the 858 indexed repositories that declare parking_lot as a dependency — not download counts. Dependency data last verified 2026-08-13.
Crates that show up unusually often in parking_lot projects. The most distinctive pairings rank first — crates these projects use far more than the average indexed Rust project does, not just crates that are popular everywhere. Each percentage is the share of parking_lot projects that also use it.
A modern runtime for JavaScript and TypeScript.
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
A cross-platform, OpenGL terminal emulator.
Warp is an agentic development environment, born out of the terminal.
🌴 Empowering everyone to build reliable and efficient smart contracts.
☄🌌️ The minimal, blazing-fast, and infinitely customizable prompt for any shell!
Rust full node implementation of the Fuel v2 protocol.
A markup-based typesetting system that is powerful and easy to learn.
A post-modern modal text editor.
💥 Blazing fast terminal file manager written in Rust, based on async I/O.
DeepSeek + MiMo coding agent in terminal
A new type of shell
Extremely fast Query Engine for DataFrames, written in Rust
Spacedrive is an open source cross-platform file explorer, powered by a virtual distributed filesystem written in Rust.
Lightning-fast and Powerful Code Editor written in Rust
Fullstack app framework for web, desktop, and mobile.
Servo aims to empower developers with a lightweight, high-performance alternative for embedding web technologies in applications.
Your Personal AI super intelligence. Private, Simple and extremely powerful.
Rust-based platform for the Web
Qdrant - High-performance, massive-scale Vector Database and Vector Search Engine for the next generation of AI. Also available in the cloud https://cloud.qdrant.io/
A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...
A scalable, distributed, collaborative, document-graph database, for the realtime web
Fast, small, and fully autonomous AI personal assistant infrastructure, any OS, any platform — deploy anywhere, swap anything 🦀
Scalable datastore for metrics, events, and real-time analytics
✨ Making your shell magical
🚀2.3x faster than MinIO for 4KB object payloads. RustFS is an open-source, S3-compatible high-performance object storage system supporting migration and coexistence with other S3-compatible platforms such as MinIO and Ceph.
egui: an easy-to-use immediate mode GUI in Rust that runs on both web and native
Search infrastructure for AI
A GPU-accelerated cross-platform terminal emulator and multiplexer written by @wez and implemented in Rust
A hive mind communication platform
A hive mind communication platform
A library for building fast, reliable and evolvable network services.
A toolchain for web projects, aimed to provide functionalities to maintain them. Biome offers formatter and linter, usable via CLI and LSP.
Development at the speed of light
SpaceXAI's coding agent harness and TUI. Fullscreen, mouse interactive, extensible.
Turso is an in-process SQL database, compatible with SQLite.
Neon: Serverless Postgres. We separated storage and compute to offer autoscaling, code-like database branching, and scale to zero.
A high-performance observability data pipeline.
A Python Interpreter written in Rust
Adds static typing to JavaScript to improve developer productivity and code quality.
The GitButler version control client, backed by Git, powered by Tauri/Rust/Svelte
Build fast web applications with Rust.
YC (S26) | AI that knows what you've seen, said, or heard. Records everything you do, say, hear 24/7, local, private, secure
🚀 Fast, secure, lightweight containers based on WebAssembly
Relay is a JavaScript framework for building data-driven React applications.
A cross-platform, safe, pure-Rust graphics API.
The Fully Customizable Desktop Environment for Windows 10/11.
Distributed transactional key-value database, originally created to complement TiDB