Running today. Not a roadmap.¶
TAPPaaS systems are live with their first adopters. Every example below is a real module in the TAPPaaS source tree (src/apps) — installed, updated and backed up by the platform.
Your files and collaboration¶
-
Nextcloud
Files, calendars, contacts, photos and Talk — your own cloud drive, under your roof. A high-performance backend module (
nextcloud-hpb) scales Talk and push notifications. -
EURO Office
A full web office suite integrated into Nextcloud — edit documents, spreadsheets and presentations in the browser, without a US SaaS in the loop.
-
Vaultwarden
A Bitwarden-compatible password manager: one vault for the family or the company, stored on your hardware, reachable from every device.
-
Coturn
The TURN relay that makes Nextcloud Talk calls work reliably across firewalls — your calls never route through someone else's relay.
Your AI — on your own silicon¶
-
OpenWebUI
A polished chat interface for AI models — the familiar assistant experience, served from your own rack.
-
vLLM (AMD)
Local model serving on AMD GPUs and unified-memory APUs — from 7B up to 100B+-class models on a single inexpensive box.
-
LiteLLM
One OpenAI-compatible gateway in front of your local models (and, if you choose, remote ones) — apps talk to one API, you decide where inference runs.
Your home and your workflows¶
-
Home Assistant
Home automation with local control: lights, heating, sensors and cameras that keep working when the internet doesn't.
-
deCONZ
A Zigbee gateway for sensors, switches and lights — pairs naturally with Home Assistant, no vendor cloud required.
-
n8n
Workflow automation connecting your services — the "glue" tier of your platform, self-hosted instead of subscription-hosted.
Connectivity and the stragglers¶
-
NetBird client
WireGuard-based mesh connectivity — reach your platform securely from anywhere without opening your network to the world.
-
Windows Server
Some workloads just need Windows. Run it as a managed TAPPaaS module — inside your environments, backed up like everything else.
More than one tenant¶
A single TAPPaaS site can host separated environments — production next to family, tenants next to experiments — with network boundaries between them. See the worked multi-tenant setup in INSTALL-VARIANT.md (synced from source).
Build your own¶
Every module follows the same structure (the 00-Template app is the starting point) — see the module structure documentation to package the app you need.