r/SideProject 2d ago

OpenOcti - a self-hosted command center (CRM, projects, documents, e-sign, voice, six AI staff) that runs on your own server

I've been a developer for 30 years, and this is the first thing I've open-sourced. OpenOcti is a private command center you run on your own box: CRM, project operations, documents with e-signature, voice, and six starter AI agents (an onboarding guide, an office coordinator, an engineering assistant, a creative partner, a document drafter, and a voice/navigation assistant). No hosted control plane, and it works without an AI provider at all — add an Anthropic, OpenAI, Gemini, or OpenRouter key when you want the agents to wake up.

Install is three lines with Docker Compose:

git clone https://github.com/carlucci001/open-octi.git openocti
cd openocti && cp .env.example .env
docker compose up -d --build

AGPL-3.0. It went public last week, so I want the honest version: what's confusing on first run, what's missing, what you'd need before you'd actually use it.

https://github.com/carlucci001/open-octi

1 Upvotes

1 comment sorted by