| (desktop-section)= |
| # Desktop & Laptop Platforms |
| |
| Deploy ExecuTorch on Linux, macOS, and Windows with optimized backends for each platform. |
| |
| ## Platform Overview & Runtime |
| |
| - {doc}`using-executorch-cpp` — C++ runtime integration guide |
| - {doc}`using-executorch-building-from-source` — Building ExecuTorch from source |
| |
| ## Backends |
| |
| - {doc}`desktop-backends` — Available desktop backends and platform-specific optimization |
| |
| ## Tutorials |
| |
| - {doc}`raspberry_pi_llama_tutorial` — Cross compiling ExecuTorch for the Raspberry Pi on Linux Host |
| |
| ```{toctree} |
| :hidden: |
| using-executorch-cpp |
| using-executorch-building-from-source |
| desktop-backends |
| raspberry_pi_llama_tutorial |