> 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/documentation/ko/user-guide/installation/supported-architectures.md).

# 지원되는 아키텍처

Orbitron은 다양한 장치와 배포 환경에서 호환성을 보장하기 위해 여러 운영 체제와 CPU 아키텍처를 지원합니다.

### :file\_folder: Supporte Matrix

| 플랫폼           | 운영체제    | 아키텍처       | 설명                                                 |
| ------------- | ------- | ---------- | -------------------------------------------------- |
| linux/amd64   | Linux   | 64-bit x86 | Linux를 실행하는 표준 PC 및 서버                             |
| linux/arm64   | Linux   | 64-bit ARM | Raspberry Pi 또는 클라우드 인스턴스 (예: AWS Graviton)와 같은 장치 |
| darwin/amd64  | macOS   | 64-bit x86 | macOS를 실행하는 Intel 기반 Mac                           |
| darwin/arm64  | macOS   | 64-bit ARM | Apple Silicon Mac (예: M1, M2)                      |
| windows/amd64 | Windows | 64-bit x86 | 표준 Windows PC 및 서버                                 |

### ℹ️ 참고사항

* **아키텍처 형식**: 각 항목은 `<OS>/<ARCH>` 형식을 따릅니다.
* **ARM64** 빌드는 **에너지 효율적이거나 엣지 컴퓨팅 환경**에 이상적입니다.
* **macOS**는 내부적으로 기본 커널 이름인 **Darwin**으로 참조됩니다.
