apx

module
v0.0.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 22, 2026 License: MIT

README

APX - CLI wrapper for platform-specific sandboxes

Usage

Run codex from OpenAI in sandbox

# Just run
apx codex
# Pass args
apx -- codex -m "gpt-5"

Supported sandboxes

✅ - Support implemented

❌ - Not implemented, planned

Name OS Status Description
Seatbelt MacOS Native macos sandbox via sandbox-exec, supported by kernel natively
Landlock+seccomp Linux Supported by kernel (5.13+) restrictions for process over files access (via Landlock) and network (via seccomp)
Docker Linux+MacOS Isolation via docker containers

Debugging

When some app or cli fails with permission denied without specific details, os-specific tools can help with debug.

MacOS

Via log:

For Seatbelt

sudo log stream --style compact --info --predicate 'subsystem == "com.apple.sandbox" OR process == "sandboxd" OR eventMessage CONTAINS[c] "deny"'

Directories

Path Synopsis
cmd
apx command
internal
app

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL