The Beginning of Local Super-Intelligence
"Initialize your path to AGI"
INIT is a minimalist, high-performance runtime for running advanced AI models locally. Built in Rust for maximum efficiency, INIT provides the foundation for local super-intelligence.
"Every journey to AGI starts with initialization. INIT is that first step."
- 🚀 Blazing Fast - Rust-powered performance
- 💻 CPU-Optimized - Works on any hardware
- 🔒 100% Local - Your data stays private
- 🤖 AGI-Ready - Designed for next-gen models
- 🛠️ Extensible - Plugin system for tools
# Install
curl -fsSL https://raw.githubusercontent.com/lvs0/Init-/main/install.sh | bash
# Initialize
init init
# Run
init run "Explain quantum entanglement"┌─────────────────────────────────────────┐
│ INIT RUNTIME │
├─────────────────────────────────────────┤
│ │
│ ┌─────────┐ ┌─────────┐ ┌─────────┐ │
│ │ Loader │ │ Engine │ │ APIs │ │
│ └────┬────┘ └────┬────┘ └────┬────┘ │
│ │ │ │ │
│ └────────────┼────────────┘ │
│ ▼ │
│ ┌───────────────┐ │
│ │ LLM Core │ │
│ └───────────────┘ │
│ │ │
│ ┌───────────┴───────────┐ │
│ ▼ ▼ │
│ ┌─────────┐ ┌─────────┐ │
│ │ Ollama │ │ Groq │ │
│ └─────────┘ └─────────┘ │
│ │
└─────────────────────────────────────────┘
| Feature | Ollama | INIT |
|---|---|---|
| Performance | Good | ⚡ Excellent |
| AGI-Ready | ❌ | ✅ |
| Plugin System | Limited | ✅ Full |
| CPU Efficiency | Good | ✅ Optimized |
| Memory Usage | Standard | ✅ Minimal |
MIT
Every AGI starts with INIT