Lightweight coding agent that runs in your terminal
lazy_static
Macro for declaring lazily-initialized static variables in Rust.
lazy_static! declares static variables initialized on first access rather than at program start. Under the hood it uses a Once primitive. It has been superseded by once_cell::sync::Lazy and the standard library's std::sync::LazyLock, but remains widely used in existing code.
Used for global singletons — compiled regex, connection pools, configuration — that need to be initialized once and safely shared across threads. New code prefers once_cell or std::LazyLock, but lazy_static remains common in existing Rust projects.
Counted from the Cargo.toml manifests of the 670 indexed repositories that declare lazy_static as a dependency — not download counts. Dependency data last verified 2026-09-16.
Crates that show up unusually often in lazy_static 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 lazy_static projects that also use it.
An open-source remote desktop application designed for self-hosting, as an alternative to TeamViewer.
CLI proxy that reduces LLM token consumption by 60-90% on common dev commands. Single Rust binary, zero dependencies
The trust-minimized, zero-knowledge bridging protocol, designed for censorship resistance, extremely high security, and usage in decentralized finance.
A lightweight coding agent for open models like Deepseek, Kimi, and Qwen
Warp is an agentic development environment, born out of the terminal.
🌴 Empowering everyone to build reliable and efficient smart contracts.
A lightning-fast search engine API bringing AI-powered hybrid search to your sites and applications.
Open source, composable payments platform | PCI compliant | SaaS and Self-host options | Enables connectivity to multiple payment, payout, fraud, vault and tokenization providers | Uplifts authorization with intelligent routing and revenue recovery | Reduce payment processing costs with cost observability | Reduces payment ops with reconciliation
A terminal workspace with batteries included
Rust-based platform for the Web
Self-hosted AI coding assistant
🚀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.
This is the Rust course used by the Android team at Google. It provides you the material to quickly teach Rust.
Rust / Wasm framework for creating reliable and efficient web applications
A syntax-highlighting pager for git, diff, grep, rg --json, and blame output
Privacy first, AI meeting assistant with 4x faster Parakeet/Whisper live transcription, speaker diarization, and Ollama summarization built on Rust. 100% local processing. no cloud required. Meetily (Meetly Ai - https://meetily.ai) is the #1 Self-hosted, Open-source Ai meeting note taker for macOS & Windows.
Search infrastructure for AI
A GPU-accelerated cross-platform terminal emulator and multiplexer written by @wez and implemented in Rust
Community-built comprehensive 2D content creation appplication for graphic design, digital art, and interactive real-time motion graphics powered by a node-based procedural graphics engine
a structural diff that understands syntax 🟥🟩
Development at the speed of light
FHEVM, a full-stack framework for integrating Fully Homomorphic Encryption (FHE) with blockchain applications
A modern replacement for ‘ls’.
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.
YC (S26) | AI that knows what you've seen, said, or heard. Records everything you do, say, hear 24/7, local, private, secure
⚡ Automatically decrypt encryptions without knowing the key or cipher, decode encodings, and crack hashes ⚡
🦔 Fast, lightweight & schema-less search backend. An alternative to Elasticsearch that runs on a few MBs of RAM.
📊 Cube Core is open-source semantic layer for AI, BI and embedded analytics
The Rust Programming Language
Open-source developer platform to power your entire infra and turn scripts into webhooks, workflows and UIs. Fastest workflow engine (13x vs Airflow). Open-source alternative to Retool and Temporal.
An interactive cheatsheet tool for the command-line
Distributed transactional key-value database, originally created to complement TiDB
Sampling profiler for Python programs
A tiling window manager for Windows 🍉
CUDA on non-NVIDIA GPUs
A lightweight and high-performance reverse proxy for NAT traversal, written in Rust. An alternative to frp and ngrok.
dbt enables data analysts and engineers to transform their data using the same practices that software engineers use to build applications.
Instant, Concurrent, Secure & Lightweight Sandbox for AI Agents.
TensorZero is an open-source LLMOps platform that unifies an LLM gateway, observability, evaluation, optimization, and experimentation.
A file server that supports static serving, uploading, searching, accessing control, webdav...
RustDesk Server Program
Run Anything
Open source Granola AI Alternative
A polyglot document intelligence framework with a Rust core. Extract text, metadata, images, and structured information from PDFs, Office documents, images, and 97+ formats. Available for Rust, Python, Ruby, Java, Go, PHP, Elixir, C#, R, C, TypeScript (Node/Bun/Wasm/Deno)- or use via CLI, REST API, or MCP server.
A polyglot document intelligence framework with a Rust core. Extract text, metadata, images, and structured information from PDFs, Office documents, images, and 97+ formats. Available for Rust, Python, Ruby, Java, Go, PHP, Elixir, C#, R, C, TypeScript (Node/Bun/Wasm/Deno)- or use via CLI, REST API, or MCP server.
Simple, Elastic-quality search for Postgres
The AI framework that adds the engineering to prompt engineering (Python/TS/Ruby/Java/C#/Rust/Go compatible)
Facilitating high-level interactions between Wasm modules and JavaScript