Mitoxide Agent
Remote agent binary for Mitoxide - the lightweight agent that runs on remote systems to execute commands and manage resources.
Features
- Self-bootstrapping agent deployment
- Multi-platform support (Linux, macOS, Windows)
- Privilege escalation handling
- PTY operations for interactive commands
- Resource constraint handling
- WASM module execution support
Installation
Install the agent binary:
Usage
The agent is typically deployed automatically by Mitoxide, but can be run manually:
# Run agent with default settings
# Run with custom configuration
# Run in debug mode
RUST_LOG=debug
Configuration
The agent can be configured via environment variables or configuration file:
Security
The agent includes several security features:
- Command allowlist/blocklist
- Resource limits (memory, CPU, disk)
- Privilege escalation controls
- Sandboxed WASM execution
Documentation
License
This project is licensed under the MIT License.