> 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/main/clorent.md).

# Clorent Desktop App

Native desktop client for the Clore.ai GPU marketplace

Clorent is the official Clore.ai desktop application — the full marketplace experience as a fast native app for **macOS, Windows, and Linux**. Browse and rent GPUs, manage orders, run your host fleet, and handle your wallet without opening a browser.

Download it from [clore.ai/clorent](https://clore.ai/clorent).

## Renting

* **On-demand and Spot in one view** — the whole marketplace with three views (cards, compact rows, or a full data table) and a column picker.
* **Advanced filters with saved presets**, free-text search with history, and side-by-side server comparison.
* **Spot checkout** — bid at or above the host's minimum, instant start, lower renter and creation fees.
* **Price Coach** — an instant market-position hint on any server price or spot bid (e.g. "cheaper than 80% of comparable RTX 4090 servers"), normalized per GPU.
* **Quick Deploy** with image-specific forms (Ubuntu, Jupyter, HiveOS, custom Docker image), SSH keys, environment variables, and port forwarding; reusable order templates.
* **Mass rent** — deploy the same configuration onto multiple servers at once.
* **Orders dashboard** — color-coded live statuses, per-order start/stop/extend/cancel, per-minute billing.

## Hosting

* **My Servers** — your full fleet with live per-server stats: per-GPU temperature bars and CPU/RAM load, with a detail sheet showing utilization and VRAM per GPU in near real time.
* **Add servers from the app** — quick or advanced install for a single machine, plus mass onboarding for Ubuntu (cloud-init, SSH loop, Ansible) and HiveOS (flight sheet) fleets.
* **Server operations** — MFP lock, overclocking profiles, USD autopricing, rename/reboot/remove, VPN and Partner toggles, internet benchmark, and an earnings dashboard.

## Wallet & Account

* Multi-currency balances with USD equivalents; deposit and withdraw BTC, CLORE, USDT, and USDC.
* Transaction history and a spending dashboard with cost breakdowns.
* Sign in with email or HiveOS; two-factor authentication; a local PIN app lock; API key and SSH key management.

## Organization

* Private notes per server, watchlist and blacklist with reasons, pins and favorites, and a right-click context menu for quick actions.

## Deep Links

Clorent registers the `clore://` scheme, so links like `clore://marketplace`, `clore://server/123`, `clore://order/456`, or `clore://wallet` open straight in the app.

{% hint style="info" %}
On servers that support [Partial GPU Rental](/for-renters/partial-gpu-rental.md), Clorent shows a GPU-count picker at checkout. The picker appears automatically as hosts upgrade to hosting software that supports it.
{% 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/main/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.
