rathena/rathena

rAthena is an open-source cross-platform MMORPG server.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 2 minutes ago
Added to GitGenius on September 19th, 2026
Created on July 17th, 2013
Open Issues & Pull Requests: 623 (+0)
GitHub issues: Enabled
Number of forks: 2,761
Total Stargazers: 3,570 (+0)
Total Subscribers: 274 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 15.5 hours
Mean response time: 68.0 days
90th percentile: 112.9 days
Tracked items: 449

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Roughly one issue in three opened in the past year never receives a reply. 86% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "status:confirmed" is answered fastest, typically in about 7 hours, while "priority:low" waits about 11 days. 69% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. Only 48% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 193
New in 7 days: 1
Closed in 7 days: 0
Avg open age: 692 days
Stale 30+ days: 182
Stale 90+ days: 162

Recent activity

Opened in 7 days: 1
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • type:bug (391)
  • mode:renewal (220)
  • mode:prerenewal (170)
  • component:core (147)
  • status:confirmed (144)
  • component:skill (92)
  • type:enhancement (74)
  • component:database (38)

Most active issues this week

Detailed Description

rAthena is an open-source MMORPG server written in C++ that enables developers to host multiplayer online role-playing game worlds.

The project addresses the need for a customizable, self-hosted game server platform. It provides core server functionality including NPC systems, warp mechanics, and content modifications, allowing operators to run persistent game worlds. The codebase is written in C++ and supports multiple operating systems and compilers, with cross-platform build verification through automated testing on GCC, Clang, LLVM, and Microsoft Visual Studio toolchains. The server requires a MySQL or MariaDB database backend for data persistence.

rAthena suits developers and communities wanting to operate independent game servers with full control over game logic and content. The project is appropriate for educational purposes, game development learning, and hosting private or public game instances. Minimum hardware requirements are modest—a single CPU core and 1 GB of RAM suffice, though 2 cores and 2 GB are recommended. Installation is supported across Windows, Linux distributions including CentOS and Debian, and FreeBSD, with documented setup procedures for each platform.

The project maintains active development across multiple compiler targets, with continuous integration workflows validating builds on all major toolchains. Community engagement occurs through a forum, Discord server, and wiki documentation, with structured processes for contributions including a dedicated pull request Q&A section. The codebase is substantial and actively maintained, with regular commit activity and community-driven quality assurance and support.