BROWSE A-Z
All 305,250 crates, alphabetically
Data as of 2026-07-25 (crates.io database dump, timestamp 2026-07-25T02:00:36Z). Source: crates.io · db-dump.tar.gz · methodology & corrections.
rlx-qwen3Qwen3 decoder LM for RLX821GPL-3.0-only
rlx-qwen3-asrQwen3-ASR speech recognition for RLX (Qwen3-Omni audio encoder + Qwen3 decoder)64GPL-3.0-only
rlx-qwen3-ttsQwen3-TTS for RLX — talker (Qwen3-shaped) + code predictor + 12Hz codec path153GPL-3.0-only
rlx-qwen3-tts-trainRLX MLX/Metal LoRA training for Qwen3-TTS talker (JFK custom voice)80GPL-3.0-only
rlx-qwen3-vlQwen3-VL runner (vision + Qwen3 MoE LM) — STUB (PLAN.md M7)121GPL-3.0-only
rlx-qwen35Qwen3.5 / Qwen3.6 hybrid trunk for RLX666GPL-3.0-only
rlx-rlFlow-map generative policies with Flow Map Q-Guidance (FMQ) and QGBS for RLX.196GPL-3.0-only
rlx-rocmAMD ROCm/HIP backend — same .cu kernel sources as rlx-cuda, dispatched via HIP.1,172GPL-3.0-only
rlx-runtimeRLX runtime — feature-gated backends, session API, compile+execute pipeline2,579GPL-3.0-only
rlx-samSegment Anything Model (SAM v1) for RLX240GPL-3.0-only
rlx-sam-irShared SAM / SAM2 mask-decoder IR helpers271GPL-3.0-only
rlx-sam2SAM 2 (Hiera) for RLX172GPL-3.0-only
rlx-sam3SAM 3 for RLX168GPL-3.0-only
rlx-serveOpenAI-compatible HTTP server for RLX language models18GPL-3.0-only
rlx-snacSNAC multi-scale neural audio codec (hubertsiuzdak/snac) for RLX — multi-backend36GPL-3.0-only
rlx-sparseSparse linear algebra for RLX — CSR LU, mat-vec, Conjugate Gradient. Downstream package; registers against rlx's custom-op…250GPL-3.0-only
rlx-speechtokenizerSpeechTokenizer (fnlp/SpeechTokenizer) RVQ speech codec for RLX — multi-backend36GPL-3.0-only
rlx-splat3D Gaussian splatting for RLX — scene types, reference pipeline, IR builders, and CPU execution.117GPL-3.0-only
rlx-ssmState-space model flow stages and custom IR ops (Mamba scan, Mamba1/2 step, LFM, Lightning) for RLX model runners328GPL-3.0-only
rlx-tensorNative ndarray alternative for RLX — NumPy-style tensors that trace, fuse, and run on any backend via the rlx compiler519GPL-3.0-only
rlx-textRLX text — tokenizer wrappers, chat templates, sampling. Public surface for downstream LM apps.1,232GPL-3.0-only
rlx-tiny-ttsTinyTTS English text-to-speech (VITS2/MeloTTS, 44.1 kHz) for RLX — all backends37GPL-3.0-only
rlx-tinyllamaTinyLlama-1.1B causal LM runner (Llama-shaped; TinyLlama/TinyLlama-1.1B-Chat-v1.0)19GPL-3.0-only
rlx-torch-importPyTorch (torch.export) → RLX HIR import: aten→rlx op registry, runnable bundle + generated crate35GPL-3.0-only
rlx-tpuGoogle TPU backend — drives libtpu's PJRT plugin from Rust.513GPL-3.0-only
rlx-tsacFabrice Bellard TSAC very-low-bitrate audio codec (44.1 kHz) for RLX45GPL-3.0-only
rlx-tuneGeneric LoRA/DoRA fine-tuning for RLX models (adapters, datasets, fuse)17GPL-3.0-only
rlx-umapParametric UMAP on RLX — full fit/transform API and k-NN building blocks.242GPL-3.0-only
rlx-unfuseShared IR-level unfusion/decompose pass for the GPU-family backends (CUDA/ROCm/wgpu), parameterized by a per-backend…29GPL-3.0-only
rlx-vadVoice activity detection (Earshot + Silero) on RLX134GPL-3.0-only
rlx-vibevoiceVibeVoice (microsoft/VibeVoice) acoustic σ-VAE codec for RLX — multi-backend ConvNeXt decoder32GPL-3.0-only
rlx-visionNomicVision encoder graphs for RLX212GPL-3.0-only
rlx-vjepa2V-JEPA 2 video encoder for RLX253GPL-3.0-only
rlx-vlm-baseShared vision-language base types for RLX VLM/Omni runners (PLAN.md M7)243GPL-3.0-only
rlx-voxtralMistral Voxtral speech LM for RLX (Whisper encoder + Llama decoder)122GPL-3.0-only
rlx-voxtral-ttsMistral Voxtral-4B-TTS for RLX — codec decoder + acoustic head (vLLM-Omni port)146GPL-3.0-only
rlx-voxtral-tts-trainRLX autodiff training for Voxtral voice cloning — codec encoder + LoRA65GPL-3.0-only
rlx-vqFused vector-quantization kernel for RLX — nearest-codebook assignment (cdist→argmin) that beats the matmul+argmin composition.…46GPL-3.0-only
rlx-vulkanNative Vulkan compute backend for RLX (raw `ash` + embedded SPIR-V compute kernels)167GPL-3.0-only
rlx-wav2vec2-asrWav2Vec2 CTC forced alignment for WhisperX-style word timestamps56GPL-3.0-only
rlx-wav2vec2-bertWav2Vec2-BERT speech encoder for RLX257GPL-3.0-only
rlx-wavtokenizerWavTokenizer (novateur/WavTokenizer) single-token codec for RLX — multi-backend Vocos decoder33GPL-3.0-only
rlx-webWebAssembly entry point for RLX — run models in the browser (CPU backend; WebGPU device bring-up)72GPL-3.0-only
rlx-webglWebGL2 GPGPU backend for RLX — render-to-texture execution of IR graphs in the browser (forward + backward)78GPL-3.0-only
rlx-wgpuCross-platform GPU backend for RLX via wgpu (Metal/Vulkan/DX12/WebGPU)1,245GPL-3.0-only
rlx-whisperOpenAI Whisper ASR for RLX346GPL-3.0-only
rlx-xcodecXCodec2 (HKUSTAudio/xcodec2) decoder for RLX — multi-backend RoFormer-Vocos decoder30GPL-3.0-only
rlxcA simple tool to interact with LXC containers1,630non-standard
rlyRun shell commands concurrently with ease. Currently only a CLI tool.3,039Apache-2.0
rlyxrlyx is a fast release manager that automatically bumps versions, creates changelogs, tags commits, and publishes GitHub releases…267MIT
rlzRelative Lempel-Ziv (RLZ): a LZ based compressor against a large static dictionary3,003MIT
rmrandomness40,725MIT OR Apache-2.0
rm-backupA minimal command line tool to backup any files you `rm`.1,530MIT OR Apache-2.0
rm-commentsSafely and quickly strip unwanted comments from source files.63MIT
rm-configConfig library for rustmission9,232GPL-3.0-or-later
rm-frameA Rust implementation of DJI RoboMaster Protocol, including frame parsing and link management.50MIT OR Apache-2.0
rm-frust5-apiA rust wrapper of the HDF5 crate for handling Oxford Nanopore Technologies FAST5 files.5,164MIT
rm-improvedrip: a safe and ergonomic alternative to rm53,518GPL-3.0+
rm-linesBinary parser for the reMarkable lines (.rm) file format1,558MIT OR Apache-2.0
rm-lisaA logging library for rem-verse, with support for inputs, tasks, and more.1,395MIT
rm-nodeDelete node_modules, package-lock.json and/or yarn.lock quickly and asynchronously on all platforms2,751MIT
rm-rsA cross-platform alternative to `rm`5,015MIT
rm-sharedshared things for rustmission7,131GPL-3.0-or-later
rm1asmMICRO-1 assembler written in Rust4,816MIT
rm1masmMICRO-1 micro assembler written in Rust4,873MIT
rm690b0-rsA Rust driver for the RM690B0 display controller774MIT OR Apache-2.0
rm_3Remove files484MIT
rm_ds_storeCommand line tool to help delete Mac OS DS_Stroe files.3,851MIT OR Apache-2.0
rm_engineMy engine for risk-management906MIT
rm_ormMongodb ORM in Rust1,267MIT OR Apache-2.0
rm_orm_deriveMacros for rspark1,248MIT OR Apache-2.0
rm_rfForce-remove a file/directory and all descendants165,887MIT OR Apache-2.0 OR CC0-1.0
rm_zero_widthrm_zero_width2,325MulanPSL-2.0
rmaRare, high-performance mathematical algorithms for Rust.2,342MIT OR Apache-2.0
rma-aiAI-powered vulnerability detection for Qryon565MIT OR Apache-2.0
rma-analyzerCode analysis and security scanning for Qryon775MIT OR Apache-2.0
rma-cliQryon - Ultra-fast code intelligence and security analyzer for polyglot projects338MIT OR Apache-2.0
rma-commonCommon types and utilities for Qryon1,322MIT OR Apache-2.0
rma-daemonBackground daemon and API server for Qryon481MIT OR Apache-2.0
rma-indexerTantivy/Sled based indexing for Qryon610MIT OR Apache-2.0
rma-kineticsRMA Kinetic Models74MIT
rma-kinetics-deriveRMA Kinetic Models190MIT
rma-lspLanguage Server Protocol implementation for Qryon - provides IDE integration for security analysis120MIT OR Apache-2.0
rma-parserTree-sitter based polyglot parser for Qryon1,130MIT OR Apache-2.0
rma-pluginsWASM plugin system for custom analysis rules592MIT OR Apache-2.0
rma-rulesRule engine for Qryon - loads and executes security rules from YAML (Semgrep-compatible)1,419MIT
rmachineA simple 32-bit RISC CPU emulator and assembler276MIT OR Apache-2.0
rmacroAn internal tool for the r-series of computational crates. It handles defining expressions at build time with a macro.1,442MIT
rmakeA simple task runner like make46,032MIT
rmallcross platform cli for deleting multiple things at once1,481MIT
rmallocrandomized malloc4,2430BSD
rmanParser for Riot Manifest file format.5,447MIT OR Apache-2.0
rmapCodebase map CLI: brace-tree of files and Rust items, with focused module/file drill-down.270MIT
rmapiA command line client for the reMarkable Cloud API1,516NCSA
rmarshalDocument remarshaller.2,826MIT
rmatRust library minimal implementation of two-dimensional matrix algebra2,206MIT OR Apache-2.0
rmathA rust math library10,231Apache-2.0
rmath-cliA simple cli calculator1,493MIT
rmath-rscollection of GLSL/HLSL-like vector math to make software-rendering more convenient1,521CC0-1.0
rmathlibA Rust Port of R's C Library of Special Functions2,668GPL-2.0-or-later
rMathsMaths library made for Rust developers with ❤2,316non-standard
rmatrixMatrix like animation running in terminal4,553MIT
rmatrix_ksmatrix and some algebra in Rust27,899AGPL-3.0-or-later
rmatte-hello-rustFirst Rust project1,115MIT OR Apache-2.0
rmbrmb is a command line tool to save and execute repeatable commands.3,789non-standard
rmbeA Rust implementation of the AMBE+2 voice codec used in P25 Phase II24MIT
rmbgRust interface for BRIA Background Removal v1.4 Model Library2,632non-standard
rmbrRust Crate for RMBR: An open-source schoolwork/homework planner build with the student life in mind.1,812MIT
rmbrrFast parallel directory deletion with cross-platform support222MIT OR Apache-2.0
rmbsRemove any fluff, corporate speak, or other bullshit from input text and print the TL;DR essence of what's being said, using the…1,211non-standard
rmca tool to move and copy files1,640MIT
rmclA fully featured Minecraft TUI launcher96GPL-3.0-only
rmclientA command line client for the reMarkable Cloud API1,247NCSA
rmcmcRMCMC is a Bayesian statistics toolkit with implements, among other algorithms, Markov-Chain-Monte-Carlo.1,850MIT
rmcpRust SDK for Model Context Protocol17,193,950Apache-2.0
rmcp-actix-webactix-web transport implementations for RMCP (Rust Model Context Protocol)195,630MIT
rmcp-agentA library that extends langchain-rust with support for Model Context Protocol (MCP) tool integration and streaming tool execution…2,440MIT
rmcp-audioMCP server for cross-platform system audio control (volume, mute)26MIT
rmcp-batteryCross-platform MCP server for battery/power information24MIT
rmcp-bluerMCP server for Bluetooth control via BlueZ (Linux)25MIT
rmcp-bluetoothCross-platform MCP server for Bluetooth device information22MIT
rmcp-breakrsMCP server for breakrs - AI-powered desktop notifications and reminders25MIT
rmcp-brightnessMCP server for screen brightness control (Linux/Windows)23MIT
rmcp-cameraCross-platform webcam MCP server25MIT
rmcp-clipboardMCP server for system clipboard access25MIT
rmcp-dbusMCP server for generic D-Bus access (Linux)23MIT
rmcp-displayCross-platform MCP server for display/monitor information39MIT
rmcp-gitCross-platform MCP server for Git repository information45MIT
rmcp-i3MCP server for i3 window manager control42MIT
rmcp-idleCross-platform MCP server for user idle time detection25MIT
rmcp-in-process-transportIn-process transport implementation for RMCP5,025MIT OR Apache-2.0
rmcp-logindMCP server for systemd-logind power management (Linux)24MIT
rmcp-macrosRust SDK for Model Context Protocol macros library16,534,721Apache-2.0
rmcp-memexRAG/memory MCP server with LanceDB vector storage436MIT OR Apache-2.0
rmcp-microphoneCross-platform microphone capture MCP server23MIT
rmcp-mprisMCP server for controlling media players via MPRIS (Linux)24MIT
rmcp-muxTransport multiplexer for Rust MCP servers — tray, proxy, and runtime supervisor115MIT OR Apache-2.0
rmcp-networkCross-platform MCP server for network interface information24MIT
rmcp-ollamaMCP server for Ollama local LLM management25MIT
rmcp-openMCP server for opening files/URLs with system default applications23MIT
rmcp-openapiLibrary for converting OpenAPI specifications to MCP tools125,217MIT
rmcp-openapi-serverMCP server executable for OpenAPI specifications6,942MIT
rmcp-postgresPostgreSQL MCP server built with rmcp - query, insert, update, delete, and schema inspection tools34MIT
rmcp-presenceUnified MCP server for AI environmental awareness - 160 tools, 8 composites, lean defaults51MIT
rmcp-printersMCP server for cross-platform printer management24MIT
rmcp-proxyA Rust bidirectional MCP proxy between stdio and SSE3,733MIT
rmcp-pulseaudioMCP server for PulseAudio per-app volume control (Linux)22MIT
rmcp-screenshotMCP server for cross-platform screenshots23MIT
rmcp-sensorsCross-platform environmental awareness MCP server suite - system info, displays, idle time, network, USB, battery, bluetooth,…28MIT
rmcp-server-builderComposable MCP server builder for zero-boilerplate capability composition28,842MIT
rmcp-server-kitReusable MCP server framework with auth, RBAC, and Streamable HTTP transport (built on the rmcp SDK)1,593MIT OR Apache-2.0
rmcp-soddygoRust SDK for Model Context Protocol1,462Apache-2.0
rmcp-soddygo-macrosRust SDK for Model Context Protocol macros library1,535Apache-2.0
rmcp-sysinfoMCP server for system information (CPU, memory, disk, etc.)58MIT
rmcp-systemdMCP server for systemd service management (Linux)22MIT
rmcp-trashMCP server for cross-platform trash/recycle bin operations42MIT
rmcp-usbCross-platform MCP server for USB device information23MIT
rmcp-weatherMCP server for weather information22MIT
rmcp-xdotoolMCP server for xdotool - mouse and keyboard automation156MIT
rmdAn improved rm implementation able to remove duplicate files17,367MIT
rmdbRust Memory Database: a Rust translation of the Lightning Memory Database (LMDB) using Corrode2,123OLDAP-2.8
rmdevThis is a tool to delete the remaining dependencies and cache files in the development environment, eg: nodule_modules、target...3,295MIT
rmdhR Markdown helper toolsuite767GPL-3.0-or-later
rmdlrmdl, the RIDL family's model description language: functions and reactive models. Name reserved for the RIDL platform; the real…11MIT
rmdoopA CLI tool for recursively removing duplicate files (by content) from different directories.22MIT
rmdsSmall command line tool to remove all .DS_Store files from a directory and it's subdirectories1,455MIT
rmdupSimple tool for removing duplicate files1,519MIT
rmeRMe, short for Rust Math Engine, is a high-performance computer algebra system (CAS) library written in Rust, designed for…1,566MIT
rmemA CLI utility to summarize memory usage2,840GPL-3.0
rmemoTools for taking notes fast on the CLI36,293non-standard
rmemstoreclient for rmemstored4,314Apache-2.0
rmemstore-messagesmessage definitions for rmemstore4,573Apache-2.0
rmenNone14MIT OR Apache-2.0
rmenuA rofi and dmenu inspired menu8,061WTFPL
rmeowA command line tool that aims to be a replacement for cat/bat with better highlighting112MIT
rmesgThis is a fully Rust-based implementation of the popular dmesg Linux utility, giving
programmatic access to the kernel log…648,532Apache-2.0
rmeshA parser for the rmesh extension13,752MIT OR Apache-2.0
rmessengerA Rust Wrapper for the FaceBook Messenger Bot API7,193MIT
rmfvisual rm -rf24,012MIT
rmf_site_animateAnimation utilities for rmf_site_editor656Apache-2.0
rmf_site_cameraCamera management utilities for the rmf_site_editor795Apache-2.0
rmf_site_editorFile format parsing for rmf_site_editor667Apache-2.0
rmf_site_eguiBarebones bevy_egui widgets for the rmf_site_editor672Apache-2.0
rmf_site_formatFile format parsing for rmf_site_editor738Apache-2.0
rmf_site_meshMesh building utilties for rmf_site_editor653Apache-2.0
rmf_site_pickingPicking utilities and workflows for rmf_site_editor654Apache-2.0
rmgRust: Tiny And Fast Manga/Image Viewer34,049MIT OR Apache-2.0
rmglA small and kinda working ray marching graphics lib5,617MIT
rmgreprust min grep text tools2,819MIT
rmicrobitDrivers for the micro:bit 5×5 LED display and buttons.4,484MIT
rmididingsWrite your own MIDI router/processor, inspired by mididings.6,485GPL-3.0-or-later
rmigrate_1,466MIT
rmigrate-cli_1,432MIT
rmigrate-core_1,471MIT
rmigrate-sdk_1,491MIT
rmilterA rust-only crate for connecting and using milter functionality.2,888Apache-2.0
rmimeMIME Type utils8,226GPL-3.0-only
rmimeparserPush-based MIME and RFC 5322 message parser and writer (gumdrop-style)75LGPL-2.1-or-later
rminA minimal Rust lib for writting R extensions9,574AGPL-3.0
rmin-ehA minimal Rust lib for writting R extensions. Here is some fragments from std crate that provide a `eh_personality` lang-item. If…1,697MIT OR Apache-2.0