Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
*.py text eol=lf
# Keep dependency lockfiles tracked without including their generated contents in diffs.
Cargo.lock -diff linguist-generated
pixi.lock -diff linguist-generated
uv.lock -diff linguist-generated
deno.lock -diff linguist-generated
flake.lock -diff linguist-generated
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,4 @@ site/

# Optuna study store, written by the relocalization eval (see lidar/eval.md)
optuna.db
.dimos/
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,13 +137,8 @@ Dimensional is agent native -- "vibecode" your robots in natural language and bu

# Installation

## Interactive Install

```sh skip
curl -fsSL https://raw.githubusercontent.com/dimensionalOS/dimos/main/scripts/install.sh | bash
```

> See [`scripts/install.sh --help`](scripts/install.sh) for non-interactive and advanced options.
The interactive installer is being consolidated in [`installer/`](installer/).
Until installation checks pass on the supported platforms, use the manual guides below.

## Manual System Install

Expand Down
5 changes: 5 additions & 0 deletions installer/AGENTS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Installer development

Follow root AGENTS.md. This independent Rust workspace contains installation code
only. Run Cargo tests and Clippy with --manifest-path installer/Cargo.toml.
Keep required failures fatal; do not restore app/service management or publishing.
Loading
Loading