# 下载二进制文件

对于喜欢简单安装的用户，Singularity 提供了适用于各种平台的预编译二进制文件。

* **支持的平台**：
  * Linux
  * MacOS
  * Windows

要下载适用于您操作系统的二进制文件，请前往[Singularity 发布页](https://github.com/data-preservation-programs/singularity/releases)。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://data-programs.gitbook.io/singularity/zh/installation/download-binaries.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
