> ## Documentation Index
> Fetch the complete documentation index at: https://bloodhound.specterops.io/llms.txt
> Use this file to discover all available pages before exploring further.

# OpenHound Overview

> Learn about the OpenHound framework.

<img noZoom src="https://mintcdn.com/specterops/tTIczgde9H07oLXf/assets/enterprise-AND-community-edition-pill-tag.svg?fit=max&auto=format&n=tTIczgde9H07oLXf&q=85&s=ad49a576589f4d2a8081df77d07fdf56" alt="Applies to BloodHound Enterprise and CE" width="482" height="45" data-path="assets/enterprise-AND-community-edition-pill-tag.svg" />

<Note>OpenHound is currently in beta and is under active development. Features, workflows and supported collectors may change as the framework evolves.</Note>

OpenHound is a standardized framework for building and running OpenGraph collectors and converters. It is built in Python and powered by the [Data Load Tool (DLT)](https://dlthub.com/docs/intro) library, giving you a consistent workflow to collect, process, and convert data from any source into BloodHound-compatible graphs.

You can run OpenHound either as a containerized service or as a standalone CLI application.

## Getting started

To get started with OpenHound, select the edition you want to use:

<CardGroup cols={2}>
  <Card title="Enterprise" icon="building" href="/openhound/enterprise" horizontal iconType="solid">
    Understand how to deploy OpenHound for BloodHound Enterprise.
  </Card>

  <Card title="Community" icon="people-group" href="/openhound/community" horizontal iconType="solid">
    Get to know the OpenHound CLI for BloodHound Community Edition.
  </Card>
</CardGroup>

## Collectors

Use OpenHound to collect data from any of the following platforms and convert it into OpenGraph for analysis in BloodHound.

<CardGroup cols={2}>
  <Card title="Github" icon="cubes" href="/openhound/collectors/github/overview" horizontal iconType="solid">
    Visualize and analyze your GitHub organization in BloodHound.
  </Card>

  <Card title="Jamf" icon="cubes" href="/openhound/collectors/jamf/overview" horizontal iconType="solid">
    Visualize and analyze your Jamf Pro tenant in BloodHound.
  </Card>

  <Card title="Okta" icon="cubes" href="/openhound/collectors/okta/overview" horizontal iconType="solid">
    Visualize and analyze your Okta organization in BloodHound.
  </Card>
</CardGroup>
