You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24-2Lines changed: 24 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,19 @@ RexOS is a long-running agent operating system: persistent memory, tool sandboxi
6
6
7
7
This repository is bootstrapped with a long-running harness (`features.json`, `init.sh`, `rexos-progress.md`). Work is tracked by flipping feature `passes` from `false` → `true`.
8
8
9
+
## Install
10
+
11
+
### Option A: Download a prebuilt binary (recommended)
12
+
13
+
Download the archive for your OS from GitHub Releases, extract it, and put `rexos` (or `rexos.exe`) somewhere on your `PATH`.
14
+
15
+
### Option B: Build from source
16
+
17
+
```bash
18
+
cargo build --release -p rexos-cli
19
+
./target/release/rexos --help
20
+
```
21
+
9
22
## Quick start (dev)
10
23
11
24
```bash
@@ -21,15 +34,24 @@ RexOS defaults to `ollama` at `http://127.0.0.1:11434/v1` in `~/.rexos/config.to
0 commit comments