Show GN: slaude - Disposable Claude Code That Leaves No Trace
·2026.04.27 14:16
Key point
Released a disposable Claude Code bootstrap script that only runs on tmpfs at `/dev/shm`.
Details
slaude is a script designed for briefly using Claude Code on Linux servers that are hard to trust, then exiting without leaving traces.
- It creates a disposable directory on
/dev/shm, sets it as$HOME, and then runs the official Claude Code installer. - It's designed so that the downloaded binary, auth cache, sessions, and conversation history all remain only inside RAM tmpfs.
- On exit, it cleans up via
trapand a background watchdog, and even if anything remains, it disappears on the next boot due to tmpfs's nature. - Host dependencies are limited to kernel, bash, curl, util-linux, and it works without Docker, Podman, Node, npm, bwrap.
By default it runs with --dangerously-skip-permissions enabled, and you can switch modes with shift + tab if needed. The tool targets situations where leaving local traces is problematic, such as shared company GPU servers, temporary cloud VMs, or client environments.
This summary was generated automatically by AI. Check the original for the author's claims and context. Copyright belongs to the original author.
Our guide explains how the AI works. Report summary errors, attribution issues, or removal requests via Contact.