Back to products
CozyTwo

CozyTwo

Build a home together, even when you're apart.

Website github.com
Overview

What it is

OpenBug is an open-source CLI that turns bug tickets into fixes. Paste a ticket, and the AI agent investigates your logs, reads your code, correlates across services, and delivers a diff. Every fix adds to a shared runbook in git — so your team gets smarter with every bug solved.

Intent

I need it when

Self-host debugging infrastructure with control over API keys and data handling

OpenBug supports self-hosting by allowing users to clone the server repository, configure with their own OpenAI API key, and point the CLI to their server, keeping code local and controlling data flow

Understand unfamiliar codebases quickly using natural language queries

Users can ask questions like 'where do we handle payment webhooks?' and OpenBug searches the actual codebase locally using natural language, providing relevant code snippets without generic internet suggestions

Debug applications without context-switching between logs, code, and debugging tools

OpenBug provides an interactive terminal interface where users can run commands, view logs, and chat with an AI assistant all in one place, maintaining full context throughout the debugging session

Get AI-powered debugging insights based on actual runtime behavior and logs

OpenBug analyzes real runtime logs combined with relevant code from the codebase, allowing users to ask context-specific questions like 'why is the auth endpoint failing?' and receive answers grounded in actual system behavior

Debug multi-service applications by correlating logs across multiple running services

OpenBug CLI captures logs from all connected services simultaneously and allows the AI to trace issues across the entire stack, eliminating the need to grep through logs in multiple terminals

Drop

Not a fit when

  • User needs static code analysis only without runtime log visibility
  • User requires offline-only debugging without cloud connectivity or WebSocket support
  • User works exclusively with legacy applications that cannot stream logs or provide codebase access
  • User needs debugging for compiled binaries without source code access
  • User operates in air-gapped environments without internet access to OpenBug AI server
Commercials

Pricing

Free with optional API key authentication; self-hosting available