unsandbox. CLI Inception
The UN CLI written in every language it can execute. 42 implementations, one unified interface.
"If you replace every line of un.c with a different programming language, but it still executes code on unsandbox... is it still un?"
All Implementations 📦
Browse Source →How It Works ⚙️
The Concept
Each implementation is a fully functional UN CLI client. They all:
- Execute code files via the unsandbox API
- Auto-detect language from file extensions
- Support environment variables and input files
- Handle interactive sessions
- Manage persistent services
Run Any Implementation
# Run inception implementations
./un -n semitrusted cli/inception/un.py test/fib.py
./un -n semitrusted cli/inception/un.rs test/fib.py
# Output: fib(10) = 55