2 liens privés
Running multiple Claude Code sessions in parallel, each in its own fully isolated environment
Worktrunk
Git worktree management for parallel AI agent workflows
Vibe is a quick, zero-configuration way to spin up a Linux virtual machine on Mac to sandbox LLM agents:
Free secure self-hosted HTTPS tunnel in under 10 minutes.
via https://korben.info/webhooks-proxy-tunnel-local-ngrok.html
Write terminal GIFs as code for integration testing and demoing your CLI tools.
via
https://korben.info/vhs-creer-gif-terminal.html
terminal cli recorder and playback
Terminalizer
Record your terminal and generate animated gif images or share a web player
a terminal based recorder and playback
ShellBeats
Listen to YouTube music directly from your terminal. No distractions, no browser, no nonsense. Just pure music in your shell.
This started as a joke. Then Microsoft said “slop vs sophistication” out loud and it stopped being one. If this tool needs marketing, it probably shouldnt exist 😆
To be clear:
Windows is not bad.
I actually like it.
via https://korben.info/winslop-virez-le-slop-de-windows-11-en-quelques-clics.html
A memory profiling tool to track malloc
Find where you allocate your memory and how, reduce the memory footprint of your applications and limit overhead of memory management.
Fix "Unknown Terminal xterm-ghostty" SSH Error in Ghostty
Dec 12, 2025 · 1 min read · 0 Comments
If you’re using Ghostty terminal and getting errors like this when SSH-ing into servers:
tput: unknown terminal "xterm-ghostty"
Here’s the quick fix.
vm-curator
A fast and friendly Rust TUI for managing QEMU/KVM virtual machines. Discover, create, organize, launch, and manage VMs with an intuitive interface.
If you pay attention to AI company branding, you'll notice a pattern:
Circular shape (often with a gradient)
Central opening or focal point
Radiating elements from the center
Soft, organic curves
Sound familiar? It should, because it's also an apt description of... well, you know.
A butthole.
WalletWallet
A simple utility to convert physical barcodes into digital passes for Apple Wallet®. Entirely free and runs directly from your browser.
via https://korben.info/walletwallet-pass-apple-wallet-gratuit.html
Soothing pastel theme for the high-spirited!
A community-driven color scheme meant for coding, designing, and much more!
Faites de Claude une armée de développeurs à votre service
Vous rêvez de lancer Claude sur un projet et de le laisser bosser tout seul pendant que vous faites autre chose, du genre jouer à Animal Crossing en attendant la fin de la journée ? Hé bien c'est exactement ce que propose Auto-Claude, un outil open source qui transforme l'assistant IA préféré des devs en armée de développeurs plus autonomes que votre mère quand il s'agit d'échanger un billet de train.
J'avais déjà parlé de Claude Engineer c'est vrai. C'est un framework CLI en Python qui permettait de faire bosser Claude en autonomie. Mais Auto-Claude, alalalala, c'est un autre délire les amis ! Déjà c'est une vraie application desktop avec interface graphique, tableau Kanban pour gérer vos tâches, et surtout... 12 terminaux qui peuvent tourner en parallèle. Oui, DOUZE agents Claude qui bossent simultanément sur votre code pendant que vous candy crushez pépouze dans les WC de votre entreprise.
Bookokrat - Le lecteur EPUB pour les accros du terminal
Eleventy is a simpler static site generator
Quick Start
Eleventy requires a way to run JavaScript on your computer and we recommend Node.js (version 18 or newer). You can check whether or not you have Node.js installed by running node --version in a Terminal. (Well, wait—what is a Terminal?) If node is not found or it reports a version number below 18, you will need to install Node.js before moving on.
Software projects are displayed by Gource as an animated tree with the root directory of the project at its centre. Directories appear as branches with files as leaves. Developers can be seen working on the tree at the times they contributed to the project.
Anti-frameworkism: Choosing native web APIs over frameworks
Written in Node.js, this application acts as a HTTP reverse proxy and stops Docker containers which haven't been accessed recently and starts them again when a new request comes in. ContainerNursery also makes sure there are no more active WebSocket connections before stopping the container.
To improve the user experience a loading page is presented, which automatically reloads when the containers webserver is ready.
via https://korben.info/containernursery-mise-veille-conteneurs-docker.html
sisu ⚡
Your AWS, as a filesystem.
via https://korben.info/sisu-aws-filesystem-fuse-cli-grep.html
faut vraiment que je teste ce truc là.
A command-line tool that uses AI to streamline your git workflow - generate commit messages, view diff and explain changes.
Transcribe Everything.
Privately.
A self-hostable offline audio transcription app. State-of-the-art AI models, running entirely on your machine.
Protégez vos clés SSH avec Touch ID sur macOS
Vous utilisez probablement des clés SSH pour vous connecter à vos serveurs et vous savez aussi qu'elles sont stockées sur votre disque, bien au chaud dans
~/.ssh/
, accessibles à n'importe quel malware qui passerait par là. Pas très rassurant quand on y pense...
You no longer need JavaScript
2025-08-28
¦ css
So much of the web these days is ruined by the bloat that is modern JavaScript frameworks. React apps that take several seconds to load. NextJS sites that throw random hydration errors. The node_modules folder that takes up gigabytes on your hard drive.
It’s awful. And you don’t need it.
Voilà un outil qui va plaire à ceux qui chassent les failles de sécurité... Ce projet s'appelle Security Skills et c'est un système de compétences pour agents IA (genre Claude Code ou Gemini CLI) qui transforme votre proxy mitmproxy en chasseur de failles automatisé. Vous lui dites "trouve-moi des problèmes de sécurité sur example.com" et l'IA se met à analyser le trafic HTTP intercepté en appliquant des patterns qu'elle a appris de vrais bugs rémunérés.
Linux Machines
c’est comme WSL, mais pour le mac
The PDF Toolkit
built for privacy
compress, resize, crop, extract text ...
Mole
Deep clean and optimize your Mac.
All-in-one toolkit combining CleanMyMac, AppCleaner, DaisyDisk, Sensei, and iStat in one trusted binary
Deep cleanup scans and removes caches, logs, browser leftovers, and junk to reclaim tens of gigabytes
Smart uninstall completely removes apps including launch agents, preferences, caches, and hidden leftovers
Disk insight + optimization visualizes usage, handles large files, rebuilds caches, and refreshes services
Live status monitors CPU, GPU, memory, disk, network, battery, and proxy stats to diagnose issues
via https://korben.info/mole-nettoyage-macos-cli-open-source.html
sqlit
The lazygit of SQL databases. Connect to Postgres, MySQL, SQL Server, SQLite, Supabase, Turso, and more from your terminal in seconds.
A lightweight TUI for people who just want to run some queries fast.
via https://korben.info/sqlit-tui-sql-terminal-databases.html
Cordon
PyPI version License
Semantic anomaly detection for system log files
Cordon uses transformer embeddings and k-NN density scoring to identify semantically unusual patterns in large log files, reducing massive logs to the most anomalous sections for analysis.
Key principle: Repetitive patterns (even errors) are considered "normal background." Cordon surfaces unusual, rare, or clustered events that stand out semantically from the bulk of the logs.
via https://korben.info/cordon-detection-anomalies-logs-transformers.html
HTTP Breakout Proxy
A lightweight HTTP/HTTPS intercepting proxy and traffic analysis tool written in Go, with a web-based UI for inspecting, filtering, coloring, and annotating captured traffic in real time.
via https://korben.info/http-breakout-proxy-retour-outils-jetables.html
TermUI
Hex.pm Docs License
A direct-mode Terminal UI framework for Elixir/BEAM, inspired by BubbleTea (Go) and Ratatui (Rust).
TermUI leverages BEAM's unique strengths—fault tolerance, actor model, hot code reloading—to build robust terminal applications using The Elm Architecture.
I work with Elixir daily, and while it has great libraries like Ecto and Phoenix Framework, one thing kept bothering me: there wasn’t a library that felt like Zod. Elixir has alternatives for data validation, but none gave me the same ergonomics. This article walks through that gap, how Zoi came to be, and where it fits.
What is Zod?
Zod is a TypeScript-first schema declaration and validation library that allows developers to define schemas for their data and validate them at runtime. It also provides type inference, which means that the types of the data are automatically inferred from the schema. Zod also provides a way to generate JSON Schema from the defined schemas, making it easier to integrate with other tools and libraries such as OpenAPI which is widely used for API documentation.
K9s - Kubernetes CLI To Manage Your Clusters In Style!
K9s provides a terminal UI to interact with your Kubernetes clusters. The aim of this project is to make it easier to navigate, observe and manage your applications in the wild. K9s continually watches Kubernetes for changes and offers subsequent commands to interact with your observed resources.
https://github.com/rqlite/rqlite
via https://sebsauvage.net/links/?uQT2vg
The distributed database built on SQLite
Fault tolerance and high availability with zero hassle
Why run rqlite?
rqlite combines the simplicity of SQLite with a fault-tolerant, highly available system. Whether you're deploying resilient services in the cloud or reliable applications at the edge, rqlite provides a developer-friendly database that's exceptionally easy to operate.
via https://korben.info/cascii-editeur-diagrammes-ascii-navigateur.html
Dessiner des schémas en ASCII art, c’est un peu le sport national des devs qui documentent leur code dans des fichiers texte. Sauf que jusqu’ici, soit on se tapait ça à la main caractère par caractère, soit on passait par des outils en ligne qui demandent de se créer un compte et gardent vos diagrammes sur leurs serveurs. Heureusement, Cascii règle le problème puisqu’il s’agit d’un éditeur graphique complet qui tient dans un seul fichier HTML !
Et comme Cascii est écrit en JavaScript pur, y’a aucune dépendance, aucun framework, aucun npm install…etc. Vous téléchargez juste le fichier HTML, vous l’ouvrez dans votre navigateur, et c’est parti mon kiki.
GDPR Compliant
Captcha and Bot Protection
Secure your data and users with the privacy-first alternative to reCAPTCHA. ALTCHA eliminates tracking, cookies, and fingerprinting, delivering a robust, accessible, and globally compliant security without a single puzzle.
via https://korben.info/altcha-captcha-privacy-anti-google.html
Penpot is the first open-source design tool for design and code collaboration. Designers can create stunning designs, interactive prototypes, design systems at scale, while developers enjoy ready-to-use code and make their workflow easy and fast. And all of this with no handoff drama.
Available on browser or self-hosted, Penpot works with open standards like SVG, CSS, HTML and JSON, and it’s free!
File transfer doesn't need to be complicated
Direct, encrypted file transfers from your computer to anyone, anywhere — no signup, no cloud storage in between.
via https://korben.info/altsendme-transfert-fichiers-p2p-open-source.html
Colima - container runtimes on macOS (and Linux) with minimal setup.
Go Integration Go Report Card
Demonstration
Features
Support for Intel and Apple Silicon macOS, and Linux
Simple CLI interface with sensible defaults
Automatic Port Forwarding
Volume mounts
Multiple instances
Support for multiple container runtimes
Docker (with optional Kubernetes)
Containerd (with optional Kubernetes)
Incus (containers and virtual machines)Windows for Penguins.
Run Windows apps on 🐧 Linux with ✨ seamless integration
Macroquad
Simple and easy to use game library for Rust programming language.
HTML5
First class browsers support, WebGL1 and iOS Safari supported.
Android
Single command docker-powered android builds.
iOS
Export to XCode project for iOS.
PC
Linux/Mac/Windows with no external system dependencies.
Batteries included
UI, efficient 2D rendering, sound system—everything needed to make a 2D game included!
What is frp?
frp is a fast reverse proxy that allows you to expose a local server located behind a NAT or firewall to the Internet. It currently supports TCP and UDP, as well as HTTP and HTTPS protocols, enabling requests to be forwarded to internal services via domain name.
frp also offers a P2P connect mode.
imessage-exporter
This crate provides both a library to interact with iMessage data as well as a binary that can perform some useful read-only operations using that data. The aim of this project is to provide the most comprehensive and accurate representation of iMessage data available.
This free and open-source software can:
Save, export, backup, and archive iMessage data to open, portable formats
Preserve multimedia content (images, videos, audio) from conversations
Facilitate easy migration of message history between devices and platforms
Run diagnostics on the iMessage database
Give you full ownership and control over your communication history
Support compliance with data retention policies or legal requirements
Run on macOS, Linux, and Windows
via https://korben.info/imessage-exporter-recuperer-conversations-apple.html
ITOA: Image to ASCII Converter
A web-based tool that converts images into ASCII art, with support for both monochrome and color output. Try it at itoa.hex.dance
The code and this readme were generated by Claude 3.5 Sonnet.
Features
Drag & Drop Interface: Simply drag and drop any image file into the converter
Color Support: Toggle between monochrome and colored ASCII output
Size Control: Adjust output size (Small/Medium/Large) for different levels of detail
Save as PNG: Export your ASCII art as a PNG image
Responsive Design: Works on both desktop and mobile devices
File Support: Handles JPG, PNG, and GIF formats
via https://korben.info/itoa-convertisseur-image-ascii-art-nostalgie.html
Docker Manager
A mobile application for managing Docker containers, images, networks, and volumes from your phone.
via https://korben.info/docker-manager-ssh-mobile-material-design.html
Modern Docker Management, Designed for Everyone