How to Render HTML and CSS in Rust Without Bloated Chromium
Blitz is a lightweight Rust-based HTML/CSS rendering engine from Dioxus developers. It replaces bloated Chromium with modular open-source components for desktop apps.
Language
HomeLanguages
Sections
Blitz is a lightweight Rust-based HTML/CSS rendering engine from Dioxus developers. It replaces bloated Chromium with modular open-source components for desktop apps.
OpenCADStudio is a 2D/3D CAD editor written entirely in Rust with native DWG/DXF support and a working WebAssembly version that runs in the browser.
Ryan Dahl and the Deno team open-sourced celld, a Rust daemon that runs Cloudflare Workers bundles and Durable Objects on your own hardware—no Etcd, no Raft, no coordination services.
Nub brings Bun-like speed to Node.js without switching runtimes. It combines TypeScript execution, version management, and package handling in one Rust binary.
WeaveMind is building Weft — a full programming language where LLMs, APIs, databases, and human input are native language elements, eliminating infrastructure boilerplate.
Python slows down with heavy computations. PyO3 lets you write Rust modules for Python, keeping memory safety while boosting performance.
A look at forge3d, a Python library that renders 3D terrain and maps using WebGPU and Rust, without the C++ complexity.
Sätteri is a Rust-based MDX parser and compiler that speeds up documentation and content site builds while keeping JavaScript plugin infrastructure intact.
A look at Nono — a Rust-based sandboxing tool that isolates AI agents without containers, protecting SSH keys and cloud credentials while keeping terminal performance snappy.
Rusternetes is a full rewrite of Kubernetes in Rust with 216K+ lines of code, 94% e2e conformance, and three flexible deployment modes including an All-in-One option.
Delta Lake format typically requires Apache Spark and JVM, but delta-rs brings lightweight native Delta Lake access to Rust and Python projects without heavy infrastructure.
Rust implementation of Apache Iceberg provides native performance without JVM overhead. Here's what's available and where it's already in production.
Traditional server control panels consume 150-250 MB of RAM. DockPanel uses just 19 MB thanks to being built with Rust and React.
A single developer built an MMORPG where AI agents and humans play on equal terms using the same WebSocket protocol, with Rust server, Svelte/Three.js client, and MCP support.
Block's Buzz project merges chat, Git, and AI agents into one Rust-powered workspace using Nostr protocol—where humans and autonomous scripts work as equals.
Rust web development doesn't have to be painful. Tokio team created Topcoat — a fullstack framework that combines SSR, reactivity, and type safety without drowning you in configuration.
Jellium Desktop combines CEF and mpv for a lightweight, native-feeling Jellyfin client that handles virtually any video format without server transcoding.
Exploring Bittensor's subtensor repository—a Substrate-based blockchain that turns compute resources into a digital commodity through subnetworks.
SQLx is a Rust SQL toolkit that validates queries at compile time, supports PostgreSQL, MySQL, SQLite, and offers async performance with runtime flexibility.
A developer shares their experience with dcg (destructive_command_guard) — a Rust-based terminal guard hook that protects AI agents from accidentally running destructive commands like rm -rf.
pgrust is rewriting Postgres 18.3 in Rust, already passing 46,000 regression tests while promising 50% faster transactions and 300x analytics speedup.
ripdrag brings drag-and-drop functionality to the terminal, letting you drag files into graphical apps or use it as a drop target. Built with Rust and GTK4.
Gobang is a TUI database client for MySQL, PostgreSQL, and SQLite with vim-like hotkeys, minimalist interface, and Rust-powered performance.
Microsoft's pg_durable extension brings durable execution to PostgreSQL, enabling long-running workflows that survive database crashes and server reboots without external orchestrators.