๐งฉ Installation
Whether you're running it locally as a Python dev or deploying in containers as an ops engineerโLocentra OS installs cleanly, boots fast, and stays under your control.
This guide covers both manual setup and Docker-based deployment.
๐งช System Requirements
Minimum:
Python 3.10+
Node.js 18+
PostgreSQL 13+
Docker & Docker Compose (for containerized setup)
Recommended:
Unix-like system (Linux/macOS)
8GB+ RAM for live inference and training
GPU (CUDA) if using large models locally
๐งฑ 1. Clone the Repository
๐ 2. Manual Installation (Local Python Setup)
Ideal for devs who want to step through the system layer by layer.
๐น Backend Setup
๐น Environment Variables
Copy the default .env
and adjust settings:
Example config:
๐น Frontend Setup
๐น Start Services
Backend:
Frontend:
Initialize Database:
๐ณ 3. Docker Deployment (Recommended)
Fastest way to run the full stack locally. Clean, reproducible, no system conflicts.
๐น One-Liner Boot
๐น Access Points
Logs are streamed to console by default. Extend
docker-compose.yml
to route logs or mount volumes as needed.
๐ 4. Backend Structure Overview
The backend is modularโevery service, agent, or component can be extended or replaced.
Last updated