AiHummerAiHummer AiHummer
Get started
Self-hosted · no Docker

The AI-employee platform for business — on your hardware, with no vendor lock-in

Multi-agent orchestration, channels for employees and customers, long-term memory, a plugin marketplace and an encrypted credentials vault. A finished product platform — not a library or an SDK.

Install Documentation
$ curl -fsSL http://cdn.aihummer.ru:9000/cdn/install.sh | sudo bash
orchestration always on
01
Sources
Telegram · MAX · Bitrix24 · WhatsApp · SIP · web · etc.
02
Routing
smart routing by @mention
03
Agent
an agent with memory, tools and permissions
04
Delivery
guaranteed reply delivery
One lightweight server + PostgreSQL · deploys in minutes, no Docker
Principles Host-native No Docker No mandatory paid models Multi-tenant + SAML/LDAP/SCIM RLS Self-host observability
01 — Capabilities

What's inside the platform

Everything you need to run AI employees in production — from a team of agents to guaranteed reply delivery. A finished product that runs on your hardware, with zero external SaaS.

01

Multi-agents

A whole team of AI agents with sub-agents: each with its own role, personality and model, with in-group routing by @mention.

02

Channels

Telegram, Bitrix24 (internal employee channel), SIP telephony, web widget, mobile client, generic webhook.

03

Memory

Agents that remember: Einstein pulls key facts from conversations, runs them through review, and keeps them with citations and a relation graph.

04

Knowledge · RAG

Upload your documents and knowledge base — the agent answers strictly to the point, citing its sources.

05

Marketplace

Extend the platform with one-click plugins — host-native, with auto-updates.

06

Credentials · vault

Every credential in an encrypted vault: personal and shared, with per-user OAuth2 connections.

07

Voice

STT → agent turn → TTS, diarization, translation and voice cloning via sidecars.

08

Control

Budgets and limits, guardrails/moderation, human-in-the-loop approvals, audit, RBAC, IP allowlist.

09

API

Embed AiHummer into any app through an OpenAI-compatible API and webhooks — with streaming, SCIM and device pairing.

10

Reliability

No reply ever gets lost: guaranteed delivery and conversation recovery after a restart.

02 — Architecture

How it works

One lightweight server and PostgreSQL — deploys in minutes, no Docker. Messages flow into smart routing, then to the right agent with memory and tools, and the finished reply is guaranteed back to its channel.

Sources
Channels
Telegram · MAX
Bitrix24 · WhatsApp
SIP · web
etc.
Routing
by @mention
to the right
agent
Agent
memory & tools
model · persona
memory · perms
tools
Delivery
guaranteed
reply back
to channel
One server does it all
A single lightweight server is the admin console, the API and the conversation engine at once. The only hard dependency is PostgreSQL. It deploys in minutes.
Add capabilities as you grow
Search, a headless browser, STT/TTS, diarization, video, embeddings and a vector store — separate host-native services, enable only what you need.
03 — Channels

Where your agents live

Reach employees and customers right where they already talk. Channels install from the marketplace in a couple of clicks — host-native, with shared credentials.

Telegram

Telegram

Bot channel for talking to employees and customers: text, media, mentions.

MAX

MAX

MAX, the Russian messenger: reach employees and customers in an app they already use.

Bitrix24

Bitrix24

Internal employee messenger — not customer omnichannel. Your AI employee replies right inside the Bitrix24 portal.

SIP

SIP telephony

Inbound and outbound calls via any carrier, post-call summary.

Web

Web widget

Embeddable site chat for customers and visitors.

iOS

Mobile client

Native iOS and macOS app: QR-code sign-in, your company's branding and logo.

Webhook

Generic webhook

Connect email, cron and any of your own apps — accept arbitrary inbound events over a webhook.

And more channels

WhatsApp Discord Slack Microsoft Teams Matrix Signal Email & more

WhatsApp, Discord, Slack, Teams, Matrix, Signal, Email — and the list keeps growing.

04 — Security

Security as the core, not an afterthought

Control and data ownership — on your own hardware. An encrypted vault, approval gates on risky tools, prompt-injection defense and enterprise auth in true self-host.

Air-gapped mode supported
Credentials vault
AES-256 encryption, personal & shared credentials
RBAC + RLS
roles and row-level security per tenant
Approval gates
human-in-the-loop on risky tools
Prompt-injection
defense and guardrails / moderation
Audit + IP allowlist
logging and network restrictions
SAML · LDAP · SCIM
enterprise auth + OIDC in self-host
05 — Models & cost

No vendor lock-in on paid models

The working loop runs on free and local models. Want your own provider — drop in a key. A paid model is never required.

DEFAULT

Free / local

Free and local models + transport via a Codex/ChatGPT subscription. Zero mandatory token cost.

BYOK

Bring your own key

Each tenant supplies its own provider key. Billing and limits stay on your side.

OPENAI-COMPAT

Any provider

Anthropic, OpenAI and any OpenAI-API-standard endpoint: local models, OpenRouter, Gemini OpenAI-compat.

06 — Marketplace

Plugins — three tiers

From host-native channel services to zero-code wiring of any OpenAPI or MCP server.

TIER 1

Services: channels & voice

Separate repos, host-native, installed from the marketplace, shared creds: Telegram, Bitrix24, SIP, web widget, mobile client.

TIER 2

In-process skills

Personal integrations (Apple, Google, etc.) as Go packages inside the gateway, personal creds via credvault.

TIER 3

Zero-code sources

openapi — a tool per spec operation; mcp — connect any MCP server. No integration code.

Official plugins

Einstein

memory

Long-term memory: Markdown corpus indexing, cited search, embeddings, relation graph, review and audit.

Python · host-native

SIP Voice

voice

Real calls over any SIP carrier: inbound and outbound, hand-off of hard questions to the assistant, touch-tone dialing for IVR and call recording.

Python · baresip

Pocket Agent

Short-lived remote machine access via a one-time ticket: outbound connections, command allowlist, full audit.

Node/TS · Rust

Bitrix24

Bitrix24 portal as an internal employee messenger: text, media, mentions, reactions; REST pull model.

Node.js · stdlib

iOS / Mobile

Native chat app for iOS and macOS: real-time, files and push notifications, your company's branding.

iOS · macOS
View all plugins
Your own plugin

Publish your own plugin

Build a plugin from a single manifest.json with the Plugin SDK — then publish it in one of two modes.

Private — for yourself

Side-load into your own instance from the admin UI. The signed artifact never leaves it.

Public — for everyone

A PR to the public registry: automated checks and review, then AiHummer counter-signs.

How to publish

Official AiHummer plugins carry an Official badge; third-party community plugins connect as a separate source.

07 — Deployment

One install.sh — and you're in prod

Host-native: a release tarball + systemd, everything under /home/.aihummer. No containers, podman, OCI or orchestrators.

Linux PostgreSQL · pgcrypto systemd
install — bash
$ curl -fsSL http://cdn.aihummer.ru:9000/cdn/install.sh | sudo bash
unpacking to /home/.aihummer
→ systemd: aihummer-gateway.service
schema migrations applied on boot
server up and ready
done · open the admin console
08 — Comparison

Where AiHummer stands

A finished product versus toolkits. Runtimes, coding agents and frameworks are great for developers, but none of them is a ready-to-run AI-employee platform with channels, multi-tenancy and voice out of the box.

SystemTypeFinished self-host productWeb admin (no-code)Multi-tenant + RLSEnterprise SSO (SAML/LDAP/SCIM)RBAC + auditChannels: staff + customersVoice / telephonyLong-term memoryRAG / knowledge basePlugin marketplaceSecrets vault + approvalsNo Docker (host-native)
AiHummerProduct platform
OpenClawAgent runtime~
ZeroClawAgent runtime~
Hermes AgentAgent runtime~~~~~
PicoClawAgent runtime (lightweight)~~~
NanoBotAgent runtime~~~~~
MoltisAgent runtime~
OpenHandsCoding agent~~
AiderCoding agent (CLI)~
ClineCoding agent (IDE)~
ContinueCoding agent (IDE)
GooseCoding agent~~
LangGraphFramework / SDK~~
CrewAIFramework / SDK~
AutoGenFramework / SDK~
Google ADKFramework / SDK~
OpenAI Agents SDKFramework / SDK~
SmolagentsFramework / SDK~
Semantic KernelFramework / SDK~
MastraFramework / SDK (TS)~~
HaystackRAG framework~~
LlamaIndexRAG framework~
DifySelf-host product (closest)~

High-level comparison by category based on public repositories; coding agents and frameworks solve different problems.

Why AiHummer

Why companies choose AiHummer

Your data, your control

Runs on your own hardware: conversations, credentials and knowledge never leave your perimeter — covering data-protection and security needs.

No vendor lock-in, no per-token bills

Free and local models or BYOK. A fixed license, not a bill for every message.

One product instead of a SaaS zoo

Channels, long-term memory, RAG, voice, marketplace and an admin UI in one platform. A finished product, not a library.

Live in minutes, no Docker

One light server plus PostgreSQL, installed with one command. Host-native, no container hassle.

Enterprise-ready

Multi-tenancy, SAML/LDAP/SCIM, Row-Level Security, audit and human-in-the-loop approvals — out of the box.

Built for the Russian market

MAX and Bitrix24, SIP telephony, import substitution and the Russian software registry — things foreign platforms lack.

Pricing

Simple, predictable pricing

Community is free forever. A fixed license with no per-message billing, on your own hardware.

Community

Free

Self-host, 1 tenant, up to 2 AI employees, core channels.

Starter

from $41/mo

Commercial use, up to 3 AI employees, all channels.

Business

from $166/mo

White-label, RBAC, audit, up to 5 AI employees.

Enterprise

On request

Multi-tenant, SAML/LDAP/SCIM, RLS, audit, SLA, RU registry.

See full pricing

Deploy AI employees in minutes

On your hardware, no Docker, no vendor lock-in. Your data stays with you.

Install Documentation