Hebdomadaire Shaarli

Tous les liens d'un semaine sur une page.

Semaine 44 (October 27, 2025)

zoedsoupe/anubis-mcp: Elixir Model Context Protocol (MCP) SDK (hermes-mcp fork)
thumbnail

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.

Generate API Documentation Effortlessly from your Phoenix/Elixir code – Part1 | Swagger Blog

Generate API Documentation Effortlessly from your Phoenix/Elixir code – Part1

Fast TypeScript Analyzer – FTA

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.

dotenvx | a secure dotenv–from the creator of dotenv
thumbnail

A secure dotenv – from the creator of dotenv

Plaintext .env files have been a major attack vector, but they've also been undeniably useful – even AWS uses them.1 What if you could encrypt them? Now you can with dotenvx. Dotenvx encrypts your .env files – limiting their attack vector while retaining their benefits. It's free, open-source, and built and maintained by the creator of the original dotenv. – Scott (Mot) Motte

icecc/icecream: Distributed compiler with a central scheduler to share build load
thumbnail

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.

pilet

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.

ClockworkPi | Open Source Hardware
thumbnail

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

fnox

fnoxFort Knox for your secrets

Manage secrets with encryption or cloud providers - or both!

Handy
thumbnail

speak into any text field
the free and open source app for speech to text

Local PDF Tools - Compress, Merge, Split

Local PDF Tools

Compress, merge, and split PDF files locally in your browser using Ghostscript WebAssembly. No uploads required - everything stays on your device.

GitHub - zakirkun/deep-eye: An advanced AI-driven vulnerability scanner and penetration testing tool that integrates multiple AI providers (OpenAI, Grok, OLLAMA, Claude) with comprehensive security testing modules for automated bug hunting, intelligent payload generation, and professional reporting.
thumbnail

Deep Eye 🔍
An advanced AI-driven vulnerability scanner and penetration testing tool that integrates multiple AI providers (OpenAI, Grok, OLLAMA, Claude) with comprehensive security testing modules for automated bug hunting, intelligent payload generation, and professional reporting.

SeaORM 🐚 An async & dynamic ORM for Rust

🐚 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™
thumbnail

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.

GPUI Component

GPUI Component
Rust GUI components for building fantastic cross-platform desktop application by using GPUI.

johannschopplich/toon: 🎒 Token-Oriented Object Notation – JSON for LLMs at half the token cost
thumbnail

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.