landstrip
landstrip runs commands in an OS-level sandbox using Landlock on Linux,
Seatbelt on macOS, and AppContainer or restricted users on Windows. Policies use
the supported subset of the Anthropic Sandbox Runtime format.
Installation
The npm package installs a Node.js wrapper and a native binary for the current platform.
Quick start
Windows builds also provide windows install, windows status, and
windows uninstall. Full command reference: landstrip --help and the
manual page.
Agent extensions
See pi-landstrip and opencode-landstrip.
Policy sketch
Pass policies with -p, --policy <FILE> (repeatable). Semantics, platform
limits, traps, and exit status are in the manual page.
License
landstrip is free software under the GNU Lesser General Public License
version 2.1 or later (LGPL-2.1+). See LICENSE-LGPL-2.1.
The JavaScript npm wrapper is under the Apache License 2.0. See LICENSE-APACHE-2.0. Corresponding source for each native package is available from the matching repository tag.