
Deploy from Git
Paste a repository URL and turn app install instructions into a bootable Linux image.
OpenFactory can build a bootable ISO from a GitHub repository by treating the repo as an install source and the Linux image as the runtime environment. The result is not only source code; it is a bootable system that can carry services, dependencies, and tests.
Containers are ideal when you only need an app process. A bootable ISO is better when the operating system matters too: kernel modules, systemd units, local users, hardware access, VPN routing, full-machine monitoring, or deployment to a VM fleet.
For prompt-only builds, use the custom Linux ISO builder. For repeatable image governance, pair this workflow with the Linux image builder.
Yes, if the repository has enough installation information or project markers to package it into a Linux system. OpenFactory clones the repo, reads README and INSTALL docs, checks common markers like Dockerfile and package.json, and builds a Linux image around the app.
Services with clear install docs, Dockerfiles, docker-compose files, package.json, requirements.txt, go.mod, Cargo.toml, Makefiles, or system packages are the best first candidates.
No. A Docker image packages an application container. A bootable ISO packages an operating system that can boot as a VM or machine and include the application, services, users, networking, and validation steps.
Build a bootable Linux image from a prompt, repo, or recipe.
Treat operating system images as reviewed, testable artifacts.
Generate bootable app stacks for popular self-hosted services.
Connect OpenFactory workflows to APIs, MCP, and agent tooling.
Use OpenFactory to turn the same requirements into a bootable, testable Linux system.