Manifiesto Kawsay · digital sovereignty for the people

A community should own its own world.

LibreSynergy is a self-hosted community OS. One config, one command — and your community runs its own identity, chat, classroom, webinars, livestream and payments on hardware it controls. No monopoly in the loop. TLS terminates on your machine.

“No pedimos permiso para gobernar nuestras propias herramientas, nuestros propios datos, ni nuestro propio futuro.” We do not ask permission to govern our own tools, our own data, or our own future.
Munay — the sovereignty of will

I. Individual sovereignty

Each person owns themselves completely: body, mind, data, work, keys. Privacy is not earned by having “nothing to hide” — it is the natural condition of a free person. Your device is your home, and no one enters without consent.

Ayni — the sovereignty of reciprocity

II. The common good

What we build, we build as commons: open source by default, forkable by right, belonging to everyone and no one. The measure of a tool is not the wealth it concentrates but the autonomy it distributes.

Everything a community needs, in one stack

Free-software building blocks, pre-wired into one coherent platform behind one login.

🔑
One identity
Authentik SSO — passwordless email-code signup; one account for every app.
💬
Chat that federates
Matrix — your members talk to the whole open network, from your server.
🎓
Classroom
Frappe LMS — courses and cohorts, free and premium tiers.
🎥
Webinars
Jitsi — live rooms embedded right in your community app.
📺
Livestream
OwnCast — OBS in, HLS out, live chat on your own watch page.
💳
Payments you control
Stripe checkout + BTCPay Server — cards and Bitcoin, entitlements synced automatically.
🎮
Game servers
Any raw-TCP service — the Minecraft proof runs in production today.
🛠️
Admin dashboard
Branding, sponsors, banners and announcements — no terminal needed.

The sovereign relay

Reachable from the whole internet — without handing your traffic to anyone. A cheap VPS forwards encrypted bytes; it can never read them. Your keys never leave your hardware.

user ── TLS :443 ──► VPS relay (reads only the SNI name, NEVER decrypts) │ ▼ WireGuard tunnel your machine ("node"): Caddy — TLS terminates HERE, on your keys ├─ auth. chat. learn. meet. live. … └─ raw TCP too (game servers, :1935 RTMP)

Run your own

A spare machine at home + a $5 VPS relay + a domain. That's the whole bill of materials.

# 1. get the stack
git clone https://libresynergy.org/stack.git && cd libresynergy-stack

# 2. brand it — set your domain, name, colors
./bin/ls init          # creates libresynergy.env + generates secrets

# 3. bring your community online
./bin/ls up            # core: SSO + chat + classroom + webinars
./bin/ls up stream     # + livestreaming
./bin/ls up payments   # + memberships & donations

# your world is yours.
🏔️
The flagship instance is yaya.sh — the community where we teach people to do exactly this. Join free, and learn to stand up your own. Visit yaya.sh ↗

The principles