> For the complete documentation index, see [llms.txt](https://docs.sesori.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sesori.com/get-started/early-access.md).

# Availability

Sesori is publicly available for iPhone and Android. The Bridge supports macOS, Linux, and Windows. Sesori desktop apps for macOS and Linux are still in development.

## Platforms

| Component                | Current availability                                                                              |
| ------------------------ | ------------------------------------------------------------------------------------------------- |
| **Sesori for iOS**       | [App Store](https://apps.apple.com/app/sesori/id6760642500), iOS 15 or later                      |
| **Sesori for Android**   | [Google Play](https://play.google.com/store/apps/details?id=com.sesori.app), Android 7.0 or later |
| **Sesori desktop app**   | macOS and Linux versions are in development                                                       |
| **Sesori Bridge**        | macOS, Linux, and Windows                                                                         |
| **AI coding assistants** | OpenCode, Codex, Cursor, Claude Code, Pi, Oh My Pi, and Hermes Agent                              |

The mobile app is the primary experience. See [Choose a harness](/setup/choose-a-harness.md) for assistant-specific installation and platform limits.

## Available workflows

With a connected Bridge, you can:

* Add or discover local projects and create folders from the app.
* Create and follow sessions for any enabled assistant.
* Send or queue prompts, dictate text, and attach images.
* Answer questions and permission requests when the assistant exposes them.
* Create dedicated Git workspaces for parallel sessions when the project supports them.
* Review local file changes and monitor branch and pull-request status.
* Archive or delete sessions with explicit cleanup checks.
* Choose notification categories for session activity, requests, connection status, and updates.

## Desktop updates

To hear when the macOS and Linux desktop apps are ready, [subscribe for updates](https://sesori.com/early-access).


---

# 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.sesori.com/get-started/early-access.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.
