Secure Sandboxing
Linux namespaces, cgroups, and seccomp for complete isolation of untrusted code execution.
Secure Sandboxing
Linux namespaces, cgroups, and seccomp for complete isolation of untrusted code execution.
Resource Limits
Configurable CPU, memory, and process limits with comprehensive monitoring and tracking.
REST API
HTTP interface for task execution with full programmatic access to all features.
CLI Interface
Command-line tools for management and execution with intuitive workflow integration.
# Build the projectcargo build --release
# Start the server./target/release/faber serve
# Execute a task via CLIfaber execute "echo hello world"
Faber is organized as a Rust workspace with multiple specialized crates:
Installation
Get Faber up and running on your system with our comprehensive installation guide.
Configuration
Learn how to configure Faber for your specific use case and security requirements.
CLI Usage
Master the command-line interface for efficient task execution and management.
API Reference
Explore the REST API for programmatic access to all Faber features.