Thalamus LabzThalamus Labz
Back to Docs
Getting Started

Installation

Detailed installation instructions for all Thalamus Labz projects.

System Requirements

Minimum Requirements

  • • Node.js 18+
  • • 4GB RAM
  • • 2GB free disk space
  • • Docker (optional)

Recommended

  • • Node.js 20 LTS
  • • 8GB+ RAM
  • • 5GB free disk space
  • • Docker & Docker Compose

Install from Source

Terminal
# Clone the repository
git clone https://github.com/thalamuslabz/SOPHIAClaw.git
cd SOPHIAClaw

# Install dependencies
npm install

# Or with pnpm (recommended)
pnpm install

Docker Installation

The easiest way to get started is with Docker:

# Clone the repository
git clone https://github.com/thalamuslabz/SOPHIAClaw.git
cd SOPHIAClaw

# Start with Docker Compose
docker-compose up -d

# View logs
docker-compose logs -f

Verify Installation

Health Check

Once installed, verify everything is working:

curl http://localhost:3000/health