> For the complete documentation index, see [llms.txt](https://orbitron.gitbook.io/orbitron-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://orbitron.gitbook.io/orbitron-docs/user-guide/installation/supported-architectures.md).

# Supported architectures

Orbitron supports multiple operating systems and CPU architectures to ensure compatibility across a wide range of devices and deployment environments.

### :file\_folder: Supporte Matrix

| Platform      | OS      | Architecture | Description                                                      |
| ------------- | ------- | ------------ | ---------------------------------------------------------------- |
| linux/amd64   | Linux   | 64-bit x86   | Standard PCs and servers running Linux                           |
| linux/arm64   | Linux   | 64-bit ARM   | Devices like Raspberry Pi or cloud instances (e.g. AWS Graviton) |
| darwin/amd64  | macOS   | 64-bit x86   | Intel-based Macs running macOS                                   |
| darwin/arm64  | macOS   | 64-bit ARM   | Apple Silicon Macs (e.g. M1, M2)                                 |
| windows/amd64 | Windows | 64-bit x86   | Standard Windows PCs and servers                                 |

### ℹ️ Notes

* **Architecture format**: Each entry follows the format `<OS>/<ARCH>`.
* **ARM64** builds are ideal for **energy-efficient or edge computing environments**.
* **macOS** is internally referred to as **Darwin**, the underlying kernel name.
