> For the complete documentation index, see [llms.txt](https://docs.clore.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.clore.ai/clore.ai/clore.ai-eng-zh/zhu-ye/clorent.md).

# Clore 桌面应用

Clore.ai GPU 市场的原生桌面客户端

Clorent 是 Clore.ai 的官方桌面应用程序——将完整市场体验以快速原生应用的形式带到 **macOS、Windows 和 Linux**。无需打开浏览器，即可浏览和租用 GPU、管理订单、运行您的主机集群并处理钱包。

从以下位置下载： [clore.ai/clorent](https://clore.ai/clorent).

## 租用

* **按需与现货一览无余** ——整个市场支持三种视图（卡片、紧凑行或完整数据表）以及列选择器。
* **带已保存预设的高级筛选**、带历史记录的自由文本搜索，以及并排服务器对比。
* **现货结算** ——出价达到或高于主机的最低要求，即可立即启动，并享受更低的租用和创建费用。
* **价格教练** ——针对任意服务器价格或现货出价提供即时市场位置提示（例如：“比 80% 的同类 RTX 4090 服务器更便宜”），并按每块 GPU 归一化。
* **快速部署** 支持按镜像定制的表单（Ubuntu、Jupyter、HiveOS、自定义 Docker 镜像）、SSH 密钥、环境变量和端口转发；并可复用订单模板。
* **批量租用** ——一次将相同配置部署到多台服务器上。
* **订单仪表板** ——按颜色区分的实时状态、按订单启动/停止/续租/取消，以及按分钟计费。

## 主机托管

* **我的服务器** ——您的全部主机集群，带有每台服务器的实时统计：每块 GPU 的温度条以及 CPU/RAM 负载，并提供一个详情面板，近乎实时显示每块 GPU 的利用率和 VRAM。
* **从应用中添加服务器** ——可对单台机器进行快速或高级安装，也可为 Ubuntu（cloud-init、SSH 循环、Ansible）和 HiveOS（flight sheet）集群进行批量接入。
* **服务器操作** ——MFP 锁、超频配置文件、USD 自动定价、重命名/重启/移除、VPN 和 Partner 开关、网络测速，以及收益仪表板。

## 钱包与账户

* 多币种余额及其 USD 等值；可充值和提现 BTC、CLORE、USDT 和 USDC。
* 交易历史记录以及带有费用明细的支出仪表板。
* 可使用邮箱或 HiveOS 登录；双重身份验证；本地 PIN 应用锁；API 密钥和 SSH 密钥管理。

## 组织

* 每台服务器的私密备注、带原因的关注列表和黑名单、置顶和收藏，以及用于快速操作的右键上下文菜单。

## 深度链接

Clorent 会注册 `clore://` 协议，因此像 `clore://marketplace`, `clore://server/123`, `clore://order/456`，或 `clore://wallet` 可直接在应用中打开。

{% hint style="info" %}
在支持以下功能的服务器上 [部分 GPU 租用](/clore.ai/clore.ai-eng-zh/mian-xiang-zu-yong-zhe/partial-gpu-rental.md)，Clorent 会在结账时显示 GPU 数量选择器。随着主机升级到支持该功能的托管软件，选择器会自动出现。
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.clore.ai/clore.ai/clore.ai-eng-zh/zhu-ye/clorent.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
