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.gitcd singularcorecp .env.example .env./start.shAccess the Dashboard
Once running, access the web dashboard at:
http://localhost:3000Configuration
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
| Platform | Status |
|---|---|
| Linux | Primary |
| Windows | Supported |
| macOS (Apple Silicon) | Supported |
| macOS (Intel) | Dev only |
Next Steps
- Read the Usage Guide
- Explore available Skills
- Check the API Reference