> For the complete documentation index, see [llms.txt](https://zokanetwork.gitbook.io/zokanetwork/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://zokanetwork.gitbook.io/zokanetwork/zsilent-core/installation-and-configuration.md).

# Installation and Configuration

ZSilent Core is distributed as a desktop application. The current implementation uses Kotlin/JVM, Compose Desktop, Material 3, Gradle Kotlin DSL, Ktor, and Windows MSI packaging.

## Local Development

```powershell
.\gradlew.bat run
.\gradlew.bat build
.\gradlew.bat packageMsi
```

## Binary Discovery

The app looks for Zoka binaries in common local build paths such as:

```
../target/release/zoka.exe
../target/release/zokahd.exe
../target/debug/zoka.exe
../target/debug/zokahd.exe
```

## First-Run Direction

The desktop flow is designed to guide users through the local setup sequence:

* Create or restore a wallet.
* Protect the wallet with a local password.
* Configure the local node.
* Choose whether to enable mining after setup.
* Save recovery material offline.
* Enter the dashboard with wallet, node, mining, and log visibility.

The setup flow should keep secrets local. Recovery phrases and wallet passwords belong on the user's machine, not in public forms, support messages, or explorer searches.


---

# 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://zokanetwork.gitbook.io/zokanetwork/zsilent-core/installation-and-configuration.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.
