> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ospribrain.com/llms.txt
> Use this file to discover all available pages before exploring further.

# OSPRI Science Desktop

> The current OSPRI Science desktop workspace, release status, and supported workflows.

OSPRI Science is a local-first desktop workspace for scientific chat, files, research, code, and long-running cloud work. Its interface is organized around Projects and Chats so non-technical users do not need to assemble a developer environment before starting useful work.

<Warning>
  **Release status:** Full Workstation is still release-gated. Setup cannot install it until OSPRI publishes the signed runtime manifest and matching component archives. The final Mac and Windows installers are also still being validated. If Setup says the runtime is unavailable, do not substitute or rename another platform's files.
</Warning>

## The workspace

The left rail remains visible on Home, project, and chat pages.

| Area              | Current behavior                                                                                              |
| ----------------- | ------------------------------------------------------------------------------------------------------------- |
| **New chat**      | Starts unfiled on Home, inside the visible project on a project page, or beside the current chat in chat view |
| **Deep Research** | Opens the cloud research workflow                                                                             |
| **Files**         | Browses, searches, opens, previews, reveals, and syncs the OSPRI Science workspace                            |
| **Generations**   | Shows cloud background agent runs and their status                                                            |
| **Connections**   | Configures model and optional service connections                                                             |
| **Projects**      | Groups related chats, files, sources, and project settings                                                    |
| **Chats**         | Shows the current project's chats or a global rail scope on Home                                              |
| **Search**        | Finds projects and chats or starts an action                                                                  |

The project chooser above the composer opens the same search surface.

<CardGroup cols={2}>
  <Card title="First-run setup" icon="download" href="/science-desktop/quickstart">
    See the exact setup flow and current release gates.
  </Card>

  <Card title="Projects and chats" icon="folder" href="/science-desktop/projects-and-chats">
    Understand research projects, coding projects, and chat scope.
  </Card>

  <Card title="Permissions and privacy" icon="shield" href="/science-desktop/permissions-and-safety">
    Learn what runs locally, what a provider receives, and when OSPRI asks.
  </Card>

  <Card title="Troubleshooting" icon="wrench" href="/science-desktop/troubleshooting">
    Diagnose setup, runtime, connection, sync, Git, and job failures.
  </Card>
</CardGroup>

## Full Workstation

The release payload defines 18 component roots. They include Node, CPython 3.12, uv, portable Git, FFmpeg, ripgrep, jq, archive tools, CA certificates, Chromium, the computer-use driver, the Python sidecar, and six science packs.

The release pipeline signs and tamper-checks these components and rejects binaries for the wrong processor. The app does not require Homebrew, system Python, system Node, WSL, or Docker for its managed tool path.

<Info>
  The six verified science-pack roots are added to a trusted managed Python import path for agent shell, visible terminal, and local coding commands. OSPRI does not inherit a user-supplied `PYTHONPATH`.
</Info>

## Public platform lane

| Computer               | Current public status                                                           |
| ---------------------- | ------------------------------------------------------------------------------- |
| Mac with Apple silicon | Runtime target exists. Final signed app acceptance is pending                   |
| Intel Mac              | Runtime target exists. Final signed app acceptance is pending                   |
| Windows 11 x64         | Intended Windows public lane. Authenticode and installer acceptance are pending |
| Windows 10             | Not in the current public release contract                                      |
| Windows on ARM         | Explicitly blocked                                                              |

Windows on ARM is blocked because required upstream binaries and Python wheels are incomplete. OSPRI does not relabel x64 artifacts as ARM artifacts.

## Local-first, not local-only

Local shell, file, Git, browser-driver, and code tools run on the selected computer. A hosted model still receives the prompt, tool results, and authorized attachment information needed for that turn. The composer and connection settings identify the active execution lane.

Read [Permissions and Safety](/science-desktop/permissions-and-safety) before using sensitive files.
