jixu-ai
v0.3.0
Published
The Jixu Agent Framework facade and installable TUI.
Maintainers
Readme
Jixu
Jixu is a durable single-Agent Harness for TypeScript. Install the TUI, run
jixu, and continue work in a durable Thread.
Jixu is pre-1.0. The public API may change before 1.0.

Install
npm install -g jixu-ai
# pnpm add -g jixu-ai
# bun add -g jixu-aiThen start Jixu from any terminal:
jixuEphemeral execution is also supported:
npx jixu-ai
# pnpm dlx jixu-ai
# yarn dlx jixu-ai
# bunx jixu-aiSupported native targets are macOS arm64 and Linux x64 with glibc. Intel macOS x64 is not supported. Node.js 22.19.0 or newer is required. Bun is not required at runtime.
Agent Framework
The Framework packages remain independently installable:
npm install jixu-core jixu-llm jixu-store-sqliteThe ordered Event log is the source of truth. State is derived from Events, and external work follows one path:
Event -> Reducer -> Effect -> Driver -> EventSee the repository for the specification, documentation, and source code.
License
MIT
