Organize headers

This commit is contained in:
James Murdza
2025-08-27 21:03:11 -04:00
parent 1be96220c1
commit 40254ee652

View File

@@ -3,7 +3,7 @@ title: Installation
description: Installation instructions for the current version of the Lume CLI.
---
## Quick Start
## Quickstart
Install and run a prebuilt macOS VM in two commands:
@@ -24,7 +24,7 @@ All prebuilt images use the default password `lume`. Change this immediately aft
- At least 8GB of RAM (16GB recommended)
- At least 50GB of free disk space
## Install
## Install with Script
Install with a single command:
@@ -32,6 +32,7 @@ Install with a single command:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/trycua/cua/main/libs/lume/scripts/install.sh)"
```
### Manual Start (No Background Service)
By default, Lume is installed as a background service that starts automatically on login. If you prefer to start the Lume API service manually when needed, you can use the `--no-background-service` option:
```bash
@@ -42,4 +43,5 @@ By default, Lume is installed as a background service that starts automatically
With this option, you'll need to manually start the Lume API service by running `lume serve` in your terminal whenever you need to use tools or libraries that rely on the Lume API (such as the Computer-Use Agent).
</Callout>
## Manual Download and Installation
You can also download the `lume.pkg.tar.gz` archive from the [latest release](https://github.com/trycua/cua/releases?q=lume&expanded=true), extract it, and install the package manually.