Skip to main content
Install Repoch directly from the GitHub repository for the latest features and development access.

Prerequisites

Repoch requires Python 3.10 or higher and uses uv for dependency management.
  • Python 3.10+
  • uv
  • Node.js (for building the frontend)

Installation

1

Clone the repository

git clone https://github.com/soursop-robotics/repoch.git
cd repoch
2

Build the frontend

npm install --prefix repoch/apps/web_app
npm run build --prefix repoch/apps/web_app
3

Install dependencies

uv sync
4

Verify installation (activate venv first)

repoch --version

Next Steps

Start the Server

Launch your first Repoch server