You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A next-generation AI workspace that unifies multi-provider inference, self-improving agents, context memory, scheduled automation, research pipelines, and 44 power tools into a single desktop application.
The script automatically installs Node.js (via winget), clones the repo, installs dependencies, sets up the SQLite database, and launches the dashboard at http://localhost:3000.
The script installs Node.js (via nvm if missing), clones the repo, installs dependencies, runs Prisma migrations, and starts the dev server.
Manual Install
git clone https://github.com/rachidSabah/INFOHASCLAWHUB.git
cd INFOHASCLAWHUB
npm install
npx prisma db push --accept-data-loss
npx prisma generate
npm run dev
Starting the Dashboard
After installation completes, the dashboard starts automatically. If you need to start it manually:
# Development mode (recommended)cd INFOHASCLAWHUB
npm run dev
# Production mode (faster, more stable)
npm run build
npx next start
npm run dev:lan # Binds to 0.0.0.0:3000 for network access
WSL users accessing from Windows browser:
hostname -I # Get your WSL IP, then browse to http://<WSL-IP>:3000
Uninstall
# WSL / Linux
curl -fsSL https://raw.githubusercontent.com/rachidSabah/INFOHASCLAWHUB/main/uninstall.sh | bash
# Windows (PowerShell)
irm https://raw.githubusercontent.com/rachidSabah/INFOHASCLAWHUB/main/uninstall.bat -OutFile uninstall.bat; .\uninstall.bat
AI Provider Setup
ClawHub supports multiple AI providers. You can configure them in Settings > Providers or via environment variables.
Gemini CLI (Default — Free, No API Key Needed)
Gemini CLI provides free access to Google's Gemini models through your Google account. No API key or credit card required.
Install on Windows:
npm install -g @google/gemini-cli
Install on WSL / Linux:
npm install -g @google/gemini-cli
Authenticate:
gemini # Follow the Google OAuth login flow in your browser
Verify installation:
gemini --version
Once authenticated, Gemini CLI is automatically detected by ClawHub. No further configuration needed — just select a Gemini model from the model dropdown in the top bar.
Troubleshooting: If gemini is not recognized after installation, restart your terminal/WSL session to refresh the PATH. On Windows, ensure %APPDATA%\npm is in your system PATH.
In ClawHub, go to Settings > Providers > Add Provider
Name: BigModel, Base URL: https://open.bigmodel.cn/api/paas/v4, paste your API key
OpenAI / Anthropic / Groq
Obtain an API key from the respective provider
In ClawHub, go to Settings > Providers > Add Provider
Enter the provider name, base URL, and API key
Proxima (Local Browser Gateway)
Install and start Proxima locally on port 3210
Automatically detected — no key needed
Hybrid Router
The Hybrid Router benchmarks all configured providers in real time, scoring them on latency, cost, and quality. It auto-selects the best provider for each request or races multiple providers and returns the fastest response. Enable it from the Power Tools menu.
Features
AI Inference and Chat
Feature
Description
Multi-Provider AI
Gemini CLI, DeepSeek, BigModel/GLM, OpenAI, Anthropic, Groq, Proxima, and any OpenAI-compatible endpoint
OpenAI-Compatible Gateway
Full /v1/chat/completions and /v1/models endpoints for external integrations
Real-Time Streaming
Server-Sent Events (SSE) streaming with typing indicators and progressive token delivery
Persistent Chat History
SQLite-backed storage — all conversations are saved locally and fully searchable
Multi-Tab Chat
Open and switch between multiple conversations like browser tabs
Favorites and Rename
Star conversations, rename them, and filter by starred or date
Smart Sidebar
Conversations grouped by Today/Yesterday/Date with context-menu actions
File Attachments
Attach files to any message for AI processing
Markdown Rendering
Full GFM markdown in assistant responses with syntax highlighting
Conversation Export
Export any conversation as Markdown or JSON
Agents and Orchestration
Feature
Description
Custom Agents
Create AI personas with unique system prompts, skills, and behavior profiles
Agent Orchestration
Visual pipeline builder for chaining agents in multi-step workflows
Agent Import/Seed
Import agent configurations or seed from 46 built-in agent templates
Skills System
50+ modular skill files for specialized AI behaviors (coding, research, design, finance, etc.)
Self-Improving Agents
Agents that record experiences, reflect on outcomes, and evolve their prompts over time
Agent Experience Tracking
Execution scoring and performance metrics stored per agent
Autonomous Coding
Full Plan-to-Code-to-Test-to-Fix-to-Commit pipeline with rollback support
Swarm Coordination
Queen-led agent swarms with consensus-based decision making
SONA Self-Learning
Neural pattern recognition and trajectory learning for adaptive agent behavior
Memory and Knowledge
Feature
Description
Universal Context Memory
Cross-session context retention with HNSW vector-based semantic retrieval
Memory Linking
Connect related memories across conversations and agents
Context Compression
Automatic compression of long contexts to maintain relevance
Context Pruning
Intelligent pruning of stale or low-value memory entries
Knowledge Base
Document ingestion, chunking, embedding, and semantic search
Knowledge Graph
Entity-relationship mapping with graph traversal and visualization
Memory Statistics
Real-time stats on memory usage, linkage density, and recall accuracy
Artifact System (Claude-Artifacts Style)
Feature
Description
Auto-Detection Engine
Automatically detects 11 artifact types in AI responses
Live Streaming Preview
Right-side resizable preview panel with fullscreen mode
Multi-Tab Interface
Pin, favorite, and navigate recent artifacts
Document Export
Export to DOCX, PDF, XLSX, PPTX, Markdown, HTML, CSV
Shareable Links
Generate shareable links with view tracking
Version History
Full version history with rollback capability
Sandbox Preview
Isolated sandbox for React/HTML/Tailwind code rendering
Document Generation Engine
Format
Capabilities
DOCX
Reports, proposals, resumes with sections, bullets, tables, and styling
PDF
Styled paginated documents with embedded fonts and layout control
XLSX
Multi-sheet workbooks with headers, formatting, and formulas
PPTX
Presentation slides with bullets, layouts, and speaker notes
CSV / Markdown / HTML
Direct flat-file exports with automatic format detection
Scheduling and Automation
Feature
Description
Cron Scheduler
Schedule agents and tasks with full cron expression support
Cron Workers
Background worker processes for always-on agent execution
Self-Healing Tasks
Automatic detection and recovery of failed scheduled tasks
Scheduler Panel
Visual UI for managing, monitoring, and testing cron jobs
Enterprise and Security
Feature
Description
AI Defence System
Prompt injection detection, PII scanning, and threat level monitoring
Encryption Vault
AES-256-GCM at-rest encryption for sensitive data
Zero-Trust Federation
Cross-machine mutual TLS with Ed25519 key verification
Compliance Engine
Audit log management, policy enforcement, and automated compliance scanning
Security Vault
Secret scanning, exposure detection, and vulnerability tracking
Collaboration and Multi-Device
Feature
Description
LAN Network Access
Run the dashboard on your machine, access from any device on the network
Auto-Detected IP
Local IP automatically discovered with shareable URL
CORS Headers
Cross-origin access support for web integrations
Real-Time Collaboration
Shared sessions with synchronized editing and context
Mobile Companion
Monitor your dashboard from a mobile device with push notifications
8-Tier Power Tools System
Tier 1 — Game Changers
Tool
Description
Agent Orchestration
Visual multi-step pipeline builder for chaining agents, with approval gates, pause/resume, and status tracking
Autonomous Coding
Full software development loop — Plan, Code, Test, Fix, Commit — with iteration, rollback, and plan management
Model Router
Smart AI model switching based on task type, latency, and cost; per-conversation model selection with grouped dropdowns
Codebase Intelligence
Semantic code search, security vulnerability scanning, dependency analysis, and code indexing across your project
AI Pair Terminal
AI monitors your terminal output in real time, suggests commands, and detects errors proactively
Kanban Board
Task management board with AI agent assignment, card movement, and progress tracking
Architecture Mapper
Codebase visualization, dependency graphing, and architectural pattern detection
Tier 2 — Power Features
Tool
Description
Comms Hub
Unified messaging across WhatsApp, Telegram, Discord, and Slack with broadcast and status monitoring
Cross-Provider Consensus
Ensemble voting — send a prompt to multiple AI providers simultaneously and aggregate the best answer
Visual UI Builder
Screenshot-to-component pipeline; generate React/Next.js components from visual mockups with AI