> For the complete documentation index, see [llms.txt](https://docs.wemix.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wemix.com/en/install-and-operation/download.md).

# Download

## Blockchain client binary for Linux <a href="#get-the-packages" id="get-the-packages"></a>

* [gwemix v0.10.0](https://github.com/wemixarchive/go-wemix/releases/tag/w0.10.0)
* [gwemix v0.10.1](https://github.com/wemixarchive/go-wemix/releases/tag/w0.10.1)
* [gwemix v0.10.2](https://github.com/wemixarchive/go-wemix/releases/tag/w0.10.2)
* [gwemix v0.10.3](https://github.com/wemixarchive/go-wemix/releases/tag/w0.10.3)
* [gwemix v0.10.4](https://github.com/wemixarchive/go-wemix/releases/tag/w0.10.4)
* [gwemix v0.10.5](https://github.com/wemixarchive/go-wemix/releases/tag/w0.10.5)

### Chaindata (Rocksdb Only)

Chaindata of WEMIX3.0 mainnet and testnet can be downloaded p2p by running gwemix client. However, as the size of blockchain data continues to increase, the time required for synchronization is also increasing. Therefore, for the convenience of users, the WEMIX Foundation provides chaindata of WEMIX3.0 mainnet and testnet by daily backup and compression. After downloading the chaindata through the link below, you can use it by unzipping it in the `$GWEMIX_HOME/geth` directory.

* [Mainnet](https://packages.wemix.com/)
* [Testnet](https://packages.test.wemix.com/)


---

# 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:

```
GET https://docs.wemix.com/en/install-and-operation/download.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.
