Getting Started

Requirements

  • Python 3.10 or higher
  • 8GB RAM minimum (16GB recommended)
  • 10GB disk space
  • Linux, Windows, or macOS

Installation

git clone https://github.com/singularcore/singularcore.git
cd singularcore
cp .env.example .env
./start.sh

Access the Dashboard

Once running, access the web dashboard at:

http://localhost:3000

Configuration

Edit the .env file to configure:

  • LLM provider (OpenAI, Anthropic, local models)
  • API keys for your chosen provider
  • Memory and storage settings
  • Communication channels (Telegram, Discord, etc.)

Platform Support

PlatformStatus
LinuxPrimary
WindowsSupported
macOS (Apple Silicon)Supported
macOS (Intel)Dev only

Next Steps