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

# Os

> The operating system a [] runs.

The operating system a \[`Machine`] runs.

```typescript
type Os = "macos" | "windows" | "linux" | "android"
```
