AI-native developer tools powered by HelixDB. Git-first, offline-first, agent-friendly.
Documentation · Getting Started · Architecture
| Tool | Description | Status |
|---|---|---|
| ixchel | Git-first knowledge weaving system | MVP |
Future tools and experiments are tracked as Ixchel ideas under .ixchel/ideas/.
# Clone and build
git clone https://github.com/kevinmichaelchen/ixchel.git
cd ixchel
cargo build --releaseIxchel 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"- Git-first — Data lives in Markdown files, not a database
- Offline-first — Local embeddings, no server required
- AI-native —
--jsonoutput, semantic search, agent tracking
| 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!
| Resource | Description |
|---|---|
| Documentation | Full docs site |
| Configuration | How settings work |
| Architecture | System design |
| Contributing | How to help |
