Icon

Obot

Obot is an open source AI agent platform providing turnkey solutions for building and running LLM-powered AI copilots and assistants with features like RAG, tool calling, automation, and integration with enterprise applications and developer tools.
Latest: 2025 GitHub
Last checked: Jun 9, 2026 12:10am
Rank: 514/15140
Also monitored via:
Site Monitor Winget
Follow to track new versions in your feed.
Report

Overview

0
License: open sourceInstaller: docker, brewSilent: YesWinget: Available
Silent install
docker run -d -p 8080:8080 -e "OPENAI_API_KEY=<OPEN AI KEY>" ghcr.io/obot-platform/obot:latest

Version & Lifecycle

0
Current: 2025 N-2: 0.22.0 Avg cadence: Every 6 days

Top Contributors

Top sitewide contributors:

  1. Anbarasan
  2. nico_k
  3. Bob
  4. Vigneshwaran

Community Notes

Deployment note • May 13, 2026
0

Deployment tip

Use the vendor’s installer in silent mode and capture logs for troubleshooting; for UiPath Robot MSI this is UiPathRobot.msi /q /l*vx C:TempUiPathRobot.log, and you can safely chain follow-up configuration only after checking the MSI exit code for success (0, 1641, or 3010). For per-user deployments, add MSIINSTALLPERUSER=1; for service-mode installs, omit per-user mode and include RegisterService, since that option is not available in per-user installations.

Release Notes & Updates

0
Avg cadence:
Updates • 0

Help us match vulnerabilities

No vulnerability match yet. Pick the right product:

Looking for matching products…
Don’t see it? Paste a CPE

Also known as

Other names people use for this app — helps search and matching.

obotobot-platform obot

Packaging Notes

0

Can be installed via Docker or Homebrew; supports self-hosting and SaaS deployment

Notes

0

Installation example: docker run with OPENAI_API_KEY environment variable; CLI available via Homebrew; supports Kubernetes and Docker deployments.