Skip to content

Instantly share code, notes, and snippets.

View amanarora9848's full-sized avatar
🤖
Focusing

Aman Arora amanarora9848

🤖
Focusing
View GitHub Profile
@amanarora9848
amanarora9848 / claude-ollama-jailed.sh
Created August 3, 2026 12:37
ollama-claude-jailed
#!/usr/bin/env bash
# Bubblewrap sandbox launcher for "ollama launch claude".
#
# Runs natively on the host (no Docker, no container) but confines the
# process's filesystem view: only the folders listed in PROJECTS, plus the
# toolchain and config paths needed to run ollama/claude, are visible.
# Everything else under $HOME and the rest of the host filesystem is hidden.
#
# To add more projects, edit the PROJECTS array below.