Show HN: Leclaude – A little badge for your Claude Code projects Robinduckett released Leclaude, a Windows shell extension that displays a robot badge on folders containing Claude Code session history, available for Windows 10 and 11 on x64 and ARM64. The tool, built with CMake and Ninja, registers an icon-overlay handler and uses a watcher thread to refresh badges, with installation via setup program, zip, or MSI package. Leclaude is MIT-licensed and supports GitHub artifact attestation for authenticity verification. Leclaude shows a robot badge in Windows Explorer on each folder that has Claude Code https://www.anthropic.com/claude-code session history. When you look through your disk, you can immediately see the folders where you did work with Claude Code. Leclaude is a shell extension for Windows 10 and Windows 11, on x64 and ARM64. Claude Code records each opened folder in %USERPROFILE%\.claude\projects\ . Leclaude registers an icon-overlay handler with Explorer. For each visible folder, the handler does one fast search in a set in memory. When the folder has session history, Explorer draws the robot badge on the folder icon. A watcher thread follows the Claude Code data and refreshes the badges. The design documents give the full details: The releases page /robinduckett/leclaude/releases gives a setup program and a zip file for each processor: x64 or arm64 . The setup program is the recommended installation: - Download LeclaudeSetup-