ClyoCloud is a free, open-source, self-hosted personal cloud storage and media streaming server built with Nuxt. Learn about its features and setup.
ClyoCloud is a free, open-source, self-hosted personal cloud storage and media streaming server built with Nuxt 3 and Nitro/H3. Maintained by the independent developer/organization WeeXnes and hosted on a self-managed OneDev instance rather than GitHub, it lets individuals run their own private alternative to consumer cloud storage services on hardware they control.
As a solo/small-team open-source project rather than a company, ClyoCloud has no publicly documented founding date, funding, or headquarters — it should be evaluated as community software, distributed via its own repository and the Arch Linux User Repository (AUR), rather than as a commercial vendor.
ClyoCloud supports drag-and-drop uploads, bulk file operations, automatic thumbnail generation, ffmpeg-powered video streaming, tagging and collections for organization, and public share links, all through a Tailwind CSS/DaisyUI interface built on Vue 3.
Instead of a traditional database, file metadata is stored in sidecar '.cloudinfo' JSON files alongside each file, simplifying backup and deployment. Security features include JWT authentication, mandatory TOTP-based two-factor authentication once enabled, and path validation to prevent directory traversal attacks.
ClyoCloud is free and open source under the GPL-3.0 license, with no subscription tiers or hosted SaaS offering. Users self-host the software, so the only ongoing cost is the server or hardware it runs on.
Because it is community-maintained rather than a commercial product, there are no paid support plans or SLAs; users rely on the project's own documentation and community channels for help.
Yes, ClyoCloud is completely free and open source under the GPL-3.0 license. There is no paid tier or hosted SaaS version — it is designed to be self-hosted on your own hardware.
ClyoCloud is built with Nuxt 3 (Vue.js) for the frontend, Nitro/H3 as the backend server engine, Tailwind CSS with DaisyUI for styling, and ffmpeg for media/video streaming support.
No. ClyoCloud stores file metadata in sidecar .cloudinfo JSON files alongside each file instead of using a traditional database like PostgreSQL or MySQL.
ClyoCloud can be installed from its source repository at code.weexnes.dev/clyocloud, or via the Arch Linux User Repository (AUR) using the clyocloud or clyocloud-git packages.
ClyoCloud is maintained by WeeXnes, an independent developer/organization, and is not a venture-backed company product.
ClyoCloud is a much smaller, more narrowly scoped project focused specifically on file storage, sharing, and media streaming, whereas Nextcloud offers a broader groupware suite including calendars, contacts, office document editing, and a large app ecosystem.