XibeCode

Desktop App (Not Available)

XibeCode does not currently have a desktop app. Use the CLI or build a custom interface with xibecode-core.

XibeCode does not currently have a desktop app.

XibeCode is available as:

  • CLI: xibecode run, xibecode run-pr, and xibecode chat
  • Core library: xibecode-core on npm for building custom interfaces

Build a Custom Interface

Since xibecode-core is published as a standalone npm package, you can use it to build your own desktop app, web interface, or any custom tool:

pnpm add xibecode-core
import {
  EnhancedAgent,
  CodingToolExecutor,
  NeuralMemory,
} from 'xibecode-core';

// Build your own UI around the core engine

See Installation and Examples for more details.

Ctrl+I
Assistant

How can I help?

Ask me about configuration, installation, or specific features.