Hexabot: Open-Source AI Chatbot and Agent Builder
This repository profile is provided by osrepos.com, an open source repository discovery platform.

Summary
Hexabot is an open-source AI chatbot and agent builder designed for creating and managing multi-channel and multilingual conversational agents with ease. It offers extensive customization, powerful text-to-action capabilities, and supports integration with various LLM models, making it a flexible solution for developers. This project simplifies the deployment and management of sophisticated AI-powered interactions across different platforms.
Repository Information
Topics
Click on any tag to explore related repositories
Use at your own risk
OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.
Introduction
Hexabot is an open-source AI chatbot and agent builder that simplifies the creation and management of multi-channel and multilingual conversational agents. Designed for flexibility and customization, it offers powerful text-to-action capabilities and supports integration with various Large Language Models (LLMs) like Ollama, ChatGPT, Mistral, and Gemini. Originally a closed-source project, Hexabot version 2 has been open-sourced to foster community contributions and allow developers to extend its platform with a rich extension library.
Installation
To get started with Hexabot, you'll need Node.js (>= 20.18.1), npm, and Docker installed. The process begins by installing the Hexabot CLI globally, which provides easy access to its commands.
First, install the CLI:
npm install -g hexabot-cli
Next, create a new project, navigate into its directory, and install dependencies:
hexabot create my-chatbot
cd my-chatbot
npm install
Initialize your environment by copying the example configuration:
hexabot init
Examples
Once your project is set up, you can run Hexabot in development mode. This command starts the necessary services, including optional ones like Ollama:
hexabot dev --services ollama
The UI Admin Panel will be accessible via http://localhost:8080. The default credentials are:
- Username:
admin@admin.admin - Password:
adminadmin
This allows you to immediately begin designing and managing your chatbot flows using the intuitive visual editor.
Why Use Hexabot
Hexabot stands out for its comprehensive feature set and developer-friendly approach. It offers robust LLM and NLU support, enabling intelligent responses and intent detection. Its multi-channel and multi-lingual capabilities ensure a consistent user experience across various platforms and languages. The visual editor simplifies chatbot flow design, while the powerful plugin system allows for extensive customization and integration with third-party systems. Features like a knowledge base, user roles, contextual data, and an analytics dashboard provide everything needed to build, manage, and monitor sophisticated AI agents. Being open-source, it also benefits from community-driven enhancements and transparency.
Links
- GitHub Repository: https://github.com/Hexastack/Hexabot
- Official Website: https://hexabot.ai
- Documentation: https://docs.hexabot.ai
- Discord Community: https://discord.gg/rNb9t2MFkG
- Product Hunt: https://www.producthunt.com/posts/hexabot
Related repositories
Similar repositories that may be relevant next.

mcp-gateway: Unifying AI Tool Access with Reduced Context Overhead
August 15, 2026
mcp-gateway is a powerful Rust binary designed to streamline AI agent interaction with diverse tools. It consolidates unlimited MCP servers and REST APIs behind a single, compact endpoint, drastically reducing context token overhead and enabling efficient tool access.

Jan: An Open-Source, Offline ChatGPT Alternative for Your Desktop
August 14, 2026
Jan is a powerful open-source desktop application that provides a 100% offline alternative to ChatGPT. It allows users to download and run various large language models locally, ensuring complete control and privacy over their AI interactions. With support for multiple platforms, Jan offers a robust solution for personal and private AI use.

TurboLLM: Run Local LLMs with Auto-Tuning, Any Engine, and a Polished UI
August 13, 2026
TurboLLM is a powerful, lightweight solution for running local LLM engines, offering auto-tuning for your GPU and a polished web UI. It supports any llama-server compatible binary, including community forks, and provides both OpenAI and Anthropic-compatible APIs. This offline-first tool allows users to maximize performance and flexibility with their local language models.
OpenSandbox: A Secure and Extensible Sandbox Runtime for AI Agents
August 12, 2026
OpenSandbox is a powerful, general-purpose sandbox platform designed for AI applications. It provides secure, fast, and extensible runtime environments, supporting multi-language SDKs and Docker/Kubernetes deployments. This project is ideal for developing and evaluating AI agents in isolated, controlled settings.
Source repository
Open the original repository on GitHub.
12 counted GitHub visits