> For the complete documentation index, see [llms.txt](https://planetz.gitbook.io/planetz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://planetz.gitbook.io/planetz/getting-started/install.md).

# Install

> Status: Getting started · Target version 0.1.x

***

The easiest way to get Planetz Agent Deck onto macOS is to download the `dmg` from GitHub Releases.

## Download

* Latest release page: <https://github.com/guilz-dev/planetz-release/releases/latest>
* Direct download: <https://github.com/guilz-dev/planetz-release/releases/latest/download/Planetz-Agent-Deck.dmg>

If no release has been published yet, these links return a 404. In that case, check with whoever manages distribution about the latest release status.

## Install steps

1. Download `Planetz-Agent-Deck.dmg` from the link above.
2. Open the downloaded `dmg`.
3. In the window that appears, drag `Planetz Agent Deck.app` into your `Applications` folder.
4. Once the copy finishes, eject the `dmg`.
5. Open `Planetz Agent Deck` from `Applications`.

## First launch

macOS may ask you to confirm on first launch.

* If it opens directly, continue as normal.
* If you see “cannot be opened,” right-click the app and choose `Open`, or allow it from `System Settings > Privacy & Security`.

A DMG that is signed and notarized for distribution will normally launch as-is. An unsigned DMG built locally may be blocked by Gatekeeper on another Mac.

## Do I need any extra setup?

Usually not. The Planetz Agent Deck `dmg` bundles the orbit and Node it needs to run, so you should be able to use it without installing `takt` or Node.js separately.

## Updating

To update to a newer version, download the latest `dmg` and replace `Planetz Agent Deck.app` in `Applications`.


---

# 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://planetz.gitbook.io/planetz/getting-started/install.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.
