A browser-based circuit simulator designed to replicate the classic Radio Shack spring-terminal 65-in-1 electronics kit. Users can interactively wire circuits by clicking terminal dots, run real-time SPICE-style simulations with audio output via a Rust/WASM solver, and adjust variable components using digital knobs.
- Real-time audio simulation powered by rust-e-sim
- Interactive spring-terminal wiring interface
- Functionality to save and load circuit configurations as plain text files
Flyline is a modern Bash plugin designed to replace readline and provide an enhanced command line editing experience. Written in Rust and leveraging ratatui.rs, it offers a rich user interface for terminal users. Key features include:
- Intellisense-style autosuggestions and fuzzy history search
- Rich prompt customizations with asynchronous widgets and animations
- Improved tab completion with fuzzy matching and dynamic descriptions
- Agent assisted command writing
- Mouse support for cursor movement and text selection
- Syntax highlighting and automatic bracket/quote closing
Secluso is an open-source DIY home security camera system built around the Raspberry Pi Zero 2 W. It focuses on privacy by using true end-to-end encryption (E2EE) via Messaging Layer Security (MLS), ensuring that even untrusted relays cannot decrypt video feeds. The system features on-device AI for detecting humans, pets, and vehicles. To enhance security, the core software is written in Rust to prevent memory-related bugs and includes post-quantum encryption to protect data against future threats.
- Raspberry Pi Zero 2W based hardware architecture
- End-to-end encryption using MLS (RFC 9420)
- On-device AI for human, pet, and vehicle detection
- Memory-safe software core written in Rust
- Post-quantum encryption support
- Minimal Yocto-based Secluso OS
- Support for self-hosted relays or official beta services
Turbovec is an open-source vector index library written in Rust that features Python bindings. It utilizes Google's TurboQuant algorithm to provide highly efficient data quantization without the need for traditional codebook training steps like k-means. The library offers significant memory savings, reducing a 31 GB corpus of 10 million vectors down to just 4 GB, and demonstrates superior search speeds on ARM hardware compared to FAISS.
Obscura is an open-source, lightweight headless browser engine written in Rust, specifically designed for web scraping and AI agent automation. It serves as a high-performance replacement for headless Chrome, offering significantly lower memory usage and faster page load times. The engine runs real JavaScript via V8 and supports the Chrome DevTools Protocol, making it compatible with Puppeteer and Playwright.
Key features include:
- Built-in stealth mode with anti-fingerprinting and tracker blocking capabilities.
- High efficiency with minimal memory footprint (approx 30 MB) and instant startup.
- Support for parallel scraping via CLI and CDP server integration.
- Seamless compatibility with existing Puppeteer and Playwright workflows.
A from-scratch reimplementation of Stanford's XTR-Warp semantic search engine written in safe Rust. It is designed for client-side deployment, utilizing a single-file SQLite database for storage without the need for external API keys, vector databases, or complex chunking strategies. The engine offers high performance with extremely low end-to-end search latency and supports hybrid search by combining semantic results with standard BM25 functionality.
Key features and components:
- High-speed semantic search capable of running on local devices.
- SQLite backend for easy data persistence and portability.
- Support for various backends including T5 quantized weights via candle and OpenVINO.
- Pickbrain CLI example for indexing AI coding session transcripts (Claude Code/OpenAI Codex).
- Hardware acceleration support for Apple Silicon (Metal) and x86 (fbgemm).
- Available as a Node.js native module.
BrowSDR is a high-performance, browser-based Software Defined Radio (SDR) receiver designed specifically for HackRF devices. By utilizing WebUSB and WebAssembly, it allows users to tune into various radio modes directly within a web browser without the need for native drivers or software installation. The platform features a multi-VFO architecture for simultaneous frequency monitoring, real-time WebGL waterfall displays, and AI-powered live transcription of demodulated audio.
Key features include:
- Multi-VFO support for independent tuning and DSP settings
- High-speed signal processing via Rust and WASM
- Real-time spectrum analysis and GPU-accelerated waterfall display
- Wide demodulation support including WFM, NFM, AM, USB, LSB, DSB, CW, and raw IQ
- Built-in POCSAG decoding and RDS station information retrieval
- Remote access capabilities via WebRTC/PeerJS
Tansu, an open-source, Apache Kafka-compatible messaging broker, challenges traditional approaches by prioritizing statelessness. Instead of replicating data like Kafka, Tansu delegates durability to external storage, allowing for brokers that are lightweight ("cattle," not "pets") and scale rapidly. It supports various storage backends like S3, SQLite, and Postgres, with a particular emphasis on Postgres integration for streamlined data pipelines. Tansu also offers broker-side schema validation and the ability to directly write validated data to open table formats like Iceberg, Delta Lake, or Parquet. The project is written in Rust and seeks contributors.
One CLI for all of Google Workspace — built for humans and AI agents. Drive, Gmail, Calendar, and every Workspace API. Zero boilerplate. Structured JSON output. 40+ agent skills included.
yoagent is a simple, effective agent loop with tool execution and event streaming in Rust. Inspired by pi-agent-core. It features a stateful agent, multi-provider support, built-in tools, and context management.