A first-hand audit of open-source property management software, compiled by RapidEye Research in July 2026: 26 verified statistics covering how much of the ecosystem is abandoned, which platforms actually install today, the complete absence of a vacation rental operations platform, and where the real development activity lives. Unlike most statistics pages, nearly every figure here was produced by our own measurement: 1,125 GitHub repositories surveyed by API, 25 deployable platforms profiled, and 14 platforms installed (or failed) by hand in clean Docker environments, with the full audit table published below.
Key statistics
6 highlights from this report
Key statistics
Key takeaways
The open-source property management ecosystem is large on GitHub and small in practice. Most of it is abandoned coursework and dead startups; the maintained core is a handful of hotel and long-term rental platforms; and for vacation rental operations specifically, there is nothing. When we stopped reading repositories and started installing them, only five of fourteen platforms worked as documented.
59% of open-source property management projects have not been touched in over a year.
Only 5 of 14 install-tested platforms worked by following their documentation alone.
No maintained open-source vacation rental operations platform exists.
QloApps has more stars than the other 24 audited platforms combined.
All 4 install failures were abandoned projects that no longer build.
47% of self-described open-source PMS repos have no standard license.
How we built this report
Every figure was produced or retrieved first-hand by RapidEye Research in July 2026; nothing here is aggregated from other statistics pages.
- Surveyed the ecosystem by API
39 GitHub search queries across property, hotel, hostel, vacation rental, and short-term rental terms returned 1,125 unique repositories, retrieved with stars, license, language, and commit dates on July 31, 2026.
- Profiled the deployable platforms
25 repositories that claim to be installable management software (not tutorials or coursework) got a deep pull: contributor counts, commit activity over the trailing 12 months, archive status, and branch structure.
- Install-tested 14 of them
Each was brought up in a clean Docker environment following its own documentation. Pass means we reached a working login screen or dashboard; we recorded every manual fix that was needed along the way.
- Independent review
Written by one co-founder, reviewed by the other before publishing, with the full per-platform results published in the audit table below.
Honest scope caveat: GitHub search is not exhaustive (projects hosted elsewhere, or described in other languages, can be missed), star counts measure attention rather than quality, and install tests reflect one competent attempt per platform on one day (July 31, 2026) on an ARM Mac, not every possible configuration. Individual results will vary with platform experience and hardware.
Open-source property management, by the numbers
All 26 figures, grouped by theme. Statistics from our own measurement are marked RapidEye Research; the handful drawn from public project pages name that source directly.
The ecosystem in numbers
The ecosystem looks enormous until you filter it. According to RapidEye Research's July 2026 sweep of the GitHub search API, 39 queries across property, hotel, hostel, and rental terms return 1,125 unique repositories, of which 133 describe themselves as a property, hotel, or rental management system or software. Most of that 133 is inactive: 78 repositories (59%) have had no commit in over a year, 65 (49%) in over two years, and 63 (47%) publish no standard open-source license at all, which makes them legally unusable regardless of code quality. A large share of what remains is university coursework: database-class hotel management systems that were pushed once and never touched again.
Statistic 1
1,125 unique repositories match property, hotel, and rental management searches on GitHub.
RapidEye Research, GitHub API sweep, 39 queries (July 2026)
Statistic 2
133 of those repositories describe themselves as a property, hotel, or rental management system.
RapidEye Research (July 2026)
Statistic 3
59% of self-described management systems (78 of 133) have had no commit in over 12 months.
RapidEye Research (July 2026)
Statistic 4
49% (65 of 133) have had no commit in over 24 months.
RapidEye Research (July 2026)
Statistic 5
47% (63 of 133) carry no standard open-source license, making reuse legally unclear at best.
RapidEye Research (July 2026)
Statistic 6
Only about 25 repositories in the entire sweep are deployable management platforms rather than tutorials, clones, or coursework.
RapidEye Research manual triage (July 2026)
What this means: "Open source property management software" is a long list of dead links wearing a big number. The searchable ecosystem overstates the usable ecosystem by roughly 40 to 1, and license gaps disqualify almost half of what looks usable before you ever run the code.
The install test: what actually runs
Reading a repository tells you what a project claims; installing it tells you what it is. According to RapidEye Research's install testing, 10 of 14 platforms reached a working login screen or dashboard, but only 5 got there by following their documentation alone. The other 5 passes needed manual intervention: Movin' In's Docker Compose references environment files that exist only in its wiki, FewohBee needed two hand-edits to its environment file, OpenKos needed a port conflict resolved and a frontend build the quick-start does not mention, and QloApps, the most-starred platform in the category, ships no first-party Docker image at all, so we hand-rolled a LAMP stack before its six-step web installer could run. The failures were uniform: all 4 were projects last maintained between 2019 and 2023, and every single one died on dependency resolution, not application bugs.
Statistic 7
10 of 14 install-tested platforms reached a working login screen or dashboard.
RapidEye Research install lab (July 2026)
Statistic 8
Only 5 of 14 installed by following their own documentation with no manual fixes.
RapidEye Research install lab (July 2026)
Statistic 9
All 4 install failures were projects last maintained 2019-2023, and all 4 failed on dependency bit rot.
RapidEye Research install lab (July 2026)
Statistic 10
QloApps publishes no first-party Docker image; the largest community image has about 1,956 pulls.
Docker Hub registry search (July 2026)
Statistic 11
HAIP's one-command Docker claim held: clone to seeded demo hotel in about 4 minutes.
RapidEye Research install lab (July 2026)
Statistic 12
HotelDruid 3.0.8 ran from the official tarball in under 5 minutes with no database server, using its file-based default.
RapidEye Research install lab; SourceForge release (July 2026)
Statistic 13
Microrealestate booted all 11 of its containers, but its tenant portal returned a server error out of the box.
RapidEye Research install lab (July 2026)
Statistic 14
Pesan PMS fails to build its own Dockerfile: npm hits a dependency conflict on better-sqlite3.
RapidEye Research install lab (July 2026)
What this means: Abandonment is not cosmetic. An open-source platform that stops shipping commits keeps looking installable for years while its dependency tree quietly rots underneath it; every dead project we tested failed the same way. Maintenance recency is the single best predictor of whether the install works.
The vacation rental gap
The single clearest finding in this audit: there is no maintained open-source vacation rental operations platform. The most active short-term rental open-source project on GitHub is not a platform at all; it is Rental Control, a Home Assistant calendar integration with 78 stars that turns iCal feeds into door-code automations. Second is StayView, a single-purpose iCal dashboard with 30 stars and one contributor. Every attempt at something bigger is dead: Superhost-Tools (2017, auto-messaging and pricing) crashes on the modern Express API and depended on an unofficial Airbnb API that no longer exists; LibreProperty ("Property Management SaaS focusing on vacation rentals") stopped in 2023 and no longer builds; and Cocorico, at 871 stars the largest STR-adjacent codebase ever open-sourced, went closed-source in 2021, its README redirecting to a commercial successor.
Statistic 15
Zero actively maintained open-source vacation rental operations platforms exist as of July 2026.
RapidEye Research (July 2026)
Statistic 16
The most active STR open-source project is a Home Assistant calendar integration: 78 stars, 9 contributors, actively committed through July 2026.
GitHub, tykeal/homeassistant-rental-control (July 2026)
Statistic 17
The second most active is a one-contributor iCal booking dashboard with 30 stars, created in March 2026.
GitHub, louisnelza/stayview (July 2026)
Statistic 18
Cocorico, the largest STR-adjacent open-source codebase (871 stars), has been closed-source since 2021.
GitHub, Cocolabs-SAS/cocorico README (verified July 2026)
Statistic 19
The unofficial Airbnb API wrapper that STR tools built on (227 stars) has been dead since 2022.
GitHub, zxol/airbnbapi (July 2026)
Statistic 20
No open-source project in the audit covers turnover operations, housekeeping scheduling, or inspection workflows for short-term rentals.
RapidEye Research (July 2026)
What this means: The operations layer of short-term rentals (turnovers, housekeeping, inspections, guest-stay workflows) has never had a serious open-source contender. What STR open source does exist reflects individual hosts automating their own homes, not operators running portfolios. Operators building custom internal tooling today are starting from a blank page, typically alongside their commercial systems rather than instead of them.
Where the activity actually is
Where open-source property software is genuinely alive, it clusters in two places: hotel reservations and long-term rent collection. According to GitHub repository data retrieved July 31, 2026, QloApps holds 14,173 stars, roughly 2.7 times the other 24 audited platforms combined, with 17 contributors and steady commits since 2015. The long-term rental side is broader: Microrealestate (1,155 stars) leads on attention but has slowed to 2 commits since August 2025, while Condo (387 stars, 50+ contributors) is the most collaboratively developed project in the audit. The Odoo Community Association's PMS shows the ecosystem's ceiling: its full property management module lives only on the Odoo 14 branch, a host version now years outside Odoo's three-version support window, while the current-version branch contains a single helper module. And 2026 brought a new pattern: AI-era entrants like HAIP, an Apache-2.0 hotel PMS created in April 2026 that advertises built-in AI agents and passed our install test on one command.
Statistic 21
QloApps: 14,173 stars, more than the other 24 audited platforms combined (about 5,300).
GitHub repository data (July 31, 2026)
Statistic 22
Microrealestate leads long-term rental tools with 1,155 stars but has slowed to 2 commits since August 2025.
GitHub repository data (July 31, 2026)
Statistic 23
Condo is the audit's most collaborative project: 387 stars and 50+ contributors, but a 7-step developer setup and no self-host quick path.
GitHub repository data (July 31, 2026)
Statistic 24
OCA's full PMS module exists only for Odoo 14, outside Odoo's three-version support window; the current branch holds one helper module.
GitHub, OCA/pms branch structure (July 2026)
Statistic 25
Two archived platforms (Loca, 239 stars; ORPMS, 84 stars) were formally shut down by their maintainers rather than left to drift.
GitHub archive status (July 2026)
Statistic 26
Four of the audit's 25 platforms were created in 2026 (HAIP, OpenKos, StayView, and SyncZen), all AI-era codebases under 100 stars.
GitHub repository creation dates (July 2026)
What this means: Open source solved the booking engine and the rent ledger, the two most commodity layers of property software. The operational layers above them never attracted maintainers, and the projects now filling the vacuum are brand-new AI-era codebases whose staying power is unproven. Watch the 2026 cohort: they are small, but they are the first new activity this category has seen in years.
The full audit table
All 25 platforms profiled in this audit, with repository metadata retrieved July 31, 2026 and our install-test result where one was attempted. "Docs only" means the platform reached a working state by following its documentation alone; "manual fixes" means it worked after intervention we describe above; "not tested" rows state the reason in the notes.
| Project | Category | Stars | License | Created | Last push | Install test |
|---|---|---|---|---|---|---|
| QloApps | Hotel PMS | 14,173 | OSL-3.0 | 2015 | Jul 2026 | Pass, manual fixes |
| Microrealestate | Long-term rental | 1,155 | MIT | 2017 | Feb 2026 | Pass, manual fixes |
| MicroCommunity | Community property | 948 | Apache-2.0 | 2018 | Jun 2025 | Not tested |
| Cocorico | STR marketplace | 871 | MIT | 2016 | Oct 2021 | Fail, will not build |
| Condo | Property SaaS | 387 | MIT | 2021 | Jul 2026 | No self-host path |
| Loca | Long-term rental | 239 | MIT | 2015 | Jan 2022 | Archived |
| Odoo Hotel Mgmt (SerpentCS) | Hotel PMS | 230 | None | 2014 | Jul 2019 | Not tested |
| airbnbapi (unofficial) | STR API wrapper | 227 | MIT | 2017 | Dec 2022 | Upstream API gone |
| Movin' In | Rental platform | 216 | MIT | 2023 | Jul 2026 | Pass, manual fixes |
| ResidenceCMS | Property CMS | 179 | MIT | 2018 | Jul 2025 | Pass, docs only |
| Online Rental Property Manager | Long-term rental | 174 | MIT | 2018 | Jul 2026 | Not tested |
| OCA/pms (Odoo) | Hotel PMS module | 84 | AGPL-3.0 | 2020 | Jul 2026 | Odoo 14 only |
| ORPMS | Long-term rental | 84 | GPL-2.0 | 2018 | Dec 2023 | Archived |
| Rental Control (Home Assistant) | STR integration | 78 | Apache-2.0 | 2021 | Jul 2026 | Pass, docs only |
| OpenKos | Boarding houses | 63 | Apache-2.0 | 2026 | Aug 2026 | Pass, manual fixes |
| FewohBee | Small hotel PMS | 57 | GPL-3.0 | 2019 | Jul 2026 | Pass, manual fixes |
| Pesan PMS | Hotel PMS | 52 | MIT | 2025 | May 2025 | Fail, will not build |
| Superhost-Tools | STR automation | 47 | MIT | 2017 | Nov 2019 | Fail, crashes |
| Sync-Rentals-Calendar | STR iCal sync | 42 | None | 2019 | Jan 2020 | Not tested |
| StayView | STR dashboard | 30 | MIT | 2026 | May 2026 | Pass, docs only |
| SyncZen | Hotel check-in | 28 | MIT | 2026 | Jul 2026 | Not tested |
| HAIP | Hotel PMS (AI) | 27 | Apache-2.0 | 2026 | Jul 2026 | Pass, docs only |
| Vacation Rentals (WordPress) | STR theme | 25 | None | 2017 | Feb 2026 | Theme, not a platform |
| LibreProperty | STR property SaaS | 18 | Apache-2.0 | 2022 | Mar 2023 | Fail, will not build |
| HotelDruid | Hotel PMS | 17 | AGPL-3.0 | 2018 | Jul 2018 (mirror) | Pass, docs only |
Reading note: HotelDruid's GitHub mirror is stale, but the project itself is alive; version 3.0.8 ships from its official SourceForge distribution, which is what we tested. Star counts and dates are from the GitHub API on July 31, 2026 and will drift.
Cite this study
Academic or press use: copy a ready-made reference. RapidEye is the publisher.
Quick FAQ
Is there an open source vacation rental management system?
No maintained one exists as of July 2026. In an audit of 1,125 GitHub repositories, RapidEye Research found zero actively maintained open-source vacation rental operations platforms. The most active short-term-rental open-source project is a Home Assistant calendar integration with 78 stars, followed by a single-purpose iCal dashboard with 30 stars. Every past attempt at a full STR platform (Superhost-Tools, LibreProperty, Cocorico) is abandoned and no longer builds.
What is the best open source hotel management system?
QloApps is the clear leader by adoption: 14,173 GitHub stars as of July 2026, more than the other 24 platforms in our audit combined, with over 100 commits in the last year. It also passed our install test, though it ships no first-party Docker image. HotelDruid is the longevity pick: version 3.0.8 ran from the official tarball in under 5 minutes with no database server. HAIP is the newest entrant, an Apache-2.0 hotel PMS created in 2026 whose one-command Docker install worked as claimed.
Why do abandoned open source property management projects fail to install?
Bit rot. All 4 install failures in RapidEye Research's 14-platform test were projects last maintained between 2019 and 2023, and every one failed on dependency resolution rather than application bugs: pinned packages that no longer build on current runtimes (LibreProperty's gevent), unpinned packages that resolved to incompatible modern versions (Superhost-Tools on Express), a Dockerfile whose npm install now hits a version conflict (Pesan PMS), and legacy tooling modern Composer refuses to run (Cocorico).
Is there an open source alternative to turnover operations platforms like Breezeway?
No. The open-source ecosystem clusters around reservations (hotel booking engines) and rent collection (landlord tools); we found no open-source platform covering professional turnover operations, housekeeping scheduling, or inspection workflows for short-term rentals. Operators who want custom workflows typically build small internal tools alongside their commercial operations platform, keeping the commercial system as the system of record.
Data sources
Nearly every figure on this page is RapidEye Research's own measurement; the underlying raw data and release artifacts trace to these named public sources, each checked directly during the July 2026 audit.

