Get Started with CodexSigma IDE

Choose your setup โ€” local (free, offline) or hosted (cloud AI)

Option A โ€” 5 minutes

๐Ÿ–ฅ๏ธ Local Setup (Free, Offline)

Everything runs on your machine. No internet needed after setup.

1. Install Ollama

Download from ollama.com โ€” macOS, Windows, Linux

2. Pull the code model

ollama pull deepseek-coder:6.7b

3. Start the IDE

git clone https://github.com/Drjoevinodhraj/-quantwise-os.git
cd -quantwise-os
npm install
npm run start:ide

Or one-click (macOS/Linux)

./scripts/start-student.sh

4. Open browser

Go to http://localhost:5173

Option B โ€” 2 minutes

โ˜๏ธ Hosted Setup (Cloud AI)

Get a free Groq API key for faster AI.

1. Get a Groq key

Go to console.groq.com โ†’ Sign up โ†’ Create API Key

2. Set the key

export OPENAI_API_KEY=gsk_your_key_here
export OPENAI_BASE_URL=https://api.groq.com/openai/v1
export AI_MODEL=llama-3.3-70b-versatile

3. Start the IDE

npm run start:ide
Quick Start

๐Ÿš€ Using the IDE

โšก Dr. Q โ€” Click the red button. Type what you want to build. Press Run.

๐Ÿค– Team โ€” Click the Team button. Describe a task. Watch 4 agents work together.

โš› Qubit Search โ€” Click Qubit. Pick a pattern. Search your code.

๐Ÿ›ก๏ธ Compliance โ€” Click Compliance. See real-time security scan results.

๐Ÿš€ Launch IDE Now