Self-Hosted · Enterprise-Ready · 100% Private

The AI Platform That Remembers, Collaborates, Protects

JEBAT combines eternal memory, multi-agent orchestration across 8 local LLMs, and enterprise security into one self-hosted platform.Download, install, and own your AI — no cloud dependency.

🤖
8
Local LLM Models
40+
Optimized Skills
🌐
5
LLM Providers
🔒
100%
Self-Hosted
Platform Overview

Two Pillars. One Platform.

JEBAT is built on two powerful components that work together seamlessly.

Agent

Jebat Agent

The unified AI agent combining OpenClaw control plane and Hermes capture-first methodology. Setup your entire workspace in 30 seconds with one command.

30-second setup wizard
IDE integration (VS Code, Zed, Cursor)
Channel setup (Telegram, Discord, WhatsApp)
Local model deployment (8 models)
Migration from OpenClaw/Hermes
$ npx jebat-agent --full
Core

Jebat Core

The platform backbone — IDE context injection, MCP server, memory system, skill registry, and the gateway that routes everything.

5-layer cognitive memory (M0-M4)
40+ specialized skills
Multi-agent orchestration
CyberSec scanning & hardening
Gateway with provider routing
$ npx jebat-core doctor
Jebat Agent

One Command. Full Setup.

Configure your IDE, connect channels, deploy local models — all in 30 seconds.

Quick Setup

Interactive wizard or one-liner. Full workspace with skills and config in seconds.

npx jebat-agent --quick
💻

IDE Integration

Inject JEBAT context into VS Code, Zed, Cursor, Claude Desktop, or Gemini CLI.

npx jebat-agent --ide vscode
📱

Channel Setup

Connect Telegram, Discord, WhatsApp, or Slack with guided configuration.

npx jebat-agent --channel telegram
🤖

Local Models

Deploy Qwen2.5, Gemma 4, Phi-3, Hermes3 via Ollama or AirLLM on your VPS.

npx jebat-agent --local-model qwen2.5
🔄

Migration

Migrate from OpenClaw/Hermes automatically. Configs, skills, workspace — all converted.

npx jebat-agent --migrate
🔧

Management

Gateway control, agent health checks, skill listing, and deployment helpers.

npx jebat-gateway status
Jebat Core

The Platform Backbone

Memory, skills, agents, security — everything that makes JEBAT intelligent.

🧠

Eternal Memory

5-layer cognitive stack (M0-M4) with heat-based retention. Cross-session continuity.

🛠️

Skill Registry

40+ specialized skills optimized for token efficiency and real-world patterns.

🎭

Agent Orchestration

Multi-agent routing with Gelanggang — watch agents debate across providers.

🛡️

CyberSec Suite

Hulubalang (audit), Pengawal (defense), Perisai (hardening), Serangan (pentest).

🌐

Gateway Router

Provider routing across 5 LLM backends with fallback chains and load balancing.

📝

IDE Context

Inject JEBAT into any editor. VS Code, Cursor, Zed, JetBrains, Neovim, and more.

Live Chat

Chat with Your Agents

Manus/Kimi-style interface with LLM-to-LLM debates, BYOK support, and local models.

jebat.chat
Explain how multi-agent orchestration works in JEBAT

JEBAT's Gelanggang system connects multiple agents across different LLM providers:

  1. Panglima — Orchestrator (routes tasks)
  2. Tukang — Builder (implements solutions)
  3. Hulubalang — Guardian (security review)
  4. Penyemak — QA (validates output)
🤖 Qwen2.5 → Hermes3 discussion

Qwen2.5 14B

The key advantage is cross-provider diversity. Each agent can use a different model, providing diverse perspectives.

Hermes3 8B

Agreed. Plus the memory layer (M0-M4) ensures context persists across the entire conversation chain.
🤖

LLM-to-LLM Chat

Watch two AI models debate any topic. Great for idea exploration and getting multiple perspectives automatically.

🔑

BYOK Support

Bring Your Own Key — use GPT-4o, Claude, or any OpenAI-compatible model alongside local models.

🌐

8 Local Models

Gemma 4, Qwen2.5 14B, Hermes3, Phi-3, Llama 3.1, Mistral, CodeLlama, and TinyLlama — all running locally.

🧠

Memory Context

Chat with full conversation history. JEBAT remembers preferences, decisions, and context across sessions.

Try the full chat experience →
Security

Enterprise-Grade Security

Zero-trust architecture with prompt injection defense, command sanitization, and complete audit trails.

🛡️

Prompt Injection Defense

Input sanitization, context isolation, pattern detection

🔒

Command Sanitization

Whitelist-only execution, argument escaping, timeout enforcement

📋

Audit Logging

Complete operation trails, tamper-evident logs, JSON format

🔑

Secrets Management

Secure token handling, credential masking, auto-rotation

npm CLI

Try from Your Terminal

Two packages. Zero installation. Start in seconds.

jebat-agent
$ npx jebat-agent --help
jebat-agent v1.0.3

USAGE:
  npx jebat-agent [options]

OPTIONS:
  --quick          Quick setup (gateway only)
  --full           Full setup (workspace + skills)
  --ide <ide>      IDE integration
  --channel <ch>   Channel setup
  --local-model <m> Setup local model
  --migrate        Migrate from OpenClaw/Hermes
$ npx jebat-agent --full
🚀 Setting up Jebat...

1/5 Creating directory structure...
   ✓ Created ~/.jebat

2/5 Generating gateway config...
   ✓ Gateway config generated

3/5 Setting up workspace and skills...
   ✓ Workspace and skills configured

4/5 Creating environment file...
   ✓ Environment file created

5/5 Validating setup...
   ✓ Validation passed

✅ Jebat setup complete!
jebat-core
$ npx jebat-core doctor
🩺 JEBAT Doctor — Workspace Health Check

✅ Core files: 5/5
✅ Gateway: http://localhost:18789
✅ Skills directory found (40+ skills)
✅ Memory: 4 daily files
✅ JEBAT home: ~/.jebat

✅ All checks passed. JEBAT is healthy.
$ npx jebat-core status
📡 JEBAT System Status

✅ Online Gateway (http://localhost:18789)
✅ Healthy VPS (jebat.online)
✅ Healthy WebUI (/webui/)
✅ Ollama Server (8 models)

✅ npm: jebat-core@3.0.0