Skip to content

🧬 AI-native developer tools powered by HelixDB. Git-first, offline-first, agent-friendly.

Notifications You must be signed in to change notification settings

kevinmichaelchen/ixchel

Repository files navigation

Ixchel

Ixchel

AI-native developer tools powered by HelixDB. Git-first, offline-first, agent-friendly.

Documentation · Getting Started · Architecture

Tools

Tool Description Status
ixchel Git-first knowledge weaving system MVP

Future tools and experiments are tracked as Ixchel ideas under .ixchel/ideas/.

Quick Start

# Clone and build
git clone https://github.com/kevinmichaelchen/ixchel.git
cd ixchel
cargo build --release

Try Ixchel

Ixchel is a git-first, Markdown-canonical knowledge weaving system.

cargo install --path apps/ix-cli
cd your-project

ixchel init
ixchel create decision "Use PostgreSQL for primary storage"
ixchel sync
ixchel search "database performance"

Why Ixchel?

  • Git-first — Data lives in Markdown files, not a database
  • Offline-first — Local embeddings, no server required
  • AI-native--json output, semantic search, agent tracking

Platform Support

Platform Status
macOS (Intel & Apple Silicon) ✅ Supported
Linux (x86_64 & ARM64) ✅ Supported
Windows ❌ Not yet supported

Windows support is blocked on rewriting the daemon's IPC layer from Unix sockets to named pipes. Contributions welcome!

Learn More

Resource Description
Documentation Full docs site
Configuration How settings work
Architecture System design
Contributing How to help

License

MIT

About

🧬 AI-native developer tools powered by HelixDB. Git-first, offline-first, agent-friendly.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages