> ## Documentation Index
> Fetch the complete documentation index at: https://sysg.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Philosophy

# Philosophy

systemg makes multi-service applications easy to run.

## Design principles

**Simple configuration** - YAML, not complex unit files
**Dependency aware** - Services start in the right order
**Single binary** - No runtime dependencies
**Dev to prod** - Same config works everywhere
**Least privilege** - Drop permissions by default

## See also

* [Introduction](intro) - What systemg does
* [Configuration](how-it-works/configuration) - Define your system
