opencloud-eu/opencloud

🌤️ OpenCloud is the open source platform for file management, sharing and collaboration. Simple and sovereign.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 43 minutes ago
Added to GitGenius on November 13th, 2025
Created on January 10th, 2025
Open Issues & Pull Requests: 430 (+0)
Number of forks: 236
Total Stargazers: 5,849 (+0)
Total Subscribers: 26 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 11.2 hours
Mean response time: 15.5 days
90th percentile: 29.2 days
Tracked items: 927

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 65% of open issues come from outside the core team, a mix of external reports and the maintainers' own roadmap. Work labelled "Priority:p1-urgent" is answered fastest, typically in about 4 hours, while "Type:Story" waits about 6 days. 52% of tracked open issues have had no activity in three months. Only 4% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 362
New in 7 days: 13
Closed in 7 days: 17
Avg open age: 141 days
Stale 30+ days: 307
Stale 90+ days: 232

Recent activity

Opened in 7 days: 10
Closed in 7 days: 17
Comments in 7 days: 36
Events in 7 days: 134

Top labels

  • Type:Bug (548)
  • Priority:p3-medium (109)
  • Priority:p2-high (95)
  • Type:Feature-Request (89)
  • Type:Story (67)
  • Type:Enhancement (36)
  • Type:Maintenance (25)
  • Status:Needs-Info (24)

Detailed Description

OpenCloud is an open source platform for file management, sharing, and collaboration, written primarily in Go and released under the Apache 2.0 license. The repository at opencloud-eu/opencloud contains the main server backend codebase, serving as the core implementation of the OpenCloud system. The project emphasizes sovereignty and simplicity in cloud storage and collaboration, with the official homepage at opencloud.eu providing additional information about the platform and installation procedures.

The backend architecture relies on OpenID Connect for user authentication, supporting both external identity providers like Keycloak and an embedded LibreGraph Connect identity provider. A distinctive design choice is that the OpenCloud backend does not use a traditional database; instead, it stores all data in the filesystem, with the default root directory located at $HOME/.opencloud/. This filesystem-based approach simplifies deployment and data management while maintaining full control over data storage.

According to GitGenius activity tracking, the repository demonstrates active maintenance and community engagement.

The repository is classified across multiple technology domains including cloud-native, platform, application management, service management, Kubernetes, DevOps, serverless, microservices, edge computing, and multi-cloud capabilities. This broad classification reflects the platform's design to operate across diverse infrastructure environments.

The project actively welcomes contributions in multiple forms, including bug reporting, feature requests, documentation writing, code contributions, test extensions, and code review. The repository includes comprehensive contribution guidelines and development documentation at docs.opencloud.eu/ to help new contributors get started. The build process involves generating assets for components like the web UI and built-in identity provider, followed by compilation of the opencloud binary. A two-step command enables developers to quickly create a server configuration and launch a local test instance for development purposes. The project maintains an active community presence through Matrix chat at #opencloud:matrix.org, providing real-time support and discussion channels for contributors and users.