Install Stellarion globally using npm:
npm install -g stellarion
Check that Stellarion is installed correctly:
stellarion status
Initialize Stellarion for your project:
cd /path/to/your/project
stellarion init
This command:
.stellarion directory for project dataFor AI-powered semantic search, download the RoBERTa model files (approximately 500MB):
curl -sSL https://raw.githubusercontent.com/stellarion/stellarion/main/scripts/download-models.sh | bash
curl -sSL https://raw.githubusercontent.com/stellarion/stellarion/main/scripts/download-models.sh | bash -s /path/to/models
Configure the model path in .stellarion/.env:
ROBERTA_MODEL_PATH=/path/to/models/roberta-base
Continue to the Quick Start guide to run your first analysis.