Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/oss/community.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@ Each major project also has its own discussion board:
- [Ory Kratos discussions](https://github.com/ory/kratos/discussions)
- [Ory Hydra discussions](https://github.com/ory/hydra/discussions)
- [Ory Keto discussions](https://github.com/ory/oathkeeper/discussions)
- [Ory Polis discussions](https://github.com/ory/polis/discussions)
- [Ory Talos discussions](https://github.com/ory/taplos/discussions)
- [Ory Oathkeeper discussions](https://github.com/ory/oathkeeper/discussions)
63 changes: 35 additions & 28 deletions docs/oss/open-source.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,62 +4,69 @@ title: Ory is open source
sidebar_label: Ory projects
---

This document provides an overview of the most popular Ory open-source projects, and other related resources.
This document provides an overview of the most popular Ory open source projects, and other related resources.

Ory has an open-source architecture, attitude, and heart. We believe in collaboration, participation, and the open exchange of
Ory has an open source architecture, attitude, and heart. We believe in collaboration, participation, and the open exchange of
ideas. Open source is a fundamental part of modern software development and allows everyone regardless of economic background to
build a better world with software.

Most of what Ory does is open source. Read more about [Ory's commitment to open source](commitment.mdx).

## Projects

You can find all of our open-source projects on GitHub:
You can find all Ory Open Source projects on GitHub:

### Fully-featured servers

- [Ory Kratos Identity Server](https://github.com/ory/kratos)
- [Ory Hydra Federation Server](https://github.com/ory/hydra)
- [Ory Oathkeeper](https://github.com/ory/oathkeeper)
- [Ory Keto Permission Server](https://github.com/ory/keto)

### Libraries

| Project | Description | Documentation |
| -------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------ |
| [Ory SDK](https://github.com/ory/sdk) | Software development kit for all popular programming languages, generated using openapi-generator. | [SDK docs](../sdk.mdx) |
| [Ory Dockertest](https://github.com/ory/dockertest) | Dockertest helps you boot up docker images for your Go tests with minimal work. | [Dockertest godoc](https://godoc.org/github.com/ory/dockertest) |
| [Ory Kubernetes Helm Charts](https://github.com/ory/k8s) | Kubernetes Helm Charts for the Ory ecosystem. | [k8s.ory.com](https://k8s.ory.com/helm/) |
| [Ory Fosite](https://github.com/ory/fosite) | Extensible OAuth 2.0 and OpenID Connect SDK for Go. | [Fosite godoc](https://godoc.org/github.com/ory/fosite) |
| [Ory Ladon](https://github.com/ory/ladon) | An SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies. | [Ladon godoc](https://godoc.org/github.com/ory/ladon) |
| [Ory Herodot](https://github.com/ory/herodot) | A lightweight Go library for writing responses and errors to HTTP, serves millions of requests daily through Ory Hydra. | [Herodot README](https://github.com/ory/herodot/blob/master/README.md) |
| [Ory Graceful](https://github.com/ory/graceful) | Best practice HTTP server configurations and helpers for Go 1.8's HTTP graceful shutdown feature. | [Graceful README](https://github.com/ory/graceful/blob/master/README.md) |
| [Ory go-acc](https://github.com/ory/go-acc) | A tool for reporting accurate Code Coverage in Golang. Cross platform (OsX, Windows, Linux). | [go-acc README](https://github.com/ory/go-acc/blob/master/README.md) |
| Project | Description | Documentation |
| --------------------------------------------------- | --------------------------------------- | ---------------------------------------- |
| [Ory Kratos](https://github.com/ory/kratos) | Identities and user management. | [Ory Kratos docs](../oss/kratos/intro) |
| [Ory Hydra](https://github.com/ory/hydra) | Certified OAuth 2.0 and OpenID Connect. | [Ory Hydra docs](../oss/hydra) |
| [Ory Keto](https://github.com/ory/keto) | Fine grained authorization. | [Ory Keto docs](../oss/keto) |
| [Ory Oathkeeper](https://github.com/ory/oathkeeper) | Identity and access proxy. | [Ory Oathkeeper docs](../oss/oathkeeper) |
| [Ory Polis](https://github.com/ory/polis) | SAML to OAuth 2.0 bridge. | [Ory Polis docs](../oss/polis) |
| [Ory Talos](https://github.com/ory/talos) | API keys. | [Ory Talos docs](../talos) |

### Other notable projects

| Project | Description | Documentation |
| ----------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- |
| [Awesome Ory](https://github.com/ory/awesome-ory) | An awesome list for the Ory ecosystem. | [Awesome Ory README](https://github.com/ory/awesome-ory/blob/master/README.md) |
| [Ory Dockertest](https://github.com/ory/dockertest) | Dockertest helps you boot up docker images for your Go tests with minimal work. | [Ory Dockertest godoc](https://godoc.org/github.com/ory/dockertest) |
| [Ory Lumen](https://github.com/ory/lumen) | Reduce Claude Code, Codex, OpenCode wall clock and token use by 50% with open source, local semantic search. | [Ory Lumen README](https://github.com/ory/lumen/blob/main/README.md) |
| [Ory Kubernetes Helm Charts](https://github.com/ory/k8s) | Kubernetes Helm Charts for the Ory ecosystem. | [Ory k8s.ory.com](https://k8s.ory.com/helm/) |
| [Ory Terraform Provider](https://github.com/ory/terraform-provider-ory) | Terraform provider for managing Ory Network resources. | [Ory Terraform Provider README](https://github.com/ory/terraform-provider-ory/blob/main/README.md) |
| [Ory MockSAML](https://github.com/ory/mocksaml) | A simple mock SAML 2.0 Identity Provider. | [Ory MockSAML README](https://github.com/ory/mocksaml/blob/main/README.md) |
| [Ory SDKs](https://github.com/ory/sdk) | Software development kit for all popular programming languages, generated using openapi-generator. | [Ory SDK docs](../sdk) |
| [Ory Fosite](https://github.com/ory/fosite) | Extensible OAuth 2.0 and OpenID Connect SDK for Go. | [Ory Fosite godoc](https://godoc.org/github.com/ory/fosite) |
| [Ory Ladon](https://github.com/ory/ladon) | An SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies. | [Ory Ladon godoc](https://godoc.org/github.com/ory/ladon) |
| [Ory Herodot](https://github.com/ory/herodot) | A lightweight Go library for writing responses and errors to HTTP, serves millions of requests daily through Ory Hydra. | [Ory Herodot README](https://github.com/ory/herodot/blob/master/README.md) |
| [Ory Graceful](https://github.com/ory/graceful) | Best practice HTTP server configurations and helpers for Go 1.8's HTTP graceful shutdown feature. | [Ory Graceful README](https://github.com/ory/graceful/blob/master/README.md) |
| [Ory CLI](https://github.com/ory/cli) | The Ory Command Line Interface. | [Ory CLI README](https://github.com/ory/cli/blob/master/README.md) |

For many more visit [Ory on GitHub](https://github.com/ory).

## Open source resources

- [Contribute to Ory](contributing.mdx)
- [Ory is committed to open source](commitment.mdx)
- [Ory architecture principles](software-architecture-philosophy.mdx)
- [Community resources in the Ory documentation](community.mdx)
- [Contribute to Ory](contributing)
- [Ory is committed to open source](commitment)
- [Ory architecture principles](software-architecture-philosophy)
- [Community resources in the Ory documentation](community)
- [Ory Community Chat](https://slack.ory.com/)
- [GitHub discussions](https://github.com/discussions?discussions_q=org%3Aory)
- [Ory Community Examples](https://github.com/ory/awesome-ory)

## Is open source taking a back seat?

No open source remains at the core of Ory.
No - open source remains at the core of Ory.

The Ory Network and the Ory Enterprise License are commercial offerings designed to fund and accelerate the development of Ory
Open Source. They enable long-term sustainability, support enterprise requirements, and provide capabilities that are difficult to
deliver through open source alone such as multi-tenancy, analytics, SLAs, SRE support, high scalability, high availability,
deliver through open source alone - such as multi-tenancy, analytics, SLAs, SRE support, high scalability, high availability,
globally distributed low-latency infrastructure, and more.

Both Ory Network and the Ory Enterprise License are built on top of the [Ory Open Source](https://github.com/ory/) code base. They
use the same APIs, features, and configurations, with enhancements tailored for multi-tenant architectures and enterprise-grade
security and operations.

Ory is committed to continuing the growth of its open-source ecosystem making it even more accessible, customizable, and
Ory is committed to continuing the growth of its open-source ecosystem - making it even more accessible, customizable, and
developer-friendly. The commercial offerings play a key role in accelerating and sustaining the development of Ory Open Source.
Loading