Idexal Ide banner
idexal idexal

Idexal Ide

AI community

Description

Professional multi-agent AI IDE for every platform — Electron, React, Monaco, Rust engine. A strong open alternative to Cursor & Claude Code.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

⚡ Idexal IDE

**Professional Multi-Agent AI-Powered IDE — for every platform**

A strong open alternative to Cursor, Windsurf and VS Code + Copilot. Electron · React · Monaco · xterm · Rust engine · 90 panels · 118 bundled skills.


✨ Highlights

🤖 Multi-Agent AI Code / Debug / Architect / Review agents with orchestrator & workflows
🧩 Bundled Skills 118 production-ready SKILL.md skills auto-loaded & injected into agent context
📝 Monaco Editor Multi-cursor, column selection, AI code actions (quick-fix, explain, test-gen)
🖥️ Integrated Terminal xterm.js with WebGL rendering
🌿 Full Git Suite Staging, stash, rebase, cherry-pick, reflog, tags, blame, history + AI commit messages
🔀 Multi-Provider AI OpenAI · Anthropic · Google · Ollama (local) · custom gateways, with fallback chains
🧪 Quality Built-in 0 TS errors policy, vitest suite, CI on every push
🎨 Dark/Light Themes Brand-colored design system

📦 Install & Run

git clone https://github.com/idexal/idexal-ide.git
cd idexal-ide
npm install

# Development (Vite + Electron)
npm run dev

# Production build
npm run build
npm start

Distributables

npm run dist:win     # Windows installer/portable
npm run dist:mac     # macOS
npm run dist:linux   # Linux (AppImage/deb)

🏗️ Architecture

├── electron/        # Main process, preload, IPC (40+ handlers)
├── src/
│   ├── components/  # 90 feature panels (lazy-loaded)
│   ├── services/    # AI streaming, fallback chains, skills, memory…
│   ├── stores/      # Zustand stores (editor, settings, agent, memory)
│   └── extensions/  # Plugin SDK + sample extension
├── idexa-cli → moved to idexal/idexal-cli
├── rust-engine/     # High-performance analysis engine (Rust)
└── collab-server/   # Real-time collaboration (Yjs)

🤝 The Idexal Ecosystem

Repository Description
**idexal-ide