Skip to content

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.

    Install guide

  • 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.

    Module source

  • Vaultwarden


    A Bitwarden-compatible password manager: one vault for the family or the company, stored on your hardware, reachable from every device.

    Module source

  • Coturn


    The TURN relay that makes Nextcloud Talk calls work reliably across firewalls — your calls never route through someone else's relay.

    Module source

Your AI — on your own silicon

  • OpenWebUI


    A polished chat interface for AI models — the familiar assistant experience, served from your own rack.

    Install guide

  • vLLM (AMD)


    Local model serving on AMD GPUs and unified-memory APUs — from 7B up to 100B+-class models on a single inexpensive box.

    Module source

  • 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.

    Install guide

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.

    Install guide

  • deCONZ


    A Zigbee gateway for sensors, switches and lights — pairs naturally with Home Assistant, no vendor cloud required.

    Module source

  • n8n


    Workflow automation connecting your services — the "glue" tier of your platform, self-hosted instead of subscription-hosted.

    Install guide

Connectivity and the stragglers

  • NetBird client


    WireGuard-based mesh connectivity — reach your platform securely from anywhere without opening your network to the world.

    Module source

  • Windows Server


    Some workloads just need Windows. Run it as a managed TAPPaaS module — inside your environments, backed up like everything else.

    Module source


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.

Install TAPPaaS