prox¶
A modern process manager for development with an API-first design, enabling both human interaction and LLM tooling integration.
Features¶
- Simple by default - Procfile-like experience with minimal YAML configuration
- API-first - Full process control and log access via HTTP, always available
- Interactive TUI - Real-time log viewing with filtering and search
- HTTPS Proxy - Subdomain routing with locally-trusted certificates
- Health checks - Optional health monitoring for processes
- LLM-friendly - Structured output and filtering to support AI-assisted debugging
Quick Example¶
Create a prox.yaml:
Start all processes:
Current Scope¶
prox is designed for local development. It intentionally does not include:
- Log persistence to disk
- Process dependencies or startup ordering
- Distributed or multi-machine operation
See the Roadmap for planned features.
Next Steps¶
- Quick Start - Installation and first run
- CLI Reference - All commands and flags
- TUI Reference - Interactive terminal UI
- Configuration - Full
prox.yamlreference - HTTP API - API endpoints for programmatic control