OTOBO
GitHub-Fenster ab 01.05.2026
- Offen
- 194
- Neu / 90 T.
- 194
- Geschl. / 90 T.
- 208
Forum
Active; visible posts on the same day, especially in the German-language forum
Letzte sichtbare Aktivität: 30.07.2026
Data-based comparison
OTOBO vs OFORK: A technical comparison for IT decision-makers regarding deployment (Docker vs classic), search (Elasticsearch), and AI features.
Updated 2026-07-30 · Metrics are snapshots, not an overall ranking.
The table is generated from Open ITSM Hub system and version data. Scroll horizontally on small screens to see every system.
| Property | OTOBO | O-Fork |
|---|---|---|
| Stack | ||
| Primary Language | Perl | Perl |
| Language Breakdown | 93.5, 3.8, 2.1 | |
| Frameworks | OTOBO framework | OFORK framework |
| Web Servers | Nginx, Apache with mod_perl, Gazelle | Apache with mod_perl |
| Operating Systems | Linux | Linux |
| Databases | MySQL, MariaDB, PostgreSQL | MySQL (< 8.0), MariaDB, PostgreSQL >= 9.2, Oracle >= 10g |
| Search | Elasticsearch | — |
| Cache | Redis, File system | — |
| Versions | ||
| Current version | 11.1 | 12.0.3 |
| Latest Release Date | 2026-06-24 | 2026-06-26 |
| Supported Branches | 11.1, 11.0, 10.1 | 12.0 |
| Lts Available | — | — |
| Release Notes Url | Open source | Open source |
| Security | ||
| Security Policy Url | Open source | — |
| Advisories Url | Open source | Open source |
| Security Contact | — | — |
| Signed Releases | — | — |
| Sbom Available | — | — |
| Update Policy | Security reports and advisories are handled through the public GitHub security area. | — |
| Recent Updates | — | — |
| Community | ||
| GitHub stars | 331 | 4 |
| GitHub forks | 89 | 1 |
| GitHub issues | Open source | Open source |
| Open issues | 194 | 0 |
| New issues (90 days) | 194 | 0 |
| Closed issues (90 days) | 208 | 0 |
| Issue window since | 2026-05-01 | 2026-05-01 |
| Governance | Vendor-led open-source development | Project-maintainer-led open-source development |
| Commercial Backer | Rother OSS GmbH | — |
| Project forum | Open source | Open source |
| Forum activity | Active; visible posts on the same day, especially in the German-language forum | New forum with initial support topics and low activity |
| Latest forum activity | 2026-07-30 | 2026-05-14 |
| Documentation Url | Open source | Open source |
| Contribution Url | Open source | Open source |
| Ecosystem | ||
| Package format | .opm | .opm |
| Package Repository Url | Open source | — |
| Migration Paths | OTRS Community Edition, Earlier OTOBO releases | OTRS-family systems |
| Integration Interfaces | Generic Interface, REST, SOAP, Email | Email, Web services |
| Features | ||
| Built In | Ticketing, Process management, Generic Interface, Elasticsearch search, OAuth, OpenID Connect, AI assistance (beta) | Ticketing, Agent and customer interfaces, Package management |
| Available Via Addon | Additional ITSM and integration packages | .opm packages |
| Unsupported | — | — |
| Unknown | Native Kubernetes operator | Elasticsearch integration, Redis integration, Native container support, Native Kubernetes operator |
| Funktion | OTOBO | O-Fork |
|---|---|---|
| Ticketing | Integriert | Integriert |
| Process Management | Integriert | — |
| Generic Interface | Integriert | — |
| Elasticsearch Search | Integriert | — |
| OAuth | Integriert | — |
| OpenID Connect | Integriert | — |
| AI Assistance (Beta) | Integriert | — |
| Additional ITSM And Integration Packages | Per Add-on | — |
| Agent And Customer Interfaces | — | Integriert |
| Package Management | — | Integriert |
| .Opm Packages | — | Per Add-on |
Public activity in the main repositories and official project forums, as of 2026-07-30.
GitHub-Fenster ab 01.05.2026
Forum
Active; visible posts on the same day, especially in the German-language forum
Letzte sichtbare Aktivität: 30.07.2026
GitHub-Fenster ab 01.05.2026
Forum
New forum with initial support topics and low activity
Letzte sichtbare Aktivität: 14.05.2026
Stand: 2026-07-30
Einzelmetriken, keine Gesamtwertung
Public stars of each main repository.
Compatible packages currently listed in the hub.
Timeline context; longer bars mean a later release.
The decision between OTOBO and OFORK marks the transition for many IT organizations from the classic OTRS Community Edition to a modernized service management platform. While both systems share roots in the same codebase, they pursue different philosophies regarding operations, technological infrastructure, and functional expansion. While OTOBO has undergone a consistent transformation since 2020 toward a container-based architecture with external services like Elasticsearch, OFORK presents itself as a continuation that also addresses specific database environments like Oracle. This comparison analyzes the technical differences and operational consequences for administrators and technical leads.
A key difference between the two systems lies in the recommended provisioning method. OTOBO relies primarily on a Docker-based deployment. The architecture is modular and uses Docker Compose to orchestrate various services such as the web server (Nginx/Gazelle), the database (MariaDB or PostgreSQL), the cache (Redis), and the search engine (Elasticsearch). This provides administrators with standardized environments, but requires knowledge of container management. A classic installation on Linux systems remains possible, but the documentation and release structure are heavily optimized for Docker Source: https://doc.otobo.org/.
OFORK, on the other hand, follows the traditional path of the OTRS family. The system is provisioned primarily via a classic Linux installation with Apache and mod_perl. A significant difference appears in database support: while OTOBO focuses on MySQL, MariaDB, and PostgreSQL, OFORK explicitly lists support for Oracle (version 10g and later) Source: https://github.com/Franziska-Steps-OFORK-Kim-KI/ofork. For organizations tied to an Oracle infrastructure, this is a relevant technical criterion. In contrast, OFORK's current data package (as of 2026-07-30) does not feature native container support or a Docker-first strategy.
Full-text search efficiency is a critical factor for agent productivity in large ticket systems. OTOBO has implemented a deep integration of Elasticsearch here. This external search engine handles the indexing and searching of tickets and attachments, which can relieve the primary database during complex queries. This is complemented by Redis as a caching layer to provide frequently accessed data faster. These components are already preconfigured in OTOBO's standard Docker stack Source: https://github.com/RotherOSS/otobo.
With OFORK, according to available data, no native integration of an external search engine like Elasticsearch or a dedicated Redis cache is documented. The system relies on the search mechanisms of the underlying database (MySQL, MariaDB, PostgreSQL, or Oracle). While this simplifies the stack because fewer external services need to be maintained, it shifts the load for search queries directly to the database server. Administrators must plan database resource scaling accordingly based on ticket volume.
In version 11.1, OTOBO integrated features that go beyond classic ticketing. These include native token management for OAuth and support for OpenID Connect for Single Sign-On (SSO). A notable feature of current development is the introduction of "Rotobo," an AI assistant that was in beta as of July 2026 Source: https://github.com/RotherOSS/otobo/blob/rel-11_1/CHANGES.md. The goal is to support agents through automated suggestions.
OFORK version 12.0.3 focuses on core ticketing functions as well as agent and customer interfaces. It uses the proven package management (.opm) to expand functions. While OFORK offers web services and email interfaces for integration, the data package contains no references to integrated AI components or a comparable focus on modern authentication protocols like OpenID Connect in the base system. Automation here is handled primarily via the classic OTRS framework and its process management.
An often overlooked but compliance-critical difference is licensing. OTOBO is published under the GNU GPL v3.0. OFORK uses the GNU AGPL v3.0 Source: https://github.com/Franziska-Steps-OFORK-Kim-KI/ofork. The AGPL (Affero General Public License) contains a clause requiring that modifications to the source code must also be published under the same license if the software is merely provided over a network (as a service). For companies that heavily modify the system and want to offer it as a cloud service, this carries different legal consequences than the standard GPL.
The OTOBO ecosystem is largely steered by Rother OSS GmbH, which is reflected in a structured roadmap and an extensive package repository (over 50 packages in the hub). OFORK is described as a project-maintainer-led open source project. OFORK's public repository history is younger compared to OTOBO (public release 2025), even though the project points to a longer internal history Source: https://o-fork.de/.
The choice between these two systems should be made based on existing infrastructure and functional requirements.
OTOBO tends to be the better choice for organizations that:
OFORK tends to be the better choice for organizations that:
This comparison is based on the technical specifications and publications of the projects as of July 30, 2026. Because open source projects evolve dynamically, beta features (such as AI support in OTOBO) or support for specific database versions (such as MySQL < 8.0 in OFORK) should be viewed as snapshots. Performance statements depend heavily on individual configuration and hardware and were not evaluated generally here.
Both systems offer a valid path for the continued operation of OTRS-based workflows. While OTOBO modernizes the stack through containerization and external performance components, OFORK preserves compatibility with classic enterprise databases like Oracle.
To make an informed decision, admins should evaluate both systems in a test environment. A detailed look at available add-ons and specific migration paths from older versions is recommended. You can find an overview of further alternatives and detailed metrics in our interactive comparison tool.