🗂️ LiveFolders v0.22.0 — Now with concurrent shell session isolation — per-session invocation slots, async dispatch, SIGKILL escalation — Landlock (Linux) + sandbox-exec (macOS) — Apache 2.0 — Star us on GitHub! ★

Get Started

1. Install LiveFolders:

curl -fsSL https://raw.githubusercontent.com/natanloterio/LiveFolders/master/install.sh | bash

Prerequisites:

PlatformRequirement
Linux sudo apt-get install fuse3
macOS macFUSE — install the .pkg from osxfuse.github.io

2. Quick start:

# Create config livefolders init # Install an example tool livefolders install github.com/natanloterio/LiveFolders/tree/master/examples/users # Mount (runs in background) livefolders mount # Use it cat .livefolders/tools/users/list # Stop livefolders stop
Manual install / from source
# Linux x86_64 curl -L https://github.com/natanloterio/LiveFolders/releases/latest/download/livefolders-linux-x86_64 -o livefolders chmod +x livefolders && sudo mv livefolders /usr/local/bin/ # From source (requires Rust) cargo install --git https://github.com/natanloterio/LiveFolders