Documentation Index
Fetch the complete documentation index at: https://docs.moorcheh.ai/llms.txt
Use this file to discover all available pages before exploring further.
Summary
| Requirement | Required? | Why |
|---|---|---|
| Python 3.10+ | Yes | Installs moorcheh-edge (CLI + SDK) |
| Docker | Yes | Runs the edge server container via moorcheh-edge up |
How install and startup work
| Step | What it does |
|---|---|
pip install moorcheh-edge | Installs the moorcheh-edge CLI and Python SDK |
moorcheh-edge up | Pulls moorcheh/moorcheh-edge:latest (if needed), starts Docker container, creates ~/.moorcheh-edge/data |
You do not need Rust or a local source checkout. The server runs from the published Docker image.
Python
Version: Python 3.10 or newerDocker
Verify Docker is running:moorcheh-edge up, Docker pulls moorcheh/moorcheh-edge:latest from Docker Hub.
Ports
| Port | Service |
|---|---|
| 8080 | Default Moorcheh Edge API |