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, andxibecode chat - Core library:
xibecode-coreon 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-coreimport {
EnhancedAgent,
CodingToolExecutor,
NeuralMemory,
} from 'xibecode-core';
// Build your own UI around the core engineSee Installation and Examples for more details.
AI Test Generation
Automatically generate comprehensive test suites for your code using AI-powered analysis. Supports Vitest, Jest, Mocha, pytest, and Go test.
MCP Integration
Connect to external servers via the Model Context Protocol for databases, APIs, file systems, and more. Configure GitHub, PostgreSQL, Slack, filesystem, and custom MCP servers.