This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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. |