25 KiB
title, description
| title | description |
|---|---|
| Wild Cloud | Wild Cloud is an Open Source, self-hosted, sovereign cloud platform for hosting your applications and services. |
Wild clouds are open source community-managed infrastructure for hosting applications and services. A wild cloud is a private data center run by communities for communities.
Wild clouds are made of multiple computers connected in a cluster running on your own network. Once set up, applications for your community can be deployed to it with a few clicks. We make the most popular and high-quality apps available in our app store, but communities can host any software they'd like for their members. A simple wild cloud can be had for the price of a smart phone and can scale to support communities of all sizes.
Wild Cloud is an open source, forever free, non-profit, community-driven project, educational in nature, designed to empower society to directly control its own data and services.
This is a wild cloud:
This is also a wild cloud:
Apps
Deploy applications to your Wild Cloud with just a few clicks. We curate an ever-growing collection of open-source, high-quality applications most used by communities.
BookWyrm
PostgreSQL
0 apps shown
<script> document.addEventListener('DOMContentLoaded', function() { const filterBtns = document.querySelectorAll('.filter-btn'); const appGrid = document.getElementById('app-grid'); if (!appGrid) return; const apps = appGrid.querySelectorAll('.app-icon'); const countEl = document.getElementById('visible-count'); function updateCount() { const visible = appGrid.querySelectorAll('.app-icon:not([style*="display: none"])').length; countEl.textContent = visible; } filterBtns.forEach(btn => { if (!btn.dataset.filter) return; btn.addEventListener('click', function() { const filter = this.dataset.filter; // Update active state filterBtns.forEach(b => { if (b.dataset.filter) b.classList.remove('active'); }); this.classList.add('active'); // Filter apps apps.forEach(app => { const category = app.dataset.category || ''; const status = app.dataset.status || ''; let show = false; if (filter === 'all') { show = true; } else if (filter === 'available') { show = status === 'available'; } else if (filter === 'coming-soon') { show = status === 'coming-soon'; } else { show = category.includes(filter); } app.style.display = show ? '' : 'none'; }); updateCount(); }); }); // Initial count updateCount(); }); </script>Get started
We're in the early days of the Wild Cloud project, yet we already have two functional "Proof of concept" clouds. In fact, all Wild Cloud and CSTF sites and services are running on our PoC wild cloud. The concept works. If you are an experienced developer, you can check out the software and start building your own wild cloud. We are actively seeking active communites to pilot new wild cloud installations.
If you would like to get us to this next milestone, join our developer community.

