Modular AI-Native Cognitive Operating Kernel for Multi-GPU Inference, Autonomous Multi-Agent Swarms & Dynamic Extensible Ecosystem
๐ฌ๐ง English โข ๐ฎ๐น Italiano โข ๐ฆ GitHub Repository
1. Interactive Release Board, Dynamic Skills Showcase Slider & 4-Step Kernel Workflow
2. Streaming Chat AI Workspace with Sub-100ms TTFT, SigmaEngine Multi-GPU & 12 MCP Servers
3. Modelli Hub: Hugging Face Downloader & Tab 2 GGUF Quantization Forge
Sigma Studio is an open-source, executable AI Operating Kernel engineered around a lightweight, watertight Micro-Kernel paired with a dynamic Runtime Module Ecosystem. It combines an ultra-fast Python 3.10+ FastAPI backend with a GPU-accelerated React 19 + Vite 8 frontend.
Multi-agent teams interact through Modelfile manifests, standard Model Context Protocol (MCP) tools, and specialized lab environments installed on-demand from the official GitHub ecosystem.
+-----------------------------------------------------------------------------------------+
| ฮฃ-SIGMA STUDIO COGNITIVE KERNEL |
+-----------------------------------------------------------------------------------------+
| โก SigmaEngine (Multi-GPU CUDA) | โ๏ธ Providers Hub (100% Interoperable) | ๐ 20 Modelfiles |
| (C++/PyTorch FlashAttn-2 Shard) | (OpenAI, Claude, Gemini, DeepSeek) | (Manifesti Hub) |
+-----------------------------------------------------------------------------------------+
| ๐ 12 MODEL CONTEXT PROTOCOL SERVERS |
+-----------------------------------------------------------------------------------------+
| ๐ ๏ธ Dev / Workspace | ๐ Web Search & DNS | โ๏ธ Email Client | ๐ฌ Telegram / Slack |
| ๐
Calendar & Tasks | ๐ง Vector Memory RAG | ๐ IoT HomeAss | โก GPU VRAM Flush |
+-----------------------------------------------------------------------------------------+
| ๐งฉ 15 MODULAR OPEN-SOURCE LABS |
+-----------------------------------------------------------------------------------------+
| ๐จ Creative Lab 3D/2D | ๐ง Training Lab & SLM | ๐๏ธ Voice Studio (Kokoro) |
| ๐ฌ Pipelines Lab & Swarm | โก Hardware & GPU Telemetry| ๐ Smart Domotica Assistant |
| ๐
Roadmap & Task Audit | ๐ Knowledge Graph D3 | ๐ป Hi-Fi Audio Lounge |
+-----------------------------------------------------------------------------------------+
- Zero-Bottleneck C++/PyTorch Layer Sharding: Automatically partitions large LLMs (from 0.5B to 70B+) across available GPUs, Apple Silicon Metal, or CPU cores and system RAM.
- Sub-100ms TTFT: Ultra-low Time To First Token with native FlashAttention-2 acceleration and continuous KV-cache streaming.
- Hugging Face Downloader: Search and download any open-source model directly from Hugging Face with resilient resumable multi-stream downloading.
- Tab 2 GGUF Quantization Forge: Integrated in-memory converter and quantizer (Q4_K_M, Q5_K_M, Q8_0, FP16) to tailor model weight precision to your hardware VRAM without external CLI tools.
- Seamlessly switch between native local SigmaEngine execution and external Cloud Providers (OpenAI GPT-4o, Anthropic Claude 3.5, Google Gemini 2.0 Flash, DeepSeek-R1, Groq, Ollama).
- Intelligent local intent router for rapid ~100ms classification and autonomous multi-agent dispatching.
- Enforce strict persona contracts, ethical boundaries, and reasoning pipelines through 20 specialized Modelfile manifests (Architect, Developer, Mathematician, Medical Specialist, Legal Jurist, Security Auditor, etc.).
- Native Kernel Servers: Developer CLI & Pytest, Web Search & DNS Diagnostics, Email Management, Messaging Webhooks, Calendar Scheduling, Inference Fallbacks.
- Modular Extension Servers: Home Assistant IoT, NVIDIA NVML Hardware & VRAM Flush, Neural Voice TTS, D3 Memory Graph, QLoRA Training.
- Interactive Permission Governance: Granular confirmation dialogs and access control for system-level operations.
- Strict Path Whitelist: Confines filesystem writes to authorized directories (
data/,manifesti/,scratch/,sigma_studio/,core/). - Subprocess Isolation: Static AST analysis preventing unauthorized Python code execution.
All optional modules can be installed with a single click from the Hub Skills & Extensions:
| Module ID | Name | Category | Key Features |
|---|---|---|---|
sigma_creative_lab |
Creative Lab 3D/2D | Multimodal & Graphics | FLUX/SDXL Text-to-Image, SAM2/rembg background removal, Hunyuan3D/TripoSR generation, PBR materials, Blender headless rendering. |
sigma_training_lab |
Training Lab & SLM | LLM Training & SLM | Unsloth QLoRA, PEFT, Gradus Functional Weight Engine (FWE), Autopilot hyperparameter search, GGUF quantization, MMLU benchmarks. |
sigma_voice_studio |
Voice Studio & Speech | Neural Voice & Audio | Kokoro 82M ultra-fast TTS (<80ms), Coqui XTTS-v2 zero-shot voice cloning, pitch/speed tuning, live waveform visualizer, Voice MCP. |
sigma_hardware_lab |
Hardware & GPU Telemetry | System & VRAM | Live VRAM allocation, GPU/CPU telemetry charts, CUDA process monitor, zombie task termination, one-click VRAM flush. |
sigma_research_lab |
Pipelines Lab & Swarm | Research & Automation | Visual DAG pipeline designer, multi-agent research loops, step-by-step execution inspector, self-healing code generator. |
sigma_knowledge |
Argomenti & Knowledge Graph | Knowledge & Memory | D3 force-directed interactive relational graph, Universal Knowledge Nodes explorer, RAG vector search, Memory MCP server. |
sigma_roadmap |
Roadmap & Task Kanban | Productivity & Tasks | Interactive Calendar, drag-and-drop Kanban task board, chronological audit trail, milestone tracker. |
sigma_domotica |
Smart Home Assistant | IoT & Home Automation | Home Assistant WebSocket/REST bridge, device control, automation triggers, climate & solar power modulation. |
- OS: Windows 10/11 or Linux x86_64
- Python: 3.10 or higher
- Node.js: 18.0+ and npm 9.0+
- CUDA Toolkit (Recommended for GPU acceleration): NVIDIA CUDA 12.0+
git clone https://github.com/Sigmanih/SigmaStudio.git
cd SigmaStudioDouble-click install_dependencies.bat or run:
.\install_dependencies.bat# 1. Setup Virtual Environment
python -m venv .venv
source .venv/bin/activate # On Windows: .venv\Scripts\activate
pip install -r requirements.txt
# 2. Build Frontend
cd sigma_studio
npm install
npm run build
cd ..
# 3. Start Server
python sigma_server.pyRun the one-click launcher on Windows:
.\sigma_studio.batOr start manually:
python sigma_server.pyOpen your browser at http://localhost:8000.
Run the Pytest kernel test suite:
pytest tests/ -vAll kernel tests validate MCP governance, agent routing, FastAPI endpoints, security sandboxing, and chat streaming with a 100% success rate.
Sigma Studio is licensed under the Apache-2.0 License. Continuous updates and optimizations are pushed regularly. Check the official GitHub Repository for new releases.



