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

# Desktop Installation

> Install the Miteos Desktop app for full computer-use capabilities.

# Desktop App Installation

The Miteos Desktop app gives agents full computer-use capabilities: mouse, keyboard, browser, file system, and IDE control.

## Download

* **Windows** — `Miteos-Setup.exe` (NSIS installer)
* **macOS** — `Miteos.dmg`
* **Linux** — `Miteos.AppImage` or `.deb`

## Requirements

* Windows 10/11, macOS 12+, or Ubuntu 20.04+
* 4 GB RAM minimum
* Internet connection (connects to platform.miteos.com)

## Features

* **Full Computer Use** — Agent controls mouse, keyboard, takes screenshots
* **Embedded Browser** — Real Chromium with anti-detection (not headless)
* **File Access** — Read/write files in approved folders
* **IDE Integration** — Open VS Code, create projects, run terminals
* **System Tray** — Background agents persist after window close
* **Auto-Update** — Differential updates, installs on quit

## Architecture

```
Electron Main Process
├── BrowserWindow (loads platform.miteos.com)
├── BrowserView (embedded stealth browser for agent)
├── Local Agent Runtime
│   ├── Screen Operator (mouse, keyboard, screenshots)
│   ├── Browser Operator (embedded Chromium)
│   ├── IDE Operator (VS Code, file system)
│   ├── Trading Operator (TradingView)
│   └── Coding Operator (project scaffolding)
└── Sync Bridge (WebSocket → platform)
```

## Security

* File access limited to user-approved folders
* All credentials stored in OS keychain
* No file access outside approved directories
* Agent actions require approval by default
