@kushuri12/ohiru
v1.7.4
Published
OpenHiru — AI agent controlled via Telegram
Readme
🦊 OpenHiru
Full-stack Autonomous AI Agent Ecosystem
OpenHiru is a production-ready, autonomous AI agentic system designed for complex engineering workflows and digital automation. It combines hierarchical memory, cross-platform connectivity, and a modular tool architecture into a seamless command-line experience.
🚀 Core Architecture
- Autonomous Engineering: Multi-agent reasoning with ReAct loops and recursive sub-agent spawning.
- Hierarchical Memory: 3-layer persistence (Knowledge Graph, Daily Journals, and Persistent Summaries).
- Universal Gateway: Integrated adapters for Telegram, Discord, WhatsApp, Signal, and Matrix.
- Deep Intelligence: Proactive system monitoring through a background "heartbeat" for error detection and resolution.
- Visual Logic: Native Canvas workspace for real-time visualization of code, schemas, and UI designs.
- Bimodal Audio: Whisper-powered STT and optimized TTS for natural voice interaction.
📦 Installation
Get started immediately with our automated installers:
Windows (PowerShell)
powershell -c "irm https://ohiru.vercel.app/install.ps1 | iex"Linux / macOS (Bash)
curl -fsSL https://ohiru.vercel.app/install.sh | bash🛠️ CLI Operations
| Command | Action |
| :--- | :--- |
| openhiru | Launch the main autonomous agent |
| openhiru --setup | Initialize AI providers and platform tokens |
| openhiru doctor | Perform comprehensive system health checks |
| openhiru gateway start | Initialize the WebSocket control plane |
| openhiru dashboard start | Start the web-based orchestration dashboard |
| openhiru memory distill | Manually compress and optimize project knowledge |
| openhiru settings | Open the interactive configuration TUI |
🧩 Engineering Overview
- Logic Engine: ESM-native Node.js architecture for high performance.
- Scale: Supports hundreds of built-in skills and external community plugins.
- Security: Built-in Memory Guard and sandbox execution for tool calls.
