File transfer
doesn't need to be complicated
It's like scp without needing to know the IP address. Add some files to sendme, and it will give you a pastable ticket that you can give to anyone who needs your files. Sendme will connect your devices directly & transfer the data without any accounts or configuration.
p2p that just works
Iroh is a library for building on direct connections between devices, putting more control in the hands of your users.
Create Beautiful Screen Recordings without leaving your browser
100% Free – No installation or account needed.
Awesome-Selfhosted
Awesome
Self-hosting is the practice of hosting and managing applications on your own server(s) instead of consuming from SaaSS providers.
A modern, simple TCP tunnel in Rust that exposes local ports to a remote server, bypassing standard NAT connection firewalls. That's all it does: no more, and no less.
Manage, store, and distribute sensitive data with OpenBao
OpenBao is an open source, community-driven fork of Vault managed by the Linux Foundation.
secrets management, fork of Vault
Deep dive into the Elixir Logger module
A heatmap diff viewer for code reviews
Heatmap color-codes every diff line/token by how much human attention it probably needs. Unlike PR-review bots, we try to flag not just by “is it a bug?” but by “is it worth a second look?” (examples: hard-coded secret, weird crypto mode, gnarly logic).
Small
Smaller images mean faster load times. Squoosh can reduce file size and maintain high quality.
Questche est un outil ultra-simple de compression et (re)dimensionnement d'images. L'utilisateur dépose un ou plusieurs fichiers, et l'outil s'occupe du reste automatiquement.
A high-performance Model Context Protocol (MCP) implementation in Elixir.
Overview
Anubis MCP is a comprehensive Elixir SDK for the Model Context Protocol, providing complete client and server implementations with Elixir's exceptional concurrency model and fault tolerance.
Icecream was created by SUSE based on distcc. Like distcc, Icecream takes compile jobs from a build and distributes them among remote machines allowing a parallel build. But unlike distcc, Icecream uses a central server that dynamically schedules the compile jobs to the fastest free server. This advantage pays off mostly for shared computers, if you're the only user on x machines, you have full control over them.
🐚 SeaORM is a relational ORM to help you build web services in Rust
Introducing Apache Fory™ Rust: A Versatile Serialization Framework for the Modern Age | Apache Fory™
Introducing Apache Fory™ Rust: A Versatile Serialization Framework for the Modern Age
October 29, 2025 · 12 min read
Shawn Yang
Shawn Yang
Apache Fory PMC Chair
TL;DR: Apache Fory Rust is a blazingly-fast, cross-language serialization framework that delivers ultra-fast serialization performance while automatically handling circular references, trait objects, and schema evolution. Built with Rust's safety guarantees and zero-copy techniques, it's designed for developers who refuse to compromise between performance and developer experience.
Generate API Documentation Effortlessly from your Phoenix/Elixir code – Part1
pilet.
pilet (c/n: consolo) is an opensource portable mini-computer powered by pi5 with 7-hour battery life. coming in 5-inch and 7-inch variants.
uConsole
Keep online at all times with the 4G/LTE* cellular modem expansion module.
Through the open-source ecosystem, truly encrypted communications are available at your fingertips.
The all-metal construction and QWERTY backlit keyboard link the free software to the field
Fast TypeScript Analyzer
FTA (Fast TypeScript Analyzer) is a super-fast TypeScript static analysis tool written in Rust. It captures static information about TypeScript code and generates easy-to-understand analytics that tell you about complexity and maintainability issues that you may want to address.
FTA uses swc
to parse your code then runs various analytical routines against it to understand how complex and maintainable it is likely to be. JavaScript code is also supported.
GPUI Component
Rust GUI components for building fantastic cross-platform desktop application by using GPUI.
Token-Oriented Object Notation (TOON)
Token-Oriented Object Notation is a compact, human-readable format designed for passing structured data to Large Language Models with significantly reduced token usage. It's intended for LLM input, not output.
TOON's sweet spot is uniform complex objects – multiple fields per row, same structure across items. It borrows YAML's indentation-based structure for nested objects and CSV's tabular format for uniform data rows, then optimizes both for token efficiency in LLM contexts.