Jixu — security grade SAFE, quality 64/100

Security audit verdict: SAFE · quality 64/100

No red flags found in any of the 11 categories — no credential harvesting, no data exfiltration, no curl-pipe-shell installer. Scanned against the SlowMist agent-security taxonomy, refreshed every 8 hours. Full audit →

by joe960913 · Agent Tool · ★ 117

Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h

🔒 Is Jixu safe to install? View the security audit →

About Jixu

Jixu Define one Agent. Give it Tools and Skills. Continue its work in a durable Thread. Jixu is a small single-Agent Harness for TypeScript. Recovery, replay, context continuity, and side-effect control stay beneath one direct API. Jixu is pre-1.0. The public API may change before 1.0. Start Global installation also works with and . Or run Jixu without installing it: The package launcher requires Node.js 22.19.0 or newer. The native TUI supports macOS arm64 and Linux x64 with glibc; Intel macOS is not supported. Bun is not required at runtime. Framework ts import { createHarness, defineAgent } from "jixu-core"; import { createLLMModelDriver, resolveLLMModelCapabilities, } from "jixu-llm"; import { SqliteEventStore } from "jixu-store-sqlite"; const connection = { api: "openai-chat-completions" as const, apiKey: process.env.MODELAPIKEY, baseURL: "https://api.openai.com/v1", model: "gpt-5.6-sol", }; const modelCapabilities = await resolveLLMModelCapabilities(connection); const agent = defineAgent({ instructions: "Be precise and verify your work.", model: { provider: "model", model: connection.model }, modelCapabilities, tools: [], }); const harness = createHar

agent-frameworkagent-harnessagent-runtimeagent-skillsai-agentcontext-engineeringdurable-executionevent-sourcingllmsingle-agent

Quick Facts

Stars117
Forks7
LanguageTypeScript
CategoryAgent Tool
LicenseMIT
Quality Score64.2603667833638/100
Last Updated2026-08-28
Created2026-08-18
Platformsnode
Est. Tokens~14k

Compatible Skills

These tools work well together with Jixu for enhanced workflows:

  • honeymux — semantic(0.29)+complementary+same_lang+similar_pop+shared_platform (60%)
  • AurixAgent — semantic(0.25)+complementary+same_lang+similar_pop+shared_platform (59%)

Jixu alternative? Top 6 similar tools

Looking for a Jixu alternative? If you're comparing Jixu with other agent tool tools, these 6 projects are the closest alternatives on Agent Skills Hub — ranked by topic overlap, star count, and community traction.

  • Hypha by CodeSoul-co · ⭐ 444

    Harness-oriented agent system framework for production-grade LLM agent applications

  • agentsilex by howl-anderson · ⭐ 453

    A transparent, minimal, and hackable agent framework. ~300 lines of readable code. Full control, no magic.

  • smithers by smithersai · ⭐ 417

    Smithers is an agentic workflow framework for defining workflows in simple TypeScript configuration files and

  • skillport by gotalab · ⭐ 406

    Bring Agent Skills to Any AI Agent and Coding Agent — via CLI or MCP. Manage once, serve anywhere.

  • awesome-azure-openai-llm by kimtth · ⭐ 402

    A curated collection of resources for 🌌 Azure OpenAI, 🦙 LLMs (+RAG, Agents). Monthly Updates.

  • zypher-agent by corespeed-io · ⭐ 331

    A minimal yet powerful framework for creating AI agents with full control over tools, providers, and execution

More Agent Tool Tools

Explore other popular agent tool tools:

View all Agent Tool tools →

Popular TypeScript Agent Tools

Frequently Asked Questions

What is Jixu?

Jixu is Durable single-Agent Harness for TypeScript: recoverable Threads, context continuity, explicit side effects, and a native TUI.. It is categorized as a Agent Tool with 117 GitHub stars.

What programming language is Jixu written in?

Jixu is primarily written in TypeScript. It covers topics such as agent-framework, agent-harness, agent-runtime.

How do I install or use Jixu?

You can find installation instructions and usage details in the Jixu GitHub repository at github.com/joe960913/Jixu. The project has 117 stars and 7 forks, indicating an active community.

What license does Jixu use?

Jixu is released under the MIT license, making it free to use and modify according to the license terms.

What are the best alternatives to Jixu?

The top alternatives to Jixu on Agent Skills Hub include Hypha, agentsilex, smithers. Each offers a different approach to the same problem space — compare them side-by-side by stars, quality score, and community activity.

How this security grade is produced

Grades come from a rule-based scan built on the SlowMist agent-security taxonomy, covering 11 red-flag categories including credential harvesting, data exfiltration, and curl | sh installers. It is a first-layer scan, not a manual audit — we say so rather than overstate it.

The scale of the problem is documented independently: Liu et al. (2026), in a study of 31,132 agent skills, report that 26.1% contain security vulnerabilities. Our own full-catalog census is published as a citable open dataset.

Sources & who's responsible:

View on GitHub → Browse Agent Tool tools