9 projects
Union is a trust-minimized, zero-knowledge interoperability protocol for general message passing, asset transfers, NFTs, and cross-chain communication between blockchains. It is built in Rust without relying on trusted third parties, oracles, or multisigs, instead using consensus verification and ZK proofs.
Dioxus is a Rust UI framework for building cross-platform apps — web, desktop, mobile, and server — from a single codebase, using a React-like component model with signals-based state, an RSX macro, and an integrated CLI for hot-reloading and bundling.
Yew is a Rust framework for building client-side web applications that compile to WebAssembly. It offers a React-like component model with an HTML macro, a virtual DOM, and JavaScript interoperability.
GitButler is a Git-based version control client with both a desktop GUI and a `but` CLI, built around virtual/stacked branches, easy commit editing, an undo timeline, and AI-assisted workflows. It acts as a friendlier, more powerful drop-in replacement for the vanilla Git interface in any existing repo.
Rolldown is a Rust-based JavaScript/TypeScript bundler designed as a drop-in, Rollup-compatible replacement, built for speed and intended to become the unified bundler powering the Vite ecosystem.
Komodo is a self-hosted, open-source platform for building and deploying software across many servers, providing centralized management of Docker containers, builds, and server monitoring through a web UI and API.
Harper is a fast, privacy-first English grammar and style checker written in Rust. It runs entirely locally (including in the browser via WebAssembly), linting documents in milliseconds with a tiny memory footprint, and integrates with editors through a language server (harper-ls) and a JavaScript library (harper.js).
NeoHtop is a cross-platform desktop system monitor — a modern, themeable alternative to htop — built with a SvelteKit/TypeScript frontend and a Rust/Tauri backend. It offers real-time process monitoring with advanced search (including regex), filtering, sorting, and process management.
Farm is a Rust-based web build tool and bundler that is largely compatible with the Vite ecosystem, using SWC for parsing/transformation to deliver very fast cold starts, sub-20ms HMR, and consistent dev/prod output. It supports Vite plugins out of the box, persistent module-level caching, lazy compilation, and partial bundling.