supOS Bedrock
Industrial IoT Orchestrator Working as a system integrator, I spent most days fighting outdated tools. Not building. Fighting. Workarounds for proprietary software that doesn’t talk to modern standards. Hours lost bridging gaps between systems that should connect seamlessly. One day I stopped. Asked the obvious question. How to save time and make biggest impact? This leads to participation in supOS Global Hackathon 2025. Take a part in building the tool to shape the future of industrial processes. Industry has “data spaghetti.” Legacy systems everywhere. Unified Namespace exists as the solution—open standards, modern tools, proven architecture. Nobody adopts it. Not because the tools are bad. Because deployment is fragmented. Too many services to install separately. Too many configs to maintain. Too much friction. I looked at what actually succeeded. Linux didn’t win by being the best kernel. It won by being a platform. A foundation where tools live together. Nextcloud didn’t win by being the best file sync. It won by being an ecosystem. Install once, choose your apps. They manage complexity once. Not per service. Current supOS installation: Clone → edit configs → run scripts → debug → figure out updates yourself. What if it worked like Nextcloud All-in-One? One command installs core. Web UI manages lifecycle. That’s what I built. One Docker command deploys the orchestrator: Web wizard handles the rest: Post-installation, orchestrator becomes control plane: Docker-in-Docker: Orchestrator mounts Multi-stage build: React frontend compiles to static assets. Python Flask serves everything. Dynamic composition: Backend generates Docker commands with profiles. Version control: Orchestrator packages complexity into one system. For system integrators: Standard deployment. One skillset across installations. For supOS ecosystem: Lower adoption barrier. Developers build for the platform. Packaging beats features. Tools were already good. Adoption died on friction. Platform thinking scales. Services are products. Ecosystems are platforms. First projects teach most. Building in public forces clarity. Open source demands quality. Step back to see impact. Fighting tools wastes time. Building better ones multiplies leverage. v0.1 proved concept at hackathon. v0.2 targets production: GitHub: github.com/leekaize/supos-bedrock One command in README. Runs on x86_64 or ARM64 with 4GB+ RAM. Not production-ready. But functional enough to prove the path. Built for supOS Platform Hackathon, October 2025. My first open-source project—solving fragmentation in Industrial IoT. The Moment
The Problem
The vision: supOS as platform foundation for industrial tools The Insight
What I Shipped
Four-step wizard. Zero terminal commands.
Container management showing version updates How It Works
/var/run/docker.sock. Controls host Docker daemon.--profile grafana based on UI selections.builds.yaml manifest from GitHub. Compare versions. Surface updates. The Impact
What I Learned
What’s Next
Try It